Quiz 1 Flashcards

1
Q

At the heart of a computer is its central processing unit. The CPU’s job is:

A

A) To fetch instructions

B) To carry out the operations commanded by the instructions

C) To produce some outcome or resultant information

*D) All of the above

E) None of the above

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

An Integrated Development Environment typically consists of:

A

A) A text editor

B) A compiler

C) A debugger

*D) All of the above

E) None of the above

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

Programmer-defined names of memory locations that may hold data are:
Group of answer choices

A

A) Operators

*B) Variables

C) Syntax

D) Operands

E) None of the above

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

The computer’s main memory is commonly known as:

A

A) The hard disk

B) The floppy disk

*C) RAM

D) Secondary storage

E) None of the above

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

A(n) ________ is a set of instructions that the computer follows to solve a problem.

A

A) Compiler

B) Linker

*C) Program

D) Operator

E) None of the above

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

________ are used to translate each source code instruction into the appropriate machine language instruction.

A

A) Modules

B) Library routines

*C) Compilers

D) Preprocessor directives

E) None of the above

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

This step will uncover any syntax errors in your program.

A

A) Editing

*B) Compiling

C) Linking

D) Executing

E) None of these

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

Which Computer listed is credited with being the first Mini Computer?

A

A) MITS Altair 8800

B) Xerox PARC Alto

*C) LINC

D) EDSAC

E) TRADIC

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

A set of well-defined steps for performing a task or solving a problem is known as a(n):
Group of answer choices

A

A) Hierarchy

*B) Algorithm

C) Central Processing Unit

D) Encoded instruction

E) None of the above

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

Internally, the CPU consists of two parts:

Group of answer choices

A

A) The Output Device and the Input Device

B) The Software and the Hardware

*C) The Control Unit and the Arithmetic and Logic Unit

D) The Single-task Device and the Multi-task Device

E) None of the above

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

Even when there is no power to the computer, data can be held in:

A

*A) Secondary storage

B) The Input Device

C) The Output Device

D) The Algorithm

E) None of the above

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

Words that have a special meaning and may be used only for their intended purpose are known as:
Group of answer choices

A

A) Operators

B) Programmer Defined Words

*C) Key Words

D) Syntax

E) None of the above

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

This is a complete instruction that causes the computer to perform some action.
Group of answer choices

A

A) Line

*B) Statement

C) Variable

D) Key Word

E) None of the above

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

A variable declaration announces the name of a variable that will be used in a program, as well as:

A

*A) The type of data it will be used to hold

B) The operators that will be used on it

C) The number of times it will be used in the program

D) The area of the code in which it will be used

E) None of the above

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

Three primary activities of a program are:

A

A) Variables, Operators, and Key Words

B) Lines, Statements, and Punctuation

*C) Input, Processing, and Output

D) Integer, Floating-point and Character

E) None of the above

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

An example of a secondary storage device is:

Group of answer choices

A

A) The computer’s main memory

B) The keyboard

C) The monitor

*D) The disk drive

E) None of the above

17
Q

Mistakes that cause a running program to produce incorrect results are called:

A

A) Syntax errors

*B) Logic errors

C) Compiler errors

D) Linker errors

E) None of the above

18
Q

Computer programs are also known as:

A

A) hardware

B) firmware

*C) software

D) silverware

E) None of the above

19
Q

A(n) ________ is the most fundamental set of programs on a computer.

A

A) compiler

*B) operating system

C) application

D) utility program

E) None of these

20
Q

This is a volatile type of memory, used for temporary storage.

A

A) Address

B) ALU

*C) RAM

D) Disk drive

E) None of the above

21
Q

This is a set of rules that must be followed when constructing a program.
Group of answer choices

A

*A) Syntax

B) Punctuation

C) Portability

D) Operators

E) Key words

22
Q

Which of the following is considered to be the world’s first General Purpose, Electronic, Programmable, Digital Computer?

A

A) TRADIC

B) Collosus

C) EDSAC

D) IBM 7090

*E) ENIAC

23
Q

The programmer usually enters source code into a computer using:
Group of answer choices

A

A) Pseudocode

*B) A text editor

C) A hierarchy chart

D) A compiler

E) None of the above

24
Q

Which of the following is not one of the five major components of a computer system?
Group of answer choices

A

*A) Preprocessor

B) The CPU (central processing unit)

C) Main memory

D) Input/Output device

E) Secondary storage device

25
Q

Which of the following is a common input device?

A

A) Keyboard

B) Mouse

C) Scanner

D) Microphone

*E) All of the above