Exam 1: An Overview of Object-Oriented Programming and C++
Exam 1: An Overview of Object-Oriented Programming and C++55 Questions
Exam 2: Evaluating C Expressions51 Questions
Exam 3: Making Decisions50 Questions
Exam 4: Performing Loops51 Questions
Exam 5: Understanding Arrays, Strings and Pointers55 Questions
Exam 6: Using C++ Functions51 Questions
Exam 7: Using Classes56 Questions
Exam 8: Class Features and Design Issues53 Questions
Exam 9: Understanding Friends and Overloading Operators52 Questions
Exam 10: Understanding Inheritance53 Questions
Exam 11: Using Templates54 Questions
Exam 12: Handling Exceptions51 Questions
Exam 13: Advanced Input and Output55 Questions
Exam 14: Advanced Topics53 Questions
Select questions type
Object-oriented programs use ____ to carry out the same operation in a manner customized to the object.
(Multiple Choice)
4.9/5
(35)
In C++, a(n) ____ comment begins with two slashes ( // ) and continues to the end of the line on which it is placed.
(Multiple Choice)
4.8/5
(39)
In C++, ____________________ consists of any number of spaces, tabs, and Enter characters.
(Short Answer)
4.9/5
(41)
Match each term with the correct statement below.
Premises:
a real-life program used by a business
Responses:
interpreter
procedural program
compiler
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(30)
Characters may be stored in character data type variables, declared with the keyword ____.
(Multiple Choice)
4.9/5
(34)
Match each term with the correct statement below.
Premises:
information produced by a program
Responses:
output
interpreter
machine language
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(42)
In object-oriented programming, descendent classes can ____ all the attributes of the original (or parent) class, or they can override inappropriate attributes.
(Multiple Choice)
4.9/5
(41)
Match each term with the correct statement below.
Premises:
translates programming language instructions one line at a time
Responses:
machine language
procedural program
production program
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(37)
A ____ is used to perform different tasks based on a condition.
(Multiple Choice)
4.8/5
(33)
C++ refers to locations where values may be stored as ____________________ because these values are located on the left side of assignment statements.
(Essay)
4.9/5
(33)
____________________ errors are errors that are so severe that they prevent a program from executing.
(Short Answer)
4.7/5
(31)
What is low-level programming? What is high-level programming? Is programming in C++ considered low-level or high-level?
(Essay)
4.8/5
(36)
The ____ of a variable defines what kind of values may be stored in a variable and what kind of operations can be performed on it.
(Multiple Choice)
4.9/5
(35)
A(n) ____ error occurs when you use a statement that, although syntactically correct, doesn't do what you intended.
(Multiple Choice)
4.9/5
(39)
Showing 21 - 40 of 55
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)