For Loops

For Loops

8th Grade

7 Qs

quiz-placeholder

Similar activities

Unit One Test

Unit One Test

6th - 8th Grade

10 Qs

Python - Y8 lesson 1

Python - Y8 lesson 1

8th Grade

12 Qs

Python for beginners #1

Python for beginners #1

8th Grade

10 Qs

Python

Python

7th - 8th Grade

12 Qs

While loop

While loop

3rd Grade - University

9 Qs

Programmers

Programmers

7th - 9th Grade

12 Qs

Programming Lesson 3

Programming Lesson 3

6th - 8th Grade

12 Qs

Intro to coding

Intro to coding

8th Grade

8 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