Final Exam C++ Part 1 Exam Questions
and Answers Graded A+
Object - Correct answer-A(n) ____ consists of data and the operations on those
data
Linker - Correct answer-A program called a(n) ____ combines the object program
with the programs from libraries.
Compiler - Correct answer-A program called a(n) ____ translates instructions
written in high-level languages into machine code.
Loader - Correct answer-A program that loads an executable program into main
memory is called a(n) ____.
byte - Correct answer-A sequence of eight bits is called a ____.
Mnemonics - Correct answer-Assembly language uses easy-to-remember
instructions called ____________________.
Unicode - Correct answer-____ consists of 65,536 characters.
False - Correct answer-C++ programs have always been portable from one
compiler to another. True or False
, Structured - Correct answer-Dividing a problem into smaller subproblems is called
____ design.
Preprocessor - Correct answer-In a C++ program, statements that begin with the
symbol # are called ____________________ directives.
Class - Correct answer-In C++, the mechanism that allows you to combine data
and operations on the data into a single unit is called a(n) ____________________.
Algorithm - Correct answer-A step-by-step problem-solving process in which a
solution is arrived at in a finite amount of time is called a(n) ____.
Object-oriented - Correct answer-In ____________________ design, the final
program is a collection of interacting objects.
True - Correct answer-Information stored in main memory must be transferred to
some other device for permanent storage. True or False
Objects - Correct answer-In object-oriented design, the first step in the problem-
solving process is to identify the components called ____________________,
which form the basis of the solution, and to determine how they interact with one
another.
High-Level - Correct answer-____________________ languages include
FORTRAN, COBOL, Pascal, C, C++, and Java.
and Answers Graded A+
Object - Correct answer-A(n) ____ consists of data and the operations on those
data
Linker - Correct answer-A program called a(n) ____ combines the object program
with the programs from libraries.
Compiler - Correct answer-A program called a(n) ____ translates instructions
written in high-level languages into machine code.
Loader - Correct answer-A program that loads an executable program into main
memory is called a(n) ____.
byte - Correct answer-A sequence of eight bits is called a ____.
Mnemonics - Correct answer-Assembly language uses easy-to-remember
instructions called ____________________.
Unicode - Correct answer-____ consists of 65,536 characters.
False - Correct answer-C++ programs have always been portable from one
compiler to another. True or False
, Structured - Correct answer-Dividing a problem into smaller subproblems is called
____ design.
Preprocessor - Correct answer-In a C++ program, statements that begin with the
symbol # are called ____________________ directives.
Class - Correct answer-In C++, the mechanism that allows you to combine data
and operations on the data into a single unit is called a(n) ____________________.
Algorithm - Correct answer-A step-by-step problem-solving process in which a
solution is arrived at in a finite amount of time is called a(n) ____.
Object-oriented - Correct answer-In ____________________ design, the final
program is a collection of interacting objects.
True - Correct answer-Information stored in main memory must be transferred to
some other device for permanent storage. True or False
Objects - Correct answer-In object-oriented design, the first step in the problem-
solving process is to identify the components called ____________________,
which form the basis of the solution, and to determine how they interact with one
another.
High-Level - Correct answer-____________________ languages include
FORTRAN, COBOL, Pascal, C, C++, and Java.