Programming
By: Jack • Exam • 888 Words • January 29, 2010 • 892 Views
Join now to read essay Programming
Question 1 (1 point)
True/false evaluation is "natural" from the computer's perspective because computer circuitry consists of two states.
a. True
b. False
Save answer
Bottom of Form
Question 2 (1 point)
It is considered trivial to compare two constants.
a. True
b. False
Save answer
Bottom of Form
Question 3 (1 point)
The logical AND is usually a binary operator that requires a complete Boolean expression on each side.
a. True
b. False
Save answer
Bottom of Form
Question 4 (1 point)
An AND decision is when one condition must be met or some other condition must be met for the event to take place.
a. True
b. False
Save answer
Bottom of Form
Question 5 (1 point)
You should never ask a question if there is only one possible answer or outcome.
a. True
b. False
Save answer
Bottom of Form
Question 6 (1 point)
When you combine AND and OR operators, the OR operators take precedence.
a. True
b. False
Save answer
Bottom of Form
Question 7 (1 point)
A case structure allows you to substitute a series of selections.
a. True
b. False
Save answer
Bottom of Form
Question 8 (1 point)
Some programs require multiple decisions to produce the correct output.
a. True
b. False
Save answer
Bottom of Form
Question 9 (1 point)
The