If/Else, For, While Loops

If/Else, For, While Loops

3rd Grade

12 Qs

quiz-placeholder

Similar activities

comparing fractions with models.

comparing fractions with models.

3rd Grade

16 Qs

Equal Fractions

Equal Fractions

3rd Grade

16 Qs

Math Quick Q's (11/17)

Math Quick Q's (11/17)

3rd Grade

10 Qs

3rd Grade October Math Review

3rd Grade October Math Review

3rd Grade

16 Qs

Topic 13

Topic 13

3rd Grade

14 Qs

Умовний оператор

Умовний оператор

1st - 12th Grade

10 Qs

fun math

fun math

1st - 3rd Grade

13 Qs

Comparing Decimals

Comparing Decimals

3rd - 5th Grade

10 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?