

S3 Exam Revision Page3
Flashcard
•
Computers
•
9th Grade
•
Practice Problem
•
Hard
H Gillani
FREE Resource
Student preview

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Python print statement
Back
print("Hello World")
2.
FLASHCARD QUESTION
Front
Python input example
Back
x = input('Enter your name:') print('Hello, ' + x)
3.
FLASHCARD QUESTION
Front
Basic if statement
Back
a = 33
b = 200
if b > a:
print("b is greater than a")
4.
FLASHCARD QUESTION
Front
Using elif in Python
Back
a = 33
b = 33
if b > a:
print("b is greater than a")
elif a == b:
print("a and b are equal")
5.
FLASHCARD QUESTION
Front
Using else in Python
Back
a = 200
b = 33
if b > a:
print("b is greater than a")
elif a == b:
print("a and b are equal")
else:
print("a is greater than b")
6.
FLASHCARD QUESTION
Front
Nested if statement
Back
x = 41 if x > 10:
print("Above ten,") if x > 20:
print("and also above 20!")
else:
print("but not above 20.")
7.
FLASHCARD QUESTION
Front
Fixed loop example
Back
for x in range(6):
print("I love Computing Science!")
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 Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
8 questions
Accounting Concepts
Flashcard
•
11th Grade
10 questions
Different kinds of friends
Flashcard
•
KG
9 questions
Fluxo de Matéria e Energia
Flashcard
•
10th Grade
10 questions
year 6 unit 8 vocabulary
Flashcard
•
8th Grade
10 questions
Kebarangkalian
Flashcard
•
10th Grade
8 questions
L11: 现在几点 What time is it now?
Flashcard
•
9th Grade
8 questions
IA EN LA LECTURA
Flashcard
•
KG
10 questions
Famous Company Logos
Flashcard
•
KG
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade