If else condition

If else condition

3rd - 4th Grade

5 Qs

quiz-placeholder

Similar activities

Grade 3 Scratch blocks

Grade 3 Scratch blocks

3rd Grade

10 Qs

Small Basic 2

Small Basic 2

KG - 8th Grade

10 Qs

Tynker Tynker

Tynker Tynker

3rd Grade - Professional Development

9 Qs

Scratch 2

Scratch 2

KG - University

10 Qs

Summarization

Summarization

4th - 5th Grade

10 Qs

Evaluating Web Resources

Evaluating Web Resources

4th - 12th Grade

10 Qs

Roblox L4 Killblock

Roblox L4 Killblock

1st - 5th Grade

10 Qs

Roblox L38 Purchasing Button

Roblox L38 Purchasing Button

1st - 5th Grade

10 Qs

If else condition

If else condition

Assessment

Quiz

Computers, Education, Special Education

3rd - 4th Grade

Easy

Created by

Sumaitha Farzeen

Used 51+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to check for equality?

=

==

===

equalOf()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When will the code inside the if statement runs?

When the condition is true

When the condition is false

When the condition is ignored

When the condition is denied

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of conditional statements?

It is used to display the list of items.

It is used to store multiple items.

It is used to check whether the given condition is true or false.

It is used to test the result.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When does the code inside the else part work?

It works when the condition inside the if statement is true.

It works when the condition inside the if statement is false.

It works when the player types an input.

It works after checking the result.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A _______ operator compares two values and returns a Boolean value as the result.

Logical

If

Else

Comparison