Topic 1 Flashcards

1
Q

The physical and tangible parts
of the computer (the equipment
and devices)

A

HARDWARE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The programs that contain
instructions for the computer

A

SOFTWARE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

WHAT IS THE 4 MAJOR OPERATIONS IN A COMPUTER?

A

Input, Process, Output, Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Entering data into the
computer system (mouse, keyboard, scanner)

A

Input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Data entered is processed and undergo
operations (checking accuracy and mathematical manipulations)

A

Process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

provides data to the user (printer, monitor, speakers)

A

Output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Stores data for later use.

A

Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

is a computer software designed to perform a group
of coordinated functions, tasks, or activities for the users.

A

Application Software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

is designed to be a platform for other programs. Can be
classified as either operating systems (OS) or utility

A

System Software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Algorithms are used for:

A

Calculations, data processing,
and many other fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

____ is the translation
of the selected algorithm into a
language the computer can use

A

Programming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

is the process of writing, testing,
debugging/troubleshooting, and
maintaining the source code of
computer programs.

A

Programming or CODING

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

English like phrases used to
describe the algorithm

A

Pseudocode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

An outline of a program written in
the form that can be easily
converted into real programming
statements

A

Pseudocode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Description of a mathematical
equation

A

Formula

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A concise way of expressing
information symbolically

17
Q

A diagram showing the flow of
instructions in an algorithm

18
Q

Indicates the beginning or
end of a program

19
Q

Indicates an input or output
operation

A

Input / Output

20
Q

Indicates computation
or data manipulation

21
Q

Used to connect other
flowchart symbols and
indicate the logic flow

22
Q

Indicates a program branch
point

23
Q

Indicates the initial,
limit, and increment values of a loop

A

Loop/Initialization

24
Q

Indicates a predefined process, as in calling a function

A

Predefined
Process

25
Q

Indicates an entry to, or exit from, another part of the flowchart or a connection point

26
Q

Indicates a written output report

27
Q

What are the Programming Control Structures?

A

Sequence, Selection, Iteration, Invocation

28
Q

identifies the methods for solving problems and creating software solutions

A

software development procedure

29
Q

discipline concerned with creating efficient, reliable, maintainable software

A

Software Engineer

30
Q

the process of making copies of program code and documentation on a regular basis