Exam 1: An Overview of Computers and Programming Languages
Exam 1: An Overview of Computers and Programming Languages50 Questions
Exam 2: Basic Elements of C++50 Questions
Exam 3: Input/Output50 Questions
Exam 4: Control Structures I (Selection)50 Questions
Exam 5: Control Structures II (Repetition)50 Questions
Exam 6: User-Defined Functions50 Questions
Exam 7: User-Defined Simple Data Types, Namespaces, and the string Type50 Questions
Exam 8: Arrays and Strings50 Questions
Exam 9: Records (structs)50 Questions
Exam 10: Classes and Data Abstraction50 Questions
Exam 11: Inheritance and Composition50 Questions
Exam 12: Pointers, Classes, Virtual Functions, Abstract Classes, and Lists50 Questions
Exam 13: Overloading and Templates50 Questions
Exam 14: Exception Handling50 Questions
Exam 15: Recursion50 Questions
Exam 16: Linked Lists50 Questions
Exam 17: Stacks and Queues50 Questions
Exam 18: Searching and Sorting Algorithms50 Questions
Exam 19: Binary Trees50 Questions
Exam 20: Graphs50 Questions
Exam 21: Standard Template Library (STL)50 Questions
Select questions type
The programming language C++ was designed by Bjarne Stroustrup at Bell Laboratories in the early ____.
Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
C
Information stored in main memory must be transferred to some other device for permanent storage.
Free
(True/False)
4.8/5
(31)
Correct Answer:
True
The machine language version of the high-level language program is called a(n)____________________.
Free
(Short Answer)
5.0/5
(34)
Correct Answer:
object program
C++ programs have always been portable from one compiler to another.
(True/False)
4.8/5
(34)
The device that stores information permanently (unless the device becomes unusable or you change the information by rewriting it)is called primary storage.
(True/False)
4.8/5
(36)
The command that does the linking on Visual C++ 2010 Express and Visual Studio 2010 is Make or Remake.
(True/False)
4.9/5
(37)
A program called a(n)____________________ translates the assembly language instructions into machine language.
(Short Answer)
5.0/5
(28)
When the computer is turned off,everything in secondary memory is lost.
(True/False)
4.8/5
(36)
The ____ is the brain of the computer and the single most expensive piece of hardware in your personal computer.
(Multiple Choice)
5.0/5
(44)
The ____ monitors the overall activity of the computer and provides services.
(Multiple Choice)
4.9/5
(36)
When you compile your program,the compiler identifies the logic errors and suggests how to correct them.
(True/False)
4.8/5
(38)
A sequence of 0s and 1s is sometimes referred to as ____________________ code.
(Short Answer)
4.9/5
(42)
A program called a(n)____ translates instructions written in high-level languages into machine code.
(Multiple Choice)
4.8/5
(34)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)