GCSE OCR Python Paper 2 Basics

GCSE OCR Python Paper 2 Basics

11th Grade

18 Qs

quiz-placeholder

Similar activities

J277 1.3.2 Wired and Wireless Networks, Protocols and Layers

J277 1.3.2 Wired and Wireless Networks, Protocols and Layers

9th - 11th Grade

19 Qs

EmpTech Reviewer Part 2

EmpTech Reviewer Part 2

11th Grade

17 Qs

BTEC L2 Unit 1 Online World 1-8

BTEC L2 Unit 1 Online World 1-8

11th - 12th Grade

15 Qs

HTML Forms

HTML Forms

9th - 12th Grade

20 Qs

Email

Email

7th Grade - University

16 Qs

Computer Networks Review

Computer Networks Review

9th - 12th Grade

20 Qs

Google Calendar Boss Challenge

Google Calendar Boss Challenge

9th Grade - University

16 Qs

Resumes

Resumes

10th - 12th Grade

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