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

What is an acceptable maximum collision rate on a properly running Ethernet network?

A. 1% B. 5% C. 10% D. 20%

Computer Science & Information Technology

COGNITIVE ASSESSMENT Which term does a user of a relational database use to refer to a file?

A. row B. table C. column D. relation

Computer Science & Information Technology

Write the code that links the text, “Sports Info”, on your index page to the sports.htm file. Assume the two files are in the same folder.

What will be an ideal response?

Computer Science & Information Technology

Formatted floating-point numbers require ____ field width specifier(s).

A. one B. two C. three D. four

Computer Science & Information Technology