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
18 questions
STATIC KEYWORD IN JAVA
Quiz
•
9th - 12th Grade
16 questions
C-Programming Basics
Quiz
•
12th Grade
25 questions
Python for Absolute Beginners
Quiz
•
8th - 12th Grade
22 questions
J277 - basic testing and errors
Quiz
•
9th - 12th Grade
16 questions
Arithmetic Types Declare Initialize Relation Logical Ops
Quiz
•
9th Grade - University
20 questions
Python Recap
Quiz
•
7th Grade - University
20 questions
Python Basics (CodeHS)
Quiz
•
7th - 12th Grade
19 questions
Programming Techniques Survey
Quiz
•
8th - 12th Grade
15 questions
Multiplication Facts
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines
Quiz
•
Professional Development
12 questions
Dividing Fractions
Quiz
•
6th Grade