If Statements and Conditionals Drill

If Statements and Conditionals Drill

6th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Basics of programming - sequencing structure 6th

Basics of programming - sequencing structure 6th

6th Grade

10 Qs

Python constructs

Python constructs

8th Grade

10 Qs

FOR LOOPS and Angles with Tracy (PYTHON)

FOR LOOPS and Angles with Tracy (PYTHON)

7th - 8th Grade

10 Qs

Programming Basics

Programming Basics

KG - University

8 Qs

Coding

Coding

6th - 7th Grade

10 Qs

Coding in Minecraft #1

Coding in Minecraft #1

7th - 8th Grade

10 Qs

Coding - Computer Programming

Coding - Computer Programming

KG - University

10 Qs

Basic Coding Terms

Basic Coding Terms

6th - 8th 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