Exam 3: Assignment, Formatting, and Interactive
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
When the ++ operator appears before a variable it s called a(n) ____ increment operator.
(Multiple Choice)
4.8/5
(34)
Program execution begins with the first statement in the body of the main() function.
(True/False)
4.9/5
(43)
A(n) ____ is any combination of constants, variables, and function calls that can be evaluated to yield a result.
(Multiple Choice)
4.8/5
(40)
A(n) ____ statement is the most basic C++ statement for assigning values to variables and performing computations.
(Multiple Choice)
4.8/5
(39)
This type of statement: sum = sum + 10; is called a(n) ____________________ statement.
(Short Answer)
4.7/5
(27)
Function ____________________ permits using the same function name for different arguments of different data types.
(Short Answer)
4.7/5
(32)
The ostream class method precision(n) is equivalent to the stream manipulator ____.
(Multiple Choice)
4.8/5
(33)
In C++, the assignment operator has a(n) ____________________ precedence than any other arithmetic operator.
(Short Answer)
4.9/5
(34)
To alter the default justification for a stream of data, you use the ____ manipulator.
(Multiple Choice)
4.8/5
(45)
In C++, the cmath function named ____________________ is used to raise a number to a power.
(Short Answer)
4.8/5
(27)
The ____ statement is used to enter data in a program while it s running.
(Multiple Choice)
4.8/5
(44)
In C++, arguments of all trigonometric functions ( sin() , cos() , and so forth) must be in ____________________.
(Short Answer)
4.7/5
(36)
In C++, the expression sum = sum + 10 can be written as ____.
(Multiple Choice)
4.8/5
(42)
The simplest expression in C++ is a single ____________________.
(Short Answer)
4.7/5
(38)
The term ____ refers to an item, such as a variable or argument, that sets a condition usually considered active or nonactive.
(Multiple Choice)
4.9/5
(34)
In C++, a variable or symbolic constant must be ____________________ before it has been used.
(Short Answer)
4.9/5
(34)
In C++, the default precision is set to ____ decimal places.
(Multiple Choice)
4.9/5
(36)
If n = 25 and this statement is executed: n--; , then the new value of n is ____________________.
(Short Answer)
4.8/5
(29)
Showing 21 - 40 of 52
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)