Year 8 Computing Quiz

Year 8 Computing Quiz

8th Grade

35 Qs

quiz-placeholder

Similar activities

Intro to Python

Intro to Python

8th Grade

30 Qs

Python Review 2

Python Review 2

8th - 9th Grade

30 Qs

PROGRAMMING WITH PYTHON

PROGRAMMING WITH PYTHON

7th - 8th Grade

35 Qs

Wrap Up in CS

Wrap Up in CS

7th - 8th Grade

35 Qs

Year 8 CAT

Year 8 CAT

8th Grade

40 Qs

Programming Basic 1

Programming Basic 1

8th Grade

30 Qs

python assessment

python assessment

8th - 9th Grade

35 Qs

UJIAN ULANGAN SK TING 2 (SEM 1)

UJIAN ULANGAN SK TING 2 (SEM 1)

8th - 12th Grade

30 Qs

Year 8 Computing Quiz

Year 8 Computing Quiz

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Jonathan Gillespie

Used 4+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of selection in pseudocode?

To repeat a block of code

To store data in variables

To execute different blocks of code based on a condition

To perform arithmetic operations

To define the start and end of a program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is typically used to start a selection statement in pseudocode?

START

PROCESS

IF

THEN

ELSE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword follows the condition in a pseudocode IF statement?

IF

THEN

ELSE

ENDIF

CONDITION

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword introduces the alternative block of code to be executed if the IF condition is false?

THEN

ENDIF

ELSE

IFNOT

OTHERWISE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to signify the end of an IF selection structure in pseudocode?

END

STOP

ENDIFELSE

ENDIF

FINISHIF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the pseudocode, and your age. What will it output?

IF age > 18 THEN

OUTPUT "Adult"

ENDIF

Adult

Minor

15

True

Nothing will be output

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the pseudocode. The score is 49. What will be output?

IF score >= 50 THEN

OUTPUT "Pass"

ELSE

OUTPUT "Fail"

ENDIF

Fail

Pass

60

True

False

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?