Exam 1: An Overview of Computers and Programming Languages
Exam 1: An Overview of Computers and Programming Languages40 Questions
Exam 2: Basic Elements of C++50 Questions
Exam 3: Inputoutput40 Questions
Exam 4: Control Structures I Selection40 Questions
Exam 5: Control Structures II Repetition40 Questions
Exam 6: User-Defined Function41 Questions
Exam 7: Namespaces, the Class String, and User-Defined Simple Data Types40 Questions
Exam 8: Arrays40 Questions
Exam 9: Records Structs40 Questions
Exam 10: Classes and Data Abstraction43 Questions
Exam 11: Inheritance and Composition41 Questions
Exam 12: Pointers, Classes, Virtual Functions, and Abstract Classes43 Questions
Exam 13: Overloading and Templates41 Questions
Exam 14: Exception Handling42 Questions
Exam 15: Recursion41 Questions
Exam 16: Searching and Sorting46 Questions
Exam 17: Linked Lists41 Questions
Exam 18: Stacks and Queues42 Questions
Select questions type
A step-by-step problem-solving process in which a solution is arrived at in a finite amount of time is called a(n) ____.
(Multiple Choice)
4.8/5
(32)
To develop a program to solve a problem, you start by analyzing the problem.
(True/False)
4.7/5
(35)
A program called a(n) ____ combines the object program with the programs from libraries.
(Multiple Choice)
4.9/5
(44)
Dividing a problem into smaller subproblems is called ____ design.
(Multiple Choice)
4.8/5
(31)
C++ programs have always been portable from one compiler to another.
(True/False)
4.7/5
(36)
A program called a(n) ____ translates instructions written in high-level languages into machine code.
(Multiple Choice)
4.9/5
(38)
When you compile your program, the compiler identifies the logic errors and suggests how to correct them.
(True/False)
4.9/5
(41)
In a C++ program, statements that begin with the symbol # are called ____________________ directives.
(Short Answer)
4.7/5
(39)
The devices that feed data and programs into computers are called output devices.
(True/False)
4.7/5
(49)
When the computer is turned off, everything in secondary memory is lost.
(True/False)
4.8/5
(40)
The ____ is the brain of the computer and the single most expensive piece of hardware in your personal computer.
(Multiple Choice)
4.8/5
(42)
The basic commands that a computer performs are ____, and performance of arithmetic and logical operations.
(Multiple Choice)
4.7/5
(37)
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.
(Short Answer)
4.9/5
(47)
Assembly language uses easy-to-remember instructions called ____________________.
(Short Answer)
4.8/5
(30)
The ____ handles the overall activity of the computer and provides services.
(Multiple Choice)
4.8/5
(49)
A program that loads an executable program into main memory is called a(n) ____.
(Multiple Choice)
4.9/5
(46)
Information stored in main memory must be transferred to some other device for permanent storage.
(True/False)
4.9/5
(37)
Showing 21 - 40 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)