GCSE CS Technical Test

GCSE CS Technical Test

9th - 12th Grade

35 Qs

quiz-placeholder

Similar activities

Unit 2.5 - Programming Languages & IDEs

Unit 2.5 - Programming Languages & IDEs

10th Grade

30 Qs

Statements & Functions: Crash Course Computer Science

Statements & Functions: Crash Course Computer Science

9th - 12th Grade

30 Qs

Paper 2 Comp Science revision

Paper 2 Comp Science revision

12th Grade

30 Qs

APCSP AP Test Review

APCSP AP Test Review

9th - 12th Grade

40 Qs

SCRATCH 3.0 Semester 2 Exam Review

SCRATCH 3.0 Semester 2 Exam Review

9th - 12th Grade

35 Qs

programming language translators

programming language translators

12th Grade

36 Qs

Python Programming

Python Programming

10th - 12th Grade

40 Qs

GCSE CS Technical Test

GCSE CS Technical Test

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Mohammed Rahman

Used 8+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i = 1 to 10

print(i)

next i

What is this code above an example of?

Selection

Definite iteration

Sequence

Indefinite iteration

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

while score != 0

playgame()

endwhile

What is this code above an example of?

Selection

Definite iteration

Sequence

Indefinite iteration

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if playerhit() then

score = 0

endif

What is this code above an example of?

Selection

Definite iteration

Sequence

Indefinite iteration

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

switch bonus:

case 0:

score = 9

case 1:

score = 7

case 2:

score = 5

endswitch

What is this code above an example of?

Selection

Definite iteration

Sequence

Indefinite iteration

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Breaking a complex problem down into smaller problems

Iteration

Flow diagram

Decomposition

Abstraction

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hiding or removing irrelevant details from a problem to reduce the complexity

Iteration

Flow diagram

Decomposition

Abstraction

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To change the data type of the contents of a variable

Embedding

Casting

Defining

Reassigning

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?