Font size
Worksheets1 - Pseudocode
Total questions: 15
Worksheet time: 3mins
"A loop that will iterate at least once" describes which pseudocode programming statement?
FOR...TO...NEXT
IF...THEN...ELSE...END IF
WHILE...DO...ENDWHILE
REPEAT...UNTIL
CASE...OF...OTHERWISE...ENDCASE
"A conditional statement to deal with many possible outcomes" describes which pseudocode programming statement?
FOR...TO...NEXT
IF...THEN...ELSE...END IF
WHILE...DO...ENDWHILE
REPEAT...UNTIL
CASE...OF...OTHERWISE...ENDCASE
"A loop that will iterate a set number of times" describes which pseudocode programming statement?
FOR...TO...NEXT
IF...THEN...ELSE...END IF
WHILE...DO...ENDWHILE
REPEAT...UNTIL
CASE...OF...OTHERWISE...ENDCASE
"A conditional statement with different outcomes for true and false" describes which pseudocode programming statement?
FOR...TO...NEXT
IF...THEN...ELSE...END IF
WHILE...DO...ENDWHILE
REPEAT...UNTIL
CASE...OF...OTHERWISE...ENDCASE
Is the following statement true?
"A structure diagram is a piece of code that is available throughout the structure of a program"
True
False
Is the following statement true?
"A structure diagram shows the hierarchy of a system"
True
False
Is the following statement true?
"A structure diagram is another name for an array"
True
False
Is the following statement true?
"A structure diagram shows the relationship between different components of a system"
True
False
Which of the following is not a data type in Python?
String
Char
Integer
Real
Boolean
Which of the following are loop structures?
For Loop
While Loop
Repeat Loop
If Loop
(a) statement is an example of a selection statement.
A (a) check is a validation check that checks the length of a string.
A (a) check is a validation check that checks that the user has entered a value.
A (a) check is a validation check that ensures the user enters a value between two numbers, potentially inclusive of those numbers too.
A (a) check is a validation check that ensures the user has input their data in the correct format.
