9.1.6 - Starter Quiz

Quiz
•
Computers
•
8th - 9th Grade
•
Hard
A Colley
Used 33+ times
FREE Resource
12 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
A loop that does an instruction for a certain number of times is known as:
a _____ controlled loop, or a 'for loop'.
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
playerName = _____("Enter your name")
print("Welcome to the game " + playerName)
The below above allows a player to enter their name and then greets them. What is the missing word?
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
for counter in range(10):
print(counter)
What will be the final line output by this program?
(Type your answer as a number)
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
laurions = ["Altius", "Citius", "Fortius"]
laurions.______("Magnus")
fill in the blanks to make it so that the code ADDS Magnus to the list of laurions.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
code:
___ counter in range(2):
print(counter)
What word is missing from the code above. The program outputs the numbers 0 and 1.
and
for
while
if
nor
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
laurions = ["Altius", "Citius", "Fortius", "Magnus"]
playerName = input("Enter your name")
chosenLaurion = input("Who would you like to choose as your starter Laurion")
How many variables are there in the above code?
0
1
2
3
4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the flowchart to the left represent?
Selection
Count Controlled Iteration
Condition Controlled Iteration
Hacking
Decomposition
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Python Programming - Iteration

Quiz
•
9th Grade
10 questions
Programming - Iteration, Basic Programming Constructs & Loop

Quiz
•
2nd - 12th Grade
14 questions
9.1.5 - Starter Quiz

Quiz
•
7th - 11th Grade
10 questions
SLR 8 - Basic Programming Concepts - Part Two

Quiz
•
8th Grade
12 questions
Ch-8 Iterative statements in Python

Quiz
•
8th Grade
15 questions
Programming Quiz

Quiz
•
7th - 8th Grade
16 questions
Python Basics

Quiz
•
KG - University
16 questions
Subroutines

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade