1.2.3 Write algorithms that make use of programming constructs Flashcards

1
Q

State:

Correct syntax for a REPEAT statement in pseudocode

A

REPEAT
{command}
UNTIL {expression}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

State:

Correct syntax for a IF statement in pseudocode

A

IF {expression} THEN
{command}
END IF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly