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
Match each term with the correct statement below.
Premises:
works by translating the entire program at one time
Responses:
machine language
statement
production program
Correct Answer:
Premises:
Responses:
Free
(Matching)
4.9/5
(41)
Correct Answer:
In a ____, program steps execute one after another, without interruption.
Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
A
Finding syntax errors is much more time consuming for a programmer than finding logical errors.
Free
(True/False)
4.8/5
(35)
Correct Answer:
False
Match each term with the correct statement below.
Premises:
group of statements in C++
Responses:
procedural program
machine language
production program
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(33)
____________________ is the process of paying attention to important properties while ignoring details.
(Short Answer)
4.8/5
(33)
In object-oriented programming, you can create new classes that extend or are____________________ of existing classes.
(Short Answer)
4.8/5
(34)
When you compile a C++ program, error messages and/or ____ might appear.
(Multiple Choice)
4.9/5
(25)
What were the disadvantages of programming in the oldest procedural languages?
(Essay)
4.9/5
(36)
All modern programming languages require that variable names be one word; that is, they cannot include any embedded spaces.
(True/False)
4.9/5
(36)
Match each term with the correct statement below.
Premises:
checks your program for syntax errors
Responses:
statement
translator program
procedural program
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(36)
Beginning an identifier with a lowercase letter and capitalizing subsequent words within the identifier is a style known as camel casing (for example, yourAge ).
(True/False)
4.8/5
(35)
A ____ repeats actions while some condition remains unchanged.
(Multiple Choice)
4.8/5
(34)
Showing 1 - 20 of 55
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)