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

1. A diamond shape symbol on a program flowchart represents a decision to be made.
2. The no-function condition is usually called a null ELSE.
3. In a nested IFTHENELSE pattern, all the tests are always made, one after the other.
4. In a sequential IFTHENELSE pattern, whether tests after the first one are made depends upon the outcome of the preceding tests.
5. The keyword ELSE is not needed when writing the pseudcode of a null ELSE.



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

Computer Science & Information Technology

You might also like to view...

A large city zoo has touchscreen-based kiosks to help visitors locate specific exhibits. The touchscreen part of the kiosk would have to be in a special _______ for protection from the weather

Fill in the blank(s) with correct word

Computer Science & Information Technology

Programmers who work within the declarative paradigm envision a program as data objects that essentially network with each other to exchange data.

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

Computer Science & Information Technology