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

1) The logical exclusive OR operator is true if it at least one of its operands
is true.
2) The while statement is sufficient to perform any type of repetition.
3) The stacking and nesting rules must be applied in a specific order.
4) In structured programming, the only two ways to combine control
statements are stacking and nesting.


1) F
2) T
3) F
4) T

Computer Science & Information Technology

You might also like to view...

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

1. When using MS-DOS subdirectories, you must always code a complete path name to access a file. 2. The character used to separate directory and file names in a path name is a back slash (\). 3. It is possible to divide a subdirectory into lower-level subdirectories. 4. To list the contents of the Windows directory, type a directory (DIR) command. 5. A pause parameter allows you to view a directory list one line at a time.

Computer Science & Information Technology

What does the following code do? Assume this method is invoked by using Mystery ( 70, 80 ).

What will be an ideal response?

Computer Science & Information Technology

Another term for a search engine is a search ________

A) browser B) blog C) filter D) provider

Computer Science & Information Technology

A(n) ____________________ statement could be used to create record data type.

a. EXISTS b. GOTO c. TYPE d. RETURN e. None of the above.

Computer Science & Information Technology