Quiz 1 Flashcards
At the heart of a computer is its central processing unit. The CPU’s job is:
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
An Integrated Development Environment typically consists of:
A) A text editor
B) A compiler
C) A debugger
*D) All of the above
E) None of the above
Programmer-defined names of memory locations that may hold data are:
Group of answer choices
A) Operators
*B) Variables
C) Syntax
D) Operands
E) None of the above
The computer’s main memory is commonly known as:
A) The hard disk
B) The floppy disk
*C) RAM
D) Secondary storage
E) None of the above
A(n) ________ is a set of instructions that the computer follows to solve a problem.
A) Compiler
B) Linker
*C) Program
D) Operator
E) None of the above
________ are used to translate each source code instruction into the appropriate machine language instruction.
A) Modules
B) Library routines
*C) Compilers
D) Preprocessor directives
E) None of the above
This step will uncover any syntax errors in your program.
A) Editing
*B) Compiling
C) Linking
D) Executing
E) None of these
Which Computer listed is credited with being the first Mini Computer?
A) MITS Altair 8800
B) Xerox PARC Alto
*C) LINC
D) EDSAC
E) TRADIC
A set of well-defined steps for performing a task or solving a problem is known as a(n):
Group of answer choices
A) Hierarchy
*B) Algorithm
C) Central Processing Unit
D) Encoded instruction
E) None of the above
Internally, the CPU consists of two parts:
Group of answer choices
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
Even when there is no power to the computer, data can be held in:
*A) Secondary storage
B) The Input Device
C) The Output Device
D) The Algorithm
E) None of the above
Words that have a special meaning and may be used only for their intended purpose are known as:
Group of answer choices
A) Operators
B) Programmer Defined Words
*C) Key Words
D) Syntax
E) None of the above
This is a complete instruction that causes the computer to perform some action.
Group of answer choices
A) Line
*B) Statement
C) Variable
D) Key Word
E) None of the above
A variable declaration announces the name of a variable that will be used in a program, as well as:
*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
Three primary activities of a program are:
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