Programming OCR GCSE

Programming OCR GCSE

10th - 11th Grade

20 Qs

quiz-placeholder

Similar activities

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Unit 3 Review

Unit 3 Review

9th - 12th Grade

18 Qs

algorithms and programming

algorithms and programming

8th - 10th Grade

16 Qs

Simple Python V2

Simple Python V2

10th Grade

16 Qs

Flow charts and pseudo code

Flow charts and pseudo code

9th - 11th Grade

16 Qs

Programming in Practice, Unit 11 Review

Programming in Practice, Unit 11 Review

9th - 12th Grade

15 Qs

Unit 3 Looping - Quiz

Unit 3 Looping - Quiz

9th Grade - University

20 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Programming OCR GCSE

Programming OCR GCSE

Assessment

Quiz

Computers

10th - 11th Grade

Hard

Created by

K Harrison

Used 110+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A section of a program containing the keyword if in Python is an example of what?
Sequence
Selection
Iteration

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a count controlled loop?
While.... do
Repeat.... until
For..... next

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the start of an example of a condition controlled loop
for index in range (10):
while not reached:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following shows a logical error?
while x>2 AND x<1:
for index in range(:
print(Hello")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following contains syntax errors?
for index in range(1, 5, -1):
While x > 3
if fred == name:

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name = "NEWSPAPER". Which of the following will NOT print out the 'S'?
print("NEWSPAPER"[3])
print(name[3])
print(name(3))
print(name[3:4])

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What will this code print?
"MR FA"
"MR F"
"R FA"
"R FAN"

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?