GCSE Python Programming Basics

GCSE Python Programming Basics

11th Grade

23 Qs

quiz-placeholder

Similar activities

Lists and Tuples

Lists and Tuples

11th - 12th Grade

20 Qs

Pseudocode Practice Questions

Pseudocode Practice Questions

9th - 12th Grade

20 Qs

Python Lists

Python Lists

11th Grade

20 Qs

Python - List and Tuples

Python - List and Tuples

11th - 12th Grade

20 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Computer Science

Computer Science

9th - 12th Grade

18 Qs

iGCSE Computer Science: Data Compression and Encryption

iGCSE Computer Science: Data Compression and Encryption

9th - 12th Grade

18 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

GCSE Python Programming Basics

GCSE Python Programming Basics

Assessment

Quiz

Computers

11th Grade

Medium

Created by

James Barron

Used 51+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many data types should we know at GCSE

2

3

4

5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type for whole numbers

string

real

float

integer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type for a decimal point?

integer

float

list

string

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type for text?

integer

float

string

boolean

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Boolean data type?

two values True/False

two values x/o

string

integer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a List/array?

store multiple items in a single variable

store one type of data in multiple variables

store one data type in a database

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these are correct for a list?

list1 = ["bob","steve","jim"]

list1 = ("bob","steve","jim")

list1 == ["bob","steve","jim"]

list1 = ["bob",,"steve",,"jim"]

list1 = [], list1.append ["bob","steve","jim"]

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?