Exam 7: Complex Conditions

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Which of the following represents a negated condition?

(Multiple Choice)
4.9/5
(39)

In JavaScript, the Or operator is //.

(True/False)
4.8/5
(31)

A ____ enables you to state all conditions relevant to a decision, the true and false combinations of these conditions, and the outcomes associated with each combination.

(Multiple Choice)
4.9/5
(30)

If a condition is irrelevant at some point on a binary tree, it does not need to be split into true and false paths.

(True/False)
4.8/5
(40)

Which of the following generates a random number between 0 and 10?

(Multiple Choice)
5.0/5
(42)

A(n) ____ is a process that does not evaluate the second condition of a combined condition if evaluation of the first condition determines the outcome.

(Multiple Choice)
4.8/5
(35)

With a ____, each condition must be stated as a Boolean condition, with only true and false possibilities as answers.

(Multiple Choice)
4.9/5
(39)

A(n) ____ is a tool for expressing the results of combinations of conditions.

(Multiple Choice)
4.9/5
(40)

If you have statistics on the expected frequency of condition evaluations, you should use them to make your program faster and more efficient.

(True/False)
5.0/5
(35)
Showing 41 - 49 of 49
close modal

Filters

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