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

1. Pseudocode must be written in an editor capable of understanding it and the language to which
it pertains.
2. With sequential execution, statements execute one after the other in the order in which they
appear in the program.
3. Control statements cannot be placed inside other control statements.
4. The If…Then statement is a single-repetition statement.
5. The If…Then selection statement performs an action if a condition is true or skips the action if
the condition is false


1. False. Pseudocode can be written on paper or in any text editor.
2.True.
3. False. Control statements may be nested within other control statements.
4. False. The If…Then statement is a single-selection statement because it selects or ignores a single action.
5. True.

Computer Science & Information Technology

You might also like to view...

The ONBLUR event is associated with ________.

(a) data transfer within the document. (b) image resolution. (c) background effects. (d) an element losing focus.

Computer Science & Information Technology

Write a script that asks the user to enter two integers, obtains the numbers from the user and outputs HTML text that dis- plays the larger number followed by the words “is larger” in an information message dialog. If the numbers are equal, output HTML text that displays the message “These numbers are equal.” Use the techniques shown in Fig. 13.14.

What will be an ideal response?

Computer Science & Information Technology

A defined range is a group of cells that have been given a name that can then be used within a formula or function

Indicate whether the statement is true or false

Computer Science & Information Technology

Microsoft is phasing out the Edge browser

Indicate whether the statement is true or false

Computer Science & Information Technology