If/Else, For, While Loops

If/Else, For, While Loops

3rd Grade

12 Qs

quiz-placeholder

Similar activities

Grade 3 , Compare Fractions

Grade 3 , Compare Fractions

3rd Grade

10 Qs

Comparing Fractions - Same Denominator

Comparing Fractions - Same Denominator

3rd - 4th Grade

12 Qs

Listo Familia

Listo Familia

1st - 5th Grade

17 Qs

Graphing

Graphing

2nd - 3rd Grade

15 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

1st Grade - Professional Development

10 Qs

Solving Inequalities - Addition and Subtraction

Solving Inequalities - Addition and Subtraction

KG - 9th Grade

15 Qs

Comparing Decimals

Comparing Decimals

3rd - 5th Grade

10 Qs

Comparing Fractions

Comparing Fractions

3rd - 4th Grade

14 Qs

If/Else, For, While Loops

If/Else, For, While Loops

Assessment

Quiz

Mathematics

3rd Grade

Hard

CCSS
L.2.1F, L.8.1C, L.8.3A

Standards-aligned

Created by

Kate Decena

Used 56+ 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

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

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?