Selection and Pseudocode

Selection and Pseudocode

7th Grade

20 Qs

quiz-placeholder

Similar activities

Form 3 EOT 1 Problem solving

Form 3 EOT 1 Problem solving

7th Grade

20 Qs

Online ICT Test

Online ICT Test

7th Grade

22 Qs

Berpikir Komputasional

Berpikir Komputasional

7th Grade

20 Qs

Four Functions of Computer

Four Functions of Computer

7th Grade

16 Qs

Algoritma Pemrograman Kelas 7

Algoritma Pemrograman Kelas 7

7th Grade

20 Qs

Input, output, storage, hardware, software

Input, output, storage, hardware, software

7th - 8th Grade

20 Qs

What is a flowchart?

What is a flowchart?

7th - 11th Grade

17 Qs

QUIZ

QUIZ

7th Grade

18 Qs

Selection and Pseudocode

Selection and Pseudocode

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Zuko Ndabambi

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is pseudocode mainly used for?

Writing actual code in Python

Explaining algorithms in plain English

Drawing flowcharts

Debugging programs

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In pseudocode, which keyword is commonly used to start a decision?

WHEN

IF

ELSEIF

START

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the example `IF it is raining THEN Take an umbrella ELSE Leave the umbrella ENDIF`, what happens if it is not raining?

Take an umbrella

Leave the umbrella

END the program

Repeat the check

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does ENDIF mean in pseudocode?

End of the loop

End of the condition

End of the program

End of the input

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following is the correct pseudocode for checking if a number is less than 10?

IF number > 10 THEN OUTPUT 'Small'

IF number < 10 THEN OUTPUT 'Small' ELSE OUTPUT 'Big' ENDIF

IF number = 10 THEN OUTPUT 'Big' ENDIF

IF number < 10 OUTPUT 'Big'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the pseudocode, what is printed if password is '12345'?

Access Granted

Access Denied

Error

Nothing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which part of the IF-ELSE pseudocode is executed only if the condition is FALSE?

THEN block

ELSE block

INPUT block

START block

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?