PST UNIT 3.2 NEW

PST UNIT 3.2 NEW

Professional Development

11 Qs

quiz-placeholder

Similar activities

Aptech Quiz

Aptech Quiz

Professional Development

10 Qs

Python Class Test 1

Python Class Test 1

Professional Development

10 Qs

Collection Gorontalo

Collection Gorontalo

Professional Development

15 Qs

Ngabuburit Keluarga Besar AXI 2021

Ngabuburit Keluarga Besar AXI 2021

Professional Development

7 Qs

PowerPoint IMiL Quiz

PowerPoint IMiL Quiz

Professional Development

13 Qs

Quiz Refreshment Training SA Toyota

Quiz Refreshment Training SA Toyota

Professional Development

10 Qs

AWS Training - Keyboard Shortcuts - Megha Parekh

AWS Training - Keyboard Shortcuts - Megha Parekh

KG - Professional Development

15 Qs

QMS Training & Workshop Module 2

QMS Training & Workshop Module 2

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?