Exam 2: Problem Solving Using C++

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

The maximum number of characters in a function name is ____.

(Multiple Choice)
4.7/5
(33)

In C++, a(n) ____________________ character changes the normal interpretation of the character following it and alters its meaning.

(Short Answer)
4.7/5
(26)

Data transmitted to a function at runtime is referred to as the ____ of the function.

(Multiple Choice)
4.7/5
(38)

The value stored in the variable is referred to as the variable s ____.

(Multiple Choice)
4.7/5
(39)

In an object-oriented language, such as C++, a(n) ____________________ encapsulates both data and sets of operations.

(Short Answer)
4.7/5
(32)

A(n) ____________________ data type allows negative values to be stored as well as zero and positive values.

(Short Answer)
4.9/5
(38)

Every variable has three major items associated with it: its data type, the value stored in it, and its ____________________.

(Short Answer)
4.8/5
(42)

In C++, a module can be a class or a(n) ____________________.

(Short Answer)
4.9/5
(39)

____ programs are easier to develop, correct, and modify than programs constructed in some other manner.

(Multiple Choice)
4.8/5
(30)

Omitting the parentheses after main() is a common programming error.

(True/False)
4.8/5
(32)

A common programming error consists of forgetting to separate data streams sent to cout with the insertion symbol, ____.

(Multiple Choice)
4.9/5
(42)

A(n) ____ is simply a name the programmer assigns to refer to computer storage locations.

(Multiple Choice)
4.8/5
(38)
Showing 41 - 52 of 52
close modal

Filters

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