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...

Comments can display on the left or right of the page

Indicate whether the statement is true or false

Computer Science & Information Technology

The compiler's default ____ constructor performs similarly to the default assignment operator by doing a memberwise assignment between objects.

A. initialization B. cast C. copy D. conversion

Computer Science & Information Technology

In the LC-2200 architecture, where are operands normally found for an add instruction?

What will be an ideal response?

Computer Science & Information Technology

In C++, ____ is called the address of operator.

A. & B. * C. # D. ->

Computer Science & Information Technology