Code.org - Conditionals

Code.org - Conditionals

12th Grade

6 Qs

quiz-placeholder

Similar activities

Python 146- While Loops

Python 146- While Loops

4th Grade - Professional Development

10 Qs

Vocabulary Review

Vocabulary Review

9th - 12th Grade

8 Qs

Code.org Unit 5 - Loops

Code.org Unit 5 - Loops

9th - 12th Grade

10 Qs

Programming Constructs

Programming Constructs

12th Grade

10 Qs

CodeHS 2.12 Loop-and-a-Half 😝

CodeHS 2.12 Loop-and-a-Half 😝

9th - 12th Grade

10 Qs

Small Basic Mid Point Review

Small Basic Mid Point Review

6th - 12th Grade

8 Qs

Scratch 3 Coding

Scratch 3 Coding

KG - Professional Development

10 Qs

Code.org Course A Vocabulary

Code.org Course A Vocabulary

9th - 12th Grade

9 Qs

Code.org - Conditionals

Code.org - Conditionals

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Holly Bowser

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Conditionals are...

 Something a program checks to see if it is true before allowing an action.

Statements that only run under certain conditions.

A command that tells you to do something only up to the point that something becomes true.

The action of doing something over and over again.

To do something again

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the definition of a While Loop?

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

 Statements that only run under certain conditions.

 A command that tells you to do something only up to the point that something becomes true.

The action of doing something over and over again.

Something a program checks to see if it is true before allowing an action.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Something a program checks to see if it is true before allowing an action.

Condition
Until
Repeat

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_______​ is a loop that continues to repeat while a condition is true.

While loop
Loop
Conditional

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

​​ ______ is a command that tells you to do something only up to the point that something becomes true.

Until
Path
Loop

Tour

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____ is the action of doing something over and over again.

Repeat

Loop

While Loop