for i in range(5):
print(i)
This is an example of...
12 CSC ATAR - programming skills and concepts
Quiz
•
Computers
•
12th Grade
•
Easy
Alex K
Used 7+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for i in range(5):
print(i)
This is an example of...
Sequence
Selection
Iteration (pre-test)
Iteration (post-test)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
loop = 0
while True:
print("Hi there")
loop += 1
if loop > 5:
break
This is an example of...
Sequence
Selection
Iteration (pre-test)
Iteration (post-test)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
greeting = f"Hi there, {name}."
Variable 'greeting' holds data of type...
String
Integer
Float
Boolean
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
thinking_clearly = True
Variable 'thinking_clearly' holds data of type...
String
Integer
Float
Boolean
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The elements in a 2D array are accessed using the row and column indices, whereas in a 1D array, only a single index is used.
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A 2D array is an array of arrays.
True
False
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
my_friends = ['Tim', 'Sally', 'Ahnold']
This data structure is a ...
List
Tuple
Dictionary
Struct
16 questions
Loops
Quiz
•
5th - 12th Grade
20 questions
Python Basics (CodeHS)
Quiz
•
7th - 12th Grade
20 questions
Python Basic 1
Quiz
•
12th Grade
15 questions
Python Revision Tour - I
Quiz
•
12th Grade
17 questions
High and low level languages
Quiz
•
10th - 12th Grade
15 questions
Python Programming
Quiz
•
5th Grade - University
20 questions
Python String
Quiz
•
12th Grade
18 questions
Programming lesson 1 - Syntax
Quiz
•
9th Grade - University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University