Code.org Course D Lesson 14

Code.org Course D Lesson 14

3rd Grade

5 Qs

quiz-placeholder

Similar activities

Code.org (conditional)

Code.org (conditional)

3rd Grade

7 Qs

Coding Pre-Test

Coding Pre-Test

3rd - 6th Grade

10 Qs

MINIMO PUTHON TURTLE

MINIMO PUTHON TURTLE

2nd - 3rd Grade

10 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

Coding Baseline

Coding Baseline

1st - 5th Grade

10 Qs

Explaining Scratch Code - Task 2

Explaining Scratch Code - Task 2

2nd - 8th Grade

8 Qs

Python Loops

Python Loops

1st - 6th Grade

9 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 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