Loops and if else quiz

Loops and if else quiz

8th Grade

10 Qs

quiz-placeholder

Similar activities

Python 2.1 - 2.7

Python 2.1 - 2.7

5th - 12th Grade

11 Qs

Computer Science

Computer Science

6th - 8th Grade

13 Qs

Python Coding

Python Coding

6th - 8th Grade

12 Qs

6 week test-App Creators

6 week test-App Creators

8th Grade

15 Qs

Minecraft Coding Agent Quiz

Minecraft Coding Agent Quiz

6th - 8th Grade

13 Qs

Sg transport quiz

Sg transport quiz

KG - Professional Development

10 Qs

App Dev Quiz - 1

App Dev Quiz - 1

1st - 12th Grade

10 Qs

C  Class 3 Quiz

C Class 3 Quiz

5th - 8th Grade

7 Qs

Loops and if else quiz

Loops and if else quiz

Assessment

Quiz

Other

8th Grade

Easy

Created by

Rhenz Ian Villanueva

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

is a conditional statement that runs a different set of statements depending on whether an expression is true or false.

If

If else

else

loops

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It allows the robot to choose between two sections of code to run, based on a condition

if command block

else command block

if else command block

loop command block

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

IF the condition is _____, the section of code belonging to if branch will run...

yes

no

true

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

but if the condition is false, the section of code belonging to the ______ branch will run.

if

if else

loops

else

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

defines how the robot flows through the program

Code

Program

Program Flow

Robot C

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

check the condition, run the code in between the parenthesis, LOOP back, check the condition, and so on.

Loops

Programmers

If else

Command

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

block will repeat the command blocks that belong to it (between its curly braces) forever (or until you stop the program).

Repeat until loop

Repeat forever loop

Repeat count loop

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?