When structured English is used, which of the following rules must be conformed to??
A. ?Use only the three building blocks of sequence, selection, and iteration.
B. ?Use indentation for readability.
C. ?Use a limited vocabulary.
D. ?Avoid standard terms used in the data dictionary.
Ans:
A. ?Use only the three building blocks of sequence, selection, and iteration.
B. ?Use indentation for readability.
C. ?Use a limited vocabulary.
You might also like to view...
Which statement below could be used to simulate the outputs of tossing a quarter to get heads or tails? Suppose randomNumbers is a SecureRandom object.
a. randomNumbers.nextInt(7); b. randomNumbers.nextInt(2); c. randomNumbers.nextInt(1); d. randomNumbers.nextInt(25);
CRCs are typically used in systems where data can be retransmitted if errors are detected.
a. True b. False
To display records that meet one or more specific conditions, you must use ________ to limit the data
A) filters B) queries C) arrows D) ranges
Windows displays file name extensions by default.
Answer the following statement true (T) or false (F)