
S3 Exam Revision Page3

Flashcard
•
Computers
•
9th Grade
•
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!")
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Python Variables

Flashcard
•
9th Grade
7 questions
Java Basics #2

Flashcard
•
10th - 12th Grade
13 questions
Пайтон. 7 клас. Алгоритми

Flashcard
•
7th Grade
15 questions
Key Python Data Types

Flashcard
•
9th Grade
10 questions
Python Boolean and If

Flashcard
•
9th - 12th Grade
10 questions
Games: Blockly vs Scratch

Flashcard
•
9th Grade
10 questions
Python

Flashcard
•
7th - 8th Grade
10 questions
Python

Flashcard
•
7th - 8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade