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 Classes44 Questions
Exam 13: Operator Overloading and Templates41 Questions
Exam 14: Exception Handling43 Questions
Exam 15: Recursion43 Questions
Exam 16: Linked Lists40 Questions
Exam 17: Stacks and Queue43 Questions
Exam 18: Searching and Sorting Algorithms40 Questions
Exam 19: Binary Trees43 Questions
Exam 20: Graph Algorithms48 Questions
Exam 21: Standard Template Library41 Questions
Select questions type
The devices that feed data and programs into computers are called output devices.
Free
(True/False)
4.9/5
(34)
Correct Answer:
False
In a C++ program, statements that begin with the symbol # are called ____________________ directives.
Free
(Short Answer)
4.8/5
(29)
Correct Answer:
preprocessor
Main memory is an ordered sequence of items, called ____.
Free
(Multiple Choice)
4.7/5
(43)
Correct Answer:
C
Dividing a problem into smaller subproblems is called ____ design.
(Multiple Choice)
4.9/5
(39)
The devices that the computer uses to display results are called ____ devices.
(Multiple Choice)
4.9/5
(37)
Assembly language uses easy-to-remember instructions called ____________________.
(Short Answer)
4.7/5
(36)
When the computer is turned off, everything in secondary memory is lost.
(True/False)
4.9/5
(38)
C++ programs have always been portable from one compiler to another.
(True/False)
4.9/5
(39)
The ASCII data set consists of ____________________ characters.
(Short Answer)
4.8/5
(42)
A program called a(n) ____ translates instructions written in high-level languages into machine code.
(Multiple Choice)
4.8/5
(42)
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
(30)
To develop a program to solve a problem, you start by analyzing the problem.
(True/False)
4.7/5
(40)
The command that does the linking on Visual C++ Express (2013 or 2016) and Visual Studio 2015 is Make or Remake.
(True/False)
4.8/5
(42)
____________________ signals represent information with a sequence of 0s and 1s.
(Short Answer)
4.7/5
(35)
The devices that feed data and programs into computers are called ____ devices.
(Multiple Choice)
4.7/5
(36)
Showing 1 - 20 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)