Exam 3: Assignment, Formatting, and Interactive

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

The number 023 is a(n) ____ number in C++.

(Multiple Choice)
4.8/5
(37)

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 ____ symbol is called the assignment operator.

(Multiple Choice)
5.0/5
(31)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)