CS Express Variables & For Loops Lesson 19-23 Progress Check

CS Express Variables & For Loops Lesson 19-23 Progress Check

4th - 8th Grade

20 Qs

Student preview

quiz-placeholder

Similar activities

Loops

Loops

1st - 12th Grade

20 Qs

Code.org Express Course

Code.org Express Course

6th - 8th Grade

20 Qs

Coding Vocab thru Funct (Lesson 16)

Coding Vocab thru Funct (Lesson 16)

6th Grade

20 Qs

Code org 1

Code org 1

5th - 12th Grade

21 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Python

Python

6th Grade

20 Qs

Code.org Express Course Vocab

Code.org Express Course Vocab

6th - 8th Grade

18 Qs

Lesson 8-23 Vocabulary

Lesson 8-23 Vocabulary

5th - 8th Grade

20 Qs

CS Express Variables & For Loops Lesson 19-23 Progress Check

CS Express Variables & For Loops Lesson 19-23 Progress Check

Assessment

Quiz

Created by

TarkTeacher _

Computers

4th - 8th Grade

9 plays

Medium

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a VARIABLE?

A placeholder for a piece of information that can change.

A variable used throughout a program that never changes value.

A named group of programming instructions.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A CONSTANT is...

A placeholder for a piece of information that can change.

A statement that only run under certain conditions.

A variable used throughout a program that never changes value

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following describes the "for loops" block?

Loops that have NO predetermined beginning, end, and increment (step interval).

Loops that have a predetermined beginning, end, and increment (step interval).

Loops that have a predetermined beginning but no end or increment (step interval).

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How is a "for loop" different from a "repeat loop"?

In "for loops" you have more control over when the loop starts.

In "for loops" you have more control over when the loop ends.

In "for loops" you have more control over what your loop should increase by every time it runs.

All are true.

None are true.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Why is the "for loops" block useful?

You can change the increment to numbers other than 1 each time.

You can see the counter variable.

You can write more complex code.

All of the choices are true.

None of the choices are true.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

True or false? Using the "for loops" block will not make programming this artwork easier.

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The "for loop" is a new kind of "repeat loop".

True

False

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?