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
C++'s cin does not require the address operator needed for C's scanf() function.
(True/False)
4.9/5
(42)
Use ____ to include standard input and output header files in a C++ program.
(Multiple Choice)
4.9/5
(29)
Polymorphism permits existing code, which has been thoroughly tested, to be reused efficiently without the need for extensive retesting.
(True/False)
4.9/5
(36)
One of the driving forces in the creation of object-oriented languages was the inability of procedurally structured code to be extended easily without extensive revisions, retesting, and reevaluations.
(True/False)
4.8/5
(41)
Any text after the \\ delimiter, but only to the end of the current line, is taken to be a comment in C++.
(True/False)
4.9/5
(37)
The header files in C++ are different from those in C, but perform the same task and occupy similar positions in a C++ program that they occupy in a C program.
(True/False)
4.9/5
(39)
The three features required for an object-oriented language are class construction, inheritance, and ____.
(Multiple Choice)
4.9/5
(43)
printf("Enter the price: "); can be written in C++ as ____.
(Multiple Choice)
4.9/5
(40)
Many introductory C++ courses are taught using procedural programs initially.
(True/False)
4.8/5
(35)
Showing 21 - 40 of 49
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)