For Loops

For Loops

8th Grade

7 Qs

quiz-placeholder

Similar activities

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

Python for beginners #1

Python for beginners #1

8th Grade

10 Qs

Python Quiz - 7

Python Quiz - 7

6th - 8th Grade

10 Qs

Intro to Python

Intro to Python

8th Grade

10 Qs

CodeHS Python

CodeHS Python

7th - 12th Grade

10 Qs

Python Codehs

Python Codehs

7th - 12th Grade

10 Qs

Chapter 1 Python

Chapter 1 Python

8th Grade - University

12 Qs

For Loops

For Loops

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Joshua Coleman

Used 47+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Repeating the same instruction is...

Selection

Looping

Sequencing

Flowchart

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the code shown output?

range 3

Hello World

Hello World

Hello World

Hello World

Hello World

Start Code Here

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the variable in this program.

name

for i in range (4)

print

Michael

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this program out when executed?

name

name

name

name

name

Michael

Michael

Michael

Michael

Michael

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this program output when executed?

city

2

London

2

London

London

loops

city

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable's value...

can never change

must remain the same

can only be changed twice

can change throughout a program

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this program output when executed?

London

Liverpool

Hayes

London

Liverpool