Multiple Choice
Which of the following is not one the rules for forming structured programs?
A) Begin with the "simplest activity diagram."
B) Any transition arrow can be reversed.
C) Any action state can be replaced by two action states in sequence.
D) Any action state can be replaced by any control statement.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Float and double variables should be used:<br>A)
Q6: Which of the following is false?<br>A) The
Q7: An example of a unary operator is:<br>A)
Q8: Which of the following is false?<br>A) break
Q9: The _, _ and _ are the
Q11: Variables are also known as:<br>A) lvalues, but
Q12: In a switch statement:<br>A) A break is
Q13: Consider the following code, assuming that x
Q14: Consider the execution of the following for
Q15: In C++, the condition (4 > y