GCSE OCR Python Paper 2 Basics

GCSE OCR Python Paper 2 Basics

11th Grade

18 Qs

quiz-placeholder

Similar activities

Social Engineering Attacks

Social Engineering Attacks

9th - 12th Grade

17 Qs

Email OR Letter?

Email OR Letter?

10th - 12th Grade

20 Qs

8.3 Phishing, Pharming, Smishing

8.3 Phishing, Pharming, Smishing

11th Grade

18 Qs

Google Workspace Skills

Google Workspace Skills

3rd Grade - Professional Development

18 Qs

Spreadsheet - Advanced Functions and Formulae

Spreadsheet - Advanced Functions and Formulae

10th - 11th Grade

20 Qs

Revision - Microsoft Excel

Revision - Microsoft Excel

10th Grade - University

17 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

Online Safety and Using the Computers

Online Safety and Using the Computers

6th - 12th Grade

20 Qs

GCSE OCR Python Paper 2 Basics

GCSE OCR Python Paper 2 Basics

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Jen Wiss

Used 19+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, what word do we use for doing something repeatedly?

Iteration

Selection

Sequence

Repetition

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A switch statement is an example of....

Iteration

Sequence

Selection

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

count = 1

How do I add 1 to the variable count?

count + 1

count = count + 1

count++

count = count * 1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is an example of ...

Sequence

Selection

Iteration

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, 'sequence' means...

The execution of statements one after the other in order.

A collection of items in no particular order.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this code snippet, myValue is ...

Something else

A boolean

A string

7.

DRAG AND DROP QUESTION

1 min • 4 pts

0 is an ​ (a)   , "Hello, world!" is a ​ (b)   , False is a ​ (c)   and 3.14 is a ​ (d)   .

integer
string
Boolean
float
list
set
tuple

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?