Search Header Logo

If/Else, For, While Loops

Authored by Kate Decena

Mathematics

3rd Grade

CCSS covered

Used 63+ times

If/Else, For, While Loops
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

In programming, what is iteration?

The repetition of steps within a program
The order in which instructions are carried out
A decision point in a program
Testing a program to make sure it works

2.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

Which two statements are used to implement iteration?

IF and WHILE
ELSE and WHILE
FOR and WHILE
IF and ELSE

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Loops are used to repeat parts of a program

True
False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is my result?
mickey = mouse                                   .
if mickey == mouse:                           .
.            print("Mickey is a mouse")
.else:                                                             .
.         print("Minnie rules")        .

"Mickey is a mouse"
"Minnie rules"
Nothing prints.
"Mickey is a mouse" & "Minnie rules"

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many choices are possible when using a single if-else statement?

1
2
3
4

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The "If" Statement is an example of a _________________

Correctional Statement

Competitive Statement

Conditional Statement

Inquisitive Statement

Tags

CCSS.L.2.1F

CCSS.L.8.1C

CCSS.L.8.3A

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

True/False: The body of an "if" statement will only be executed if the condition is true.

True

False

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?