GCSE CS Technical Test

GCSE CS Technical Test

9th - 12th Grade

35 Qs

quiz-placeholder

Similar activities

LO 12 - Programming Languages - Unit 11

LO 12 - Programming Languages - Unit 11

10th Grade

30 Qs

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

2.5 Quiz (Languagaes & Translators)

2.5 Quiz (Languagaes & Translators)

10th Grade

35 Qs

2.1.1. Programming Constructs and Control Flow

2.1.1. Programming Constructs and Control Flow

11th - 12th Grade

30 Qs

Y9 Programming Test

Y9 Programming Test

9th Grade

40 Qs

Computer Science 4.6

Computer Science 4.6

11th Grade

40 Qs

Vocabulary Quiz Units 5,6, and 7.

Vocabulary Quiz Units 5,6, and 7.

9th - 12th Grade

31 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?