Code.org (conditional)

Code.org (conditional)

3rd Grade

7 Qs

quiz-placeholder

Similar activities

code.org level 2 vocabulary

code.org level 2 vocabulary

3rd - 5th Grade

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

1st - 10th Grade

10 Qs

Tynker - Dragon Spells

Tynker - Dragon Spells

3rd - 4th Grade

8 Qs

Hari 3 - Kuis Coding dan Perkenalan Al

Hari 3 - Kuis Coding dan Perkenalan Al

3rd Grade - University

10 Qs

Grade 3-final revision

Grade 3-final revision

3rd Grade

12 Qs

Coding quiz

Coding quiz

3rd Grade

9 Qs

Scratch jr T2

Scratch jr T2

3rd Grade

12 Qs

Introduction to Computer Science

Introduction to Computer Science

1st - 9th Grade

10 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