ctech008-03072025

ctech008-03072025

8th Grade

8 Qs

quiz-placeholder

Similar activities

LMS/CGS unit one quiz part 0ne

LMS/CGS unit one quiz part 0ne

7th - 8th Grade

11 Qs

Learning to Code 1 and 2

Learning to Code 1 and 2

7th - 8th Grade

10 Qs

Conditional Statements

Conditional Statements

6th - 12th Grade

10 Qs

Java Quiz 4: Booleans and Conditional Statements

Java Quiz 4: Booleans and Conditional Statements

6th - 12th Grade

7 Qs

Conditional Statements Grade 8

Conditional Statements Grade 8

8th - 9th Grade

10 Qs

Coding: Conditionals

Coding: Conditionals

6th - 8th Grade

10 Qs

Looping / Conditionals

Looping / Conditionals

6th - 8th Grade

12 Qs

VEX VR Automation and Conditional Statements

VEX VR Automation and Conditional Statements

7th - 8th Grade

9 Qs

ctech008-03072025

ctech008-03072025

Assessment

Quiz

Computers

8th Grade

Hard

Created by

MYRAVELLE NEGRO

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Changing light color of a traffic light.

Which of the following is the conditional statement appropriate to this statement?

If-else statement

If-else-if statement

Switch statement

Ternary Operator

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In if-else-if statements, there are two _________ and statements.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Please close the door.

A conditional statement.

NOT a conditional statement.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a is equal to 8, then the door opens, but if a is equal to 10, the door closes.

A conditional statement.

NOT a conditional statement.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If, Evo goes to the store.

A conditional statement.

NOT a conditional statement

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Selecting clothes based on the weather.

The conditional statement appropriate to use here is _________ statement.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Conditional statements in Programming, also known as action-making statements, allow a program to perform different actions based on whether a certain condition is true or false.

TRUE

FALSE

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The If-else-if statement tests the first condition and executes statements or actions if False, if True the second condition will be tested and executes statements or actions for True.

TRUE

FALSE