If Statements and Conditionals Drill

If Statements and Conditionals Drill

6th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Introduction to Programming

Introduction to Programming

7th Grade

10 Qs

Grade 6 Check Point 3 Review (shamlschool)-Mr.AWADI

Grade 6 Check Point 3 Review (shamlschool)-Mr.AWADI

6th Grade

10 Qs

Future Forward

Future Forward

8th Grade

8 Qs

Test Robotica

Test Robotica

8th Grade

10 Qs

ARTIFICIAL INTELLIGENCE

ARTIFICIAL INTELLIGENCE

8th Grade

8 Qs

Internet

Internet

6th Grade

10 Qs

Artificial Intelligence

Artificial Intelligence

6th - 12th Grade

10 Qs

Y8 Java (Karel the dog)

Y8 Java (Karel the dog)

8th - 9th Grade

10 Qs

If Statements and Conditionals Drill

If Statements and Conditionals Drill

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Jonathan Smith

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A computer chooses between two actions by:

Flipping a coin

Using conditional statements

Guessing randomly

Asking the user every time

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To make Karel navigate a maze, stop before walls, and pick up tennis balls only if they exist, which programming construct should you use?

for loops

if statements

while loops

variables

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If statements help Karel make decisions in a program by:

Allowing Karel to repeat actions until a condition is met.

Letting Karel choose actions based on certain conditions.

Making Karel move forward automatically.

Stopping Karel from making any decisions.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Karel didn’t have conditions like if statements, how might that affect the way computers make decisions?

Computers would not be able to make decisions based on different situations.

Computers would be able to make more complex decisions.

Computers would run faster but still make decisions.

Computers would only use loops to make decisions.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can if statements make your code more efficient and intelligent?

By allowing the code to make decisions based on conditions

By making the code run slower

By removing all conditions from the code

By increasing the number of errors