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

1. A transaction file is also known as a detail file.
2. The order in which tests are placed in a CASE control structure does not matter.
3. The CASE control structure is one of the three basic control structures.
4. The pseudocode form of a CASE control structure always contains exactly three levels of indentation regardless of how many tests are made.
5. The top-to-bottom arrangement of the conditions in the CASE control structure dictates the actual order that the tests will be made by the computer.

1. True
2. False
3. False
4. False
5. True

Computer Science & Information Technology

You might also like to view...

Each slide in a presentation should focus on at least two topics

Indicate whether the statement is true or false

Computer Science & Information Technology

________ order sorts a list of text data in alphabetical order from A to Z, or a numeric list in lowest to highest

Fill in the blank(s) with correct word

Computer Science & Information Technology