Exam 15: A Brief Introduction to C++
Exam 1: Introduction to Computer Programming44 Questions
Exam 2: Getting Started in C Programming46 Questions
Exam 3: Processing and Interactive Input48 Questions
Exam 4: Selection44 Questions
Exam 5: Repetition47 Questions
Exam 6: Modularity Using Functions: Part I51 Questions
Exam 7: Modularity Using Functions: Part II49 Questions
Exam 8: Arrays48 Questions
Exam 9: Character Strings51 Questions
Exam 10: Data Files50 Questions
Exam 11: Arrays, Addresses, and Pointers49 Questions
Exam 12: Structures48 Questions
Exam 13: Dynamic Data Structures49 Questions
Exam 14: Additional Capabilities55 Questions
Exam 15: A Brief Introduction to C++49 Questions
Select questions type
You can use ____ for standard input in C.
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
A
Use ____ to include standard input and output header files in a C program.
Free
(Multiple Choice)
4.9/5
(44)
Correct Answer:
D
Object-oriented languages make it easier to reuse code in a manner that significantly increases software productivity.
(True/False)
4.8/5
(25)
In a true object-oriented language all programs would have to adhere to an object-oriented structure.
(True/False)
4.9/5
(35)
The basic mathematical and assignment operators in C++ are different from those used in C.
(True/False)
4.8/5
(40)
The use of format manipulators in C++ requires the header file ____.
(Multiple Choice)
4.8/5
(39)
A data type provides both a set of values and a set of operations that can be applied to these values.
(True/False)
4.9/5
(40)
Using polymorphism, existing operations on a base class can be left alone, without the need to retest and reverify them, while they are extended to a derived class.
(True/False)
5.0/5
(39)
When using inheritance, the derived class is known as the ____.
(Multiple Choice)
4.9/5
(28)
Showing 1 - 20 of 49
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)