Conditional Statements Quiz

Conditional Statements Quiz

1st Grade

12 Qs

quiz-placeholder

Similar activities

ACCA Interactive Games

ACCA Interactive Games

1st - 3rd Grade

10 Qs

chapter 1 insurance recap

chapter 1 insurance recap

KG - University

15 Qs

Good Manners & Common Courtesy

Good Manners & Common Courtesy

KG - Professional Development

13 Qs

Quiz of Qualitative Research

Quiz of Qualitative Research

1st - 10th Grade

11 Qs

Java commands

Java commands

1st - 3rd Grade

7 Qs

Pengantar Analisis Kredit

Pengantar Analisis Kredit

1st - 3rd Grade

17 Qs

Easy level

Easy level

1st - 5th Grade

7 Qs

Main memory

Main memory

1st - 3rd Grade

10 Qs

Conditional Statements Quiz

Conditional Statements Quiz

Assessment

Quiz

Education

1st Grade

Easy

Created by

Alexander Barus

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we use to check if something is true or not in programming?

Conditional Statements

Functions

Loops

Variables

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to start a conditional statement?

for

while

if

when

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does 'elif' stand for?

Every if

Equal if

End if

Else if

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we need to add after the condition in an if statement?

Semicolon

Colon

Period

Comma

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if the condition in an if-else statement is false?

The program will stop

Nothing will happen

The program will crash

The else statement will run

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'else' statement?

To repeat the code

To end the program

To run code if the if condition is false

To check another condition

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator checks if two values are equal?

>

==

<

!=

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?