Code.org Course D Lesson 14

Code.org Course D Lesson 14

3rd Grade

5 Qs

quiz-placeholder

Similar activities

Coding Foundation Test - 08

Coding Foundation Test - 08

1st - 5th Grade

10 Qs

Review multiple choice Quiz

Review multiple choice Quiz

KG - Professional Development

10 Qs

CS Grade 3 Evaluation

CS Grade 3 Evaluation

3rd Grade

10 Qs

coding

coding

1st - 7th Grade

10 Qs

KidsCanCode

KidsCanCode

1st - 5th Grade

10 Qs

Coding

Coding

1st - 3rd Grade

9 Qs

CODING

CODING

1st - 5th Grade

10 Qs

BASICS OF CODING

BASICS OF CODING

1st - 12th Grade

9 Qs

Code.org Course D Lesson 14

Code.org Course D Lesson 14

Assessment

Quiz

Computers

3rd Grade

Easy

Created by

Hana Alalawi

Used 24+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A statement that a program checks to see if it is true or false.

Condition

Loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Statements that only run under certain conditions.

Conditional statement

Repeat

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The action of doing something over and over again.

Loop

Repeat

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Do something again

Repeat

Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A loop that continues to repeat while a condition is true.

While Loop

Until Loop