Exam 6: Control Statements: Part 2

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

The logical exclusive OR operator is true if it at least one of its operands is true.

(True/False)
4.7/5
(33)

Which of the following will count down from 10 to 1 correctly

(Multiple Choice)
5.0/5
(35)

Counting loops should be controlled with values.

(Multiple Choice)
4.8/5
(27)

A loop that counts down from 10 to 1 using control variable counter should use the loop-continuation condition counter < = 1.

(True/False)
4.8/5
(42)

Some compilers will automatically remove from loops body statements that do not need to be executed multiple times through a process known as

(Multiple Choice)
4.8/5
(25)

What is the Windows key sequence for typing the end-of-file indicator in Command Prompt window

(Multiple Choice)
4.8/5
(49)
Showing 61 - 66 of 66
close modal

Filters

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