Exam 7: Complex Conditions
Exam 1: The Craft of Programming50 Questions
Exam 2: The Javascript Language49 Questions
Exam 3: Objects, Events, and Graphical User Interfaces48 Questions
Exam 4: The Sequence Structure50 Questions
Exam 5: The Selection Structure50 Questions
Exam 6: The Repetition Structure50 Questions
Exam 7: Complex Conditions49 Questions
Exam 8: Modules and Functions50 Questions
Exam 9: Menus and Data Validation50 Questions
Exam 10: Arrays50 Questions
Exam 11: Building Programs50 Questions
Exam 12: Sorting Data30 Questions
Exam 13: Recursion50 Questions
Select questions type
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)