Unit07-Loops CodeHSAI

Unit07-Loops CodeHSAI

Professional Development

10 Qs

quiz-placeholder

Similar activities

Japanese Numbers

Japanese Numbers

1st Grade - Professional Development

11 Qs

AY22/23 M5 Q1 W1L1 开学第一天

AY22/23 M5 Q1 W1L1 开学第一天

KG - Professional Development

7 Qs

Spanish months

Spanish months

KG - Professional Development

12 Qs

Pre-intermediate. Companies.

Pre-intermediate. Companies.

Professional Development

8 Qs

Scheduled Events & Future Arrangements

Scheduled Events & Future Arrangements

6th Grade - Professional Development

12 Qs

Statistical displays

Statistical displays

KG - Professional Development

11 Qs

CH2: 你的电话号码是多少?PHONE NUMBER

CH2: 你的电话号码是多少?PHONE NUMBER

KG - Professional Development

10 Qs

Nespresso - Vertuo Sept 21

Nespresso - Vertuo Sept 21

Professional Development

15 Qs

Unit07-Loops CodeHSAI

Unit07-Loops CodeHSAI

Assessment

Quiz

World Languages

Professional Development

Hard

Created by

MrsT Voci

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop is used when you know exactly how many times you'll have to do something?

While loop

For loop

If loop

Do-while loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'range' function determine in a for loop?

All of the above

Starting number

Ending number

increment/decrement

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a for loop, what is the variable 'i'?

Boolean variable

Float variable

String variable

Integer variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'range' function do when given two numbers?

Starts at the second number and decrements down by the first number

Starts at the first number and goes up to the second number

Starts at the second number and goes down to the first number

Starts at the first number and increments up by the second number

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can the number in the 'range' function be?

Only a constant value

Only a variable

Either a constant value or a variable

Neither a constant value nor a variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two keywords that can be used to tweak the behavior of a loop in Python?

stop, skip

terminate, restart

break, continue


end, start

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a while loop allow you to do?

Execute code once

Check a condition repeatedly and execute code

Terminate the program

Skip the code execution

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?