ctech008-03072025

ctech008-03072025

8th Grade

8 Qs

quiz-placeholder

Similar activities

Computational Thinking

Computational Thinking

8th - 12th Grade

10 Qs

CTE Information Technology Quiz

CTE Information Technology Quiz

7th - 9th Grade

13 Qs

Programming Lesson 3

Programming Lesson 3

6th - 8th Grade

12 Qs

Project STEM Conditionals

Project STEM Conditionals

6th - 8th Grade

11 Qs

Bash Review 2

Bash Review 2

7th - 8th Grade

10 Qs

Lord Bill's Year 7 Python Quiz

Lord Bill's Year 7 Python Quiz

6th - 8th Grade

13 Qs

Computer Coding Unit Quiz

Computer Coding Unit Quiz

6th - 8th Grade

10 Qs

Activity 23: Conditionals Quiz

Activity 23: Conditionals Quiz

6th - 8th Grade

12 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