Exam 2: Problem Solving Using C++
Exam 1: Preliminaries51 Questions
Exam 2: Problem Solving Using C++52 Questions
Exam 3: Assignment, Formatting, and Interactive52 Questions
Exam 4: Selection Structures51 Questions
Exam 5: Repetition Statements50 Questions
Exam 6: Modularity Using Functions50 Questions
Exam 7: Arrays50 Questions
Exam 8: Io Streams and Data Files50 Questions
Exam 9: Completing the Basics50 Questions
Exam 10: Pointers50 Questions
Exam 11: Introduction to Classes50 Questions
Exam 12: Adding Functionality to Your Classes50 Questions
Exam 13: Structures50 Questions
Exam 14: Numerical Methods50 Questions
Select questions type
The ____________________ data type is used to store single characters.
Free
(Short Answer)
5.0/5
(39)
Correct Answer:
char
The ____ is an output object that sends data it receives to the standard display device.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
D
Programs with a structure consisting of interrelated segments, called ____ , are arranged in a logical, easily understandable order to form an integrated and complete unit.
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
B
The C++ operator ____ provides the number of bytes used to store values for any data type named in the operator s parentheses.
(Multiple Choice)
4.9/5
(34)
In a function header, the ____________________ before the function name defines the type of value the function returns when it has completed operating.
(Short Answer)
5.0/5
(39)
Modular programs are easier to develop, correct, and modify than programs constructed in some other manner.
(True/False)
4.7/5
(44)
A(n) ____ data value is considered a complete entity and can t be decomposed into a smaller data type supported by the language.
(Multiple Choice)
4.8/5
(32)
A(n) ____________________ statement names a variable and specifies the data type that can be stored in it.
(Short Answer)
4.9/5
(41)
A(n) ____________________ is defined as a set of values and a set of operations that can be applied to these values.
(Short Answer)
4.7/5
(36)
A ____ contains both data and functions appropriate for manipulating the data.
(Multiple Choice)
4.7/5
(31)
Although declaration statements can be placed anywhere in a function, typically they re grouped together and placed after the function s opening brace.
(True/False)
4.9/5
(41)
The ____________________ and ostream classes provide the data declarations and methods used for data input and output, respectively.
(Short Answer)
4.9/5
(35)
A(n) ____ is an item used to change how the output stream of characters is displayed.
(Multiple Choice)
4.9/5
(45)
You cannot add and subtract character data and mix it with integer data to produce useful results.
(True/False)
4.9/5
(41)
Except for strings, double quotes, identifiers, and keywords, C++ ignores all white space.
(True/False)
4.9/5
(35)
To determine the address of a variable, we can use C++ s address operator, ____, which means the address of.
(Multiple Choice)
4.9/5
(32)
Showing 1 - 20 of 52
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)