One Possible Answer example essay topic

757 words
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 part of the decision that executes when the tested condition is false is the decision. a. if b. then c. else d. then-else Save answer Bottom of Form Question 10 (1 point) Each programming language supports its own set of operators that express Boolean tests. a. logical comparison b. arithmetic c. logic d. organization Save answer Bottom of Form Question 11 (1 point) A compound, or AND, decision requires a decision. a. if b. or c. nested d. tiered Save answer Bottom of Form Question 12 (1 point) When one or the other of two conditions is true, this is called a (n) decision. a. AND b. AND / OR c. OR d.

OR / AND Save answer Bottom of Form Question 13 (1 point) A path that can never be traveled is known as a dead or path. a. unreachable b. unusable c. closed d. useable Save answer Bottom of Form Question 14 (1 point) How many AND and OR statements can you combine in most programming languages? a. one b. two c. three d. as many as you need Save answer Bottom of Form Question 15 (1 point) Case structures are used when you have a series of based on the value stored in a single variable. a. functions b. decisions c. models d. identifies Save answer Bottom of Form Question 16 (1 point) Which of the following is not a part of a decision table? a. conditions b. possible combinations of Boolean values for the conditions c. possible actions based on the Boolean values d. the actions that correspond to each Boolean value of each condition Save answer Bottom of Form Question 17 (1 point) An expression that represents one of two states, usually expressed as a true or false is known as a (n) expression. Answer: Save answer Bottom of Form Question 18 (1 point) Many languages such as Visual Basic and Pascal use the equal sign ( = ) to express testing for. Answer: Save answer Bottom of Form Question 19 (1 point) Most programming languages allow you to ask two or more questions in a single comparison by using a (n) operator. Answer: Save answer Bottom of Form Question 20 (1 point) If the record answers true to the first question the program automatically proceeds to the section. Answer: Save answer Bottom of Form Question 21 (1 point) A (n) can make comparisons using either the lowest or highest value in each range of values that are being used to make selections. Answer: Save answer Bottom of Form Question 22 (1 point) To avoid confusion with combined AND and OR statements, you can use if statements instead.

Answer: Save answer Bottom of Form Question 23 (1 point) When you must make choices based on the value stored in a single variable, the structure provides a convenient alternative to using a series of decisions. Answer: Save answer Bottom of Form Question 24 (1 point) The first step in using this tool is to create a decision table by listing all possible. Answer:.