Code.org (conditional)

Code.org (conditional)

3rd Grade

7 Qs

quiz-placeholder

Similar activities

Conditional Statements L6

Conditional Statements L6

3rd Grade

10 Qs

Scratch Coding

Scratch Coding

KG - 5th Grade

10 Qs

Scratch

Scratch

3rd Grade

10 Qs

grade 3 review for checkpoint3

grade 3 review for checkpoint3

3rd Grade

11 Qs

code.org level 2 vocabulary

code.org level 2 vocabulary

3rd - 5th Grade

10 Qs

Programming - Selection in an Algorithm

Programming - Selection in an Algorithm

1st - 11th Grade

10 Qs

Scratch

Scratch

3rd - 5th Grade

10 Qs

Coding

Coding

3rd Grade

6 Qs

Code.org (conditional)

Code.org (conditional)

Assessment

Quiz

Computers

3rd Grade

Medium

Created by

Amal AlZahrani

Used 20+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


  1. Which statement is used to check if a condition is true or false?

When

If

Else

For

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________Statements that only run under certain conditions.

True or False

Conditionals

Repeat

Loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a conditional statement?

A statement that is always true

A statement that is always false

A statement that only runs under certain conditions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block is used to create a conditional statement in Code.org?

Start block

Repeat block

If block

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an " if " block?

To check a condition and run code if it's true

To end the program

To repeat a set of instructions

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Conditional statements are only used in programming and have no real-life applications.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a conditional statement?

Repeat 5 times

Move forward 10 steps

If x is greater than y, then do something