Python GCSE

Python GCSE

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

Virginia Couzens

FREE Resource

Student preview

quiz-placeholder

27 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Python is a

Back

programming language

2.

FLASHCARD QUESTION

Front

Code for Hello, World!

Back

print("Hello, World!")

3.

FLASHCARD QUESTION

Front

Code for: Five is greater than two!

Back

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

4.

FLASHCARD QUESTION

Front

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

Back

hashtag

5.

FLASHCARD QUESTION

Front

Code for b is greater than a: a = 33, b = 200, if b > a: print("b is greater than a")

Back

a = 33, b = 200, if b > a: print("b is greater than a")

6.

FLASHCARD QUESTION

Front

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

Back

variable

7.

FLASHCARD QUESTION

Front

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

Back

boolean

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?