Search Header Logo

9.1.6 - Starter Quiz

Authored by A Colley

Computers

8th - 9th Grade

Used 33+ times

9.1.6 - Starter Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Media Image

What does the flowchart to the left represent?

Selection

Count Controlled Iteration

Condition Controlled Iteration

Hacking

Decomposition

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?