If/Else, For, While Loops

If/Else, For, While Loops

3rd Grade

12 Qs

quiz-placeholder

Similar activities

Topic 13

Topic 13

3rd Grade

14 Qs

TEKS 3.2D

TEKS 3.2D

3rd Grade

7 Qs

Quarter 3 CCA2 Fractions/Equivalent Fractions

Quarter 3 CCA2 Fractions/Equivalent Fractions

3rd Grade

15 Qs

Comparing & Ordering Whole Numbers

Comparing & Ordering Whole Numbers

3rd - 4th Grade

15 Qs

Grade 3 Fractions

Grade 3 Fractions

3rd Grade

17 Qs

comparing fractions with models.

comparing fractions with models.

3rd Grade

16 Qs

Comparing Numbers

Comparing Numbers

2nd - 4th Grade

14 Qs

3rd Grade October Math Review

3rd Grade October Math Review

3rd Grade

16 Qs

If/Else, For, While Loops

If/Else, For, While Loops

Assessment

Quiz

Mathematics

3rd Grade

Hard

Created by

Kate Decena

Used 54+ times

FREE Resource

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

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

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?