Exam 4: Control Structures I Selection

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The ____________________ operator in C++ is ==.

Free
(Short Answer)
4.8/5
(31)
Correct Answer:
Verified

equality

The conditional expression portion of an if statement is sometimes called a(n) ____________________ because it decides whether to execute the statement that follows it.

Free
(Short Answer)
4.8/5
(42)
Correct Answer:
Verified

decision maker

Name all the possible values of Boolean variables.

Free
(Short Answer)
4.9/5
(39)
Correct Answer:
Verified

true and false, or 0 and 1

What does these terms refer to: - \gg Ternary operator:

(Short Answer)
4.9/5
(39)

What does these terms refer to: - \gg Short-circuit evaluation:

(Short Answer)
4.9/5
(38)

What does these terms refer to: - \gg Relational operator:

(Short Answer)
4.9/5
(32)

What does these terms refer to: - \gg Pairing an else with an if:

(Short Answer)
5.0/5
(37)

What does these terms refer to: - \gg Logical (Boolean) values:

(Short Answer)
4.8/5
(37)

What does these terms refer to: - \gg Compound statement (block of statements):

(Short Answer)
4.7/5
(37)

What does these terms refer to: - \gg Conditional expression:

(Short Answer)
4.8/5
(33)

What is an action statement?

(Short Answer)
4.8/5
(27)

What does these terms refer to: - \gg Conditional operator:

(Short Answer)
4.9/5
(30)

What does these terms refer to: - \gg Logical (Boolean) expression:

(Short Answer)
4.9/5
(32)

The if…else statement is a one-way selection structure.

(True/False)
4.9/5
(38)

What does these terms refer to: - \gg Action statement:

(Short Answer)
4.9/5
(31)

What does these terms refer to: - \gg Decision maker:

(Short Answer)
4.9/5
(31)

In C++, true and false are reserved words.

(True/False)
4.9/5
(33)

What does these terms refer to: - \gg Pseudocode (pseudo):

(Short Answer)
4.9/5
(35)

What does these terms refer to: - \gg Logical (Boolean) operators:

(Short Answer)
4.9/5
(35)

What does these terms refer to: - \gg Switch structure:

(Short Answer)
4.8/5
(34)
Showing 1 - 20 of 24
close modal

Filters

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