PST UNIT 3.2 NEW

PST UNIT 3.2 NEW

Professional Development

11 Qs

quiz-placeholder

Similar activities

SvensQA Software Testing

SvensQA Software Testing

Professional Development

15 Qs

K11_CẤU TRÚC RẼ NHÁNH

K11_CẤU TRÚC RẼ NHÁNH

Professional Development

10 Qs

Repaso Clase 5 | Coder

Repaso Clase 5 | Coder

Professional Development

8 Qs

Quiz Printing

Quiz Printing

Professional Development

8 Qs

Web development 1

Web development 1

Professional Development

10 Qs

Python Loops

Python Loops

Professional Development

15 Qs

Python Week 2

Python Week 2

Professional Development

15 Qs

OPS

OPS

Professional Development

10 Qs

PST UNIT 3.2 NEW

PST UNIT 3.2 NEW

Assessment

Quiz

Other

Professional Development

Medium

Created by

Sini Saneesh

Used 3+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A statement used to close the IF block.
ELSE
ELSEIF
END
ENDIF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an ELSE block in a pseudocode selection structure?
Executes when the IF condition is true.
Executes when the IF condition is false.
Loops through the condition.
Terminates the program.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which pseudocode snippet correctly checks if a number is even?
IF number MOD 2 == 0 THEN PRINT "Even"
IF number DIV 2 == 0 THEN PRINT "Even"
IF number == 2 THEN PRINT "Even"
IF number MOD 2 != 0 THEN PRINT "Even"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a SWITCH-CASE construct, what keyword is used to terminate a case?
BREAK
ENDIF
CONTINUE
EXIT

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a loop statement?
IF
ELSE
WHILE
DO

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following isn’t a loop statement?
for
elif
while
do-while

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_______ is used to show hierarchy in a pseudo code.
Indentation
Curly Braces
Round Brackets
Semicolon

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?