
Computer Science GCSE Revision Paper 2

Quiz
•
Computers
•
9th - 10th Grade
•
Hard

C Campbell
FREE Resource
30 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
William is writing a computer program. He makes a ___________error that prevents the program from executing.
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Alexander is writing a program that runs without any errors, but the output is not what he expected. This is an example of a ____________ error.
3.
MATCH QUESTION
2 mins • 5 pts
Reorder the following
sequence
num = 0
while num < 5:
print(num)
num += 1
selection
age = 5
name = "Beth"
print("Hi", name)
print("Your age is", age)
condition controlled loop
for x in range(5):
print(x)
casting
number = "45"
val = int(number)
count-controlled loop
name = input()
if name == "Stop":
print("Terminated")
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Benjamin is creating a program to store the names of his friends. Which data type is most appropriate to store a name?
char
string
real
bool
5.
LABELLING QUESTION
3 mins • 8 pts
Label the following code
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Alexander is creating a program to keep track of people's ages. Which data type should he use to store a person's age?
string
bool
int
char
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ava is designing a program to check if a user is logged in or not. What is the most suitable data type for Ava to use to represent a true or false value?
string
int
real
bool
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
8th Grade (Programming B)

Quiz
•
8th - 12th Grade
30 questions
Python L1 Programming Challenge

Quiz
•
1st - 12th Grade
27 questions
Python 2d topic (типы данных, ввод, вывод)

Quiz
•
6th - 12th Grade
28 questions
Representing bitmap images

Quiz
•
9th Grade
35 questions
Year 9 - Programming in Python Assessment

Quiz
•
9th Grade
25 questions
Python for Absolute Beginners

Quiz
•
8th - 12th Grade
25 questions
AQA GCSE Programming

Quiz
•
10th Grade
26 questions
Chapter 8 - cs1

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade