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

When you are designing Web forms, the __________ window contains Web-related controls.

a. Toolbox b. Web kit c. Widget d. WebParts

Computer Science & Information Technology

In Figure16.10, if connect fails, can sockfd be reused if we call getsockopt(2) with the SO_ERROR socket option to clear the socket error? Try it and describe what happens

What will be an ideal response?

Computer Science & Information Technology

When you export ________, multiple files can be created

Fill in the blank(s) with correct word

Computer Science & Information Technology

A table is unique to VSTO and is not found in Microsoft Office.

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

Computer Science & Information Technology