Answer the following statements true (T) or false (F)

1. We can replace the nested IFTHENELSE control structure with the CASE control structure.
2. A nested IFTHENELSE control structure is generally easier to work with than a CASE control structure.
3. In a CASE control structure, the test that is most likely to reveal a true outcome should be placed last.
4. It is good programming practice to include an other path in every CASE control structure.
5. In a CASE control structure, every test requires an exit connector on the flowchart and an ENDCASE statement in the pseudocode.

1. True
2. False
3. False
4. True
5. False

Computer Science & Information Technology

You might also like to view...

Grayscale is useful to see how a chart will look when printed on a black and white printer

Indicate whether the statement is true or false

Computer Science & Information Technology

Briefly describe Trojan horse malware and give an example.

What will be an ideal response?

Computer Science & Information Technology