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

1. Indentation is used in pseudocode to improve readability.
2. A nested IFTHENELSE pattern cannot contain a null ELSE.
3. The decision point in an IFTHENELSE statement is called an unconditional branch.
4. Pseudocode may be a more suitable tool than flow charting when working on complex problems.
5. In a nested IFTHENELSE pattern, it is probable that many of the tests will be skipped.


1. TRUE
2. FALSE
3. FALSE
4. TRUE
5. TRUE

Computer Science & Information Technology

You might also like to view...

A type of letter that has standardized wording that can be sent to many different people is known as a ________ letter

A) form B) business C) custom D) standard

Computer Science & Information Technology

The expression Math.Round(287.876, 2) yields a value of ____.

A. 287.87 B. 287.88 C. 288.00 D. 290.00

Computer Science & Information Technology