Search Header Logo

Python GCSE

Authored by Andrew Dawson

Computers

10th Grade

Used 98+ times

Python GCSE
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Python is a

text language

database language

programming language

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Code for Hello, World!

print Hello, World!

print("Hello, World!)

print("Hello, World!")

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Code for

Five is greater than two!

if 5 > 2:

print("Five is greater than two!")

if 5 = 2:

print("Five is greater than two!")

if 5 > 2: Print("Five is greater than two!")

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Comments in Python are written with a special character, which one?

brackets

hashtag

coma

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Code for

b is greater than a

a = 33

b = 200


if b > a:

print("b is greater than a")

a = 33

b = 200


if b < a:

print("b is greater than a")

a = 330

b = 200


if b > a:

print("b is greater than a")

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Stores a piece of data, and gives it a specific name

variable
whitespace
interpreter
modulus

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A data type than can have one of two values: True or False

boolean
variable
modulus
interpreter

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?