GCSE CS Technical Test

GCSE CS Technical Test

9th - 12th Grade

35 Qs

quiz-placeholder

Similar activities

Super Karel Java Script Control Structures

Super Karel Java Script Control Structures

12th Grade

30 Qs

Programming Concepts Quiz

Programming Concepts Quiz

9th - 12th Grade

35 Qs

AP Computer Science Principles Review

AP Computer Science Principles Review

9th - 12th Grade

34 Qs

CSE 3.1 Key Terms Review

CSE 3.1 Key Terms Review

9th Grade

33 Qs

Python Review 2

Python Review 2

8th - 9th Grade

30 Qs

Class XI-PYTHON-Flow of control-(18-July-2020)

Class XI-PYTHON-Flow of control-(18-July-2020)

11th Grade

30 Qs

2.2 j277 computer science programming techniques (iteration)

2.2 j277 computer science programming techniques (iteration)

9th - 10th Grade

30 Qs

JavaScript Control Flow

JavaScript Control Flow

11th Grade

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