
Python GCSE
Flashcard
•
Computers
•
10th Grade
•
Practice Problem
•
Hard
Virginia Couzens
FREE Resource
Student preview

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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
Already have an account?