Code.org (conditional)

Code.org (conditional)

3rd Grade

7 Qs

quiz-placeholder

Similar activities

Scratch

Scratch

3rd Grade

10 Qs

Computing Creative Design Quiz

Computing Creative Design Quiz

2nd Grade - University

11 Qs

Java Programming with Minecraft

Java Programming with Minecraft

1st - 12th Grade

9 Qs

Python Loops

Python Loops

1st - 6th Grade

9 Qs

ICT4th term test

ICT4th term test

3rd Grade

10 Qs

Recap on Scratch

Recap on Scratch

3rd - 4th Grade

12 Qs

Digital Tech Review

Digital Tech Review

3rd Grade

6 Qs

Coding Vocab

Coding Vocab

KG - 6th Grade

11 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