Exam 4: Control Statements, Assignment, and Operators

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

Which of the following is a repetition structure?

(Multiple Choice)
4.8/5
(37)

Which of the following is not a keyword that was added to C++ in the new C++11 standard?

(Multiple Choice)
4.8/5
(30)

Which of the following does not display correct if answer is equal to 7 and incorrect if answer is not equal to 7?

(Multiple Choice)
4.9/5
(30)

A block:

(Multiple Choice)
4.9/5
(46)

The data type bool:

(Multiple Choice)
4.9/5
(27)

Which of the following is true of pseudocode?

(Multiple Choice)
4.8/5
(44)

Using a while loop's counter-control variable in a calculation after the loop ends often causes a common logic error called:

(Multiple Choice)
4.7/5
(35)

How many times will the following loop print hello? i = 1; While (i <= 10) { Cout << "hello"; }

(Multiple Choice)
4.8/5
(30)

Which of the following is true?

(Multiple Choice)
5.0/5
(36)
Showing 21 - 29 of 29
close modal

Filters

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