Search Header Logo

GCSE CS Technical Test

Authored by Mohammed Rahman

Computers

9th - 12th Grade

Used 8+ times

GCSE CS Technical Test
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?