CONDITIONAL STATEMENTS

CONDITIONAL STATEMENTS

11th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Python Loops Practice

Python Loops Practice

11th Grade

23 Qs

Python Unit 5 Looping

Python Unit 5 Looping

10th Grade - University

21 Qs

Control Statements in Python

Control Statements in Python

11th Grade

20 Qs

Unit 5 - For Loops

Unit 5 - For Loops

9th - 12th Grade

20 Qs

python quiz

python quiz

12th Grade

20 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Loops

Loops

1st - 12th Grade

20 Qs

CONDITIONAL STATEMENTS

CONDITIONAL STATEMENTS

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

Neena Sharma

Used 37+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

FOR loops are

loops which run an unknown number of times

loops which run for a specific number of times

the same as if statements

not part of programming

2.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

WHILE loops are

loops which run an unknown number of times

loops which run for a specific number of times

the same as if statements

not part of programming

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

In a Python program, what would be the ending value for y in the WHILE LOOP code?

5

51

10

3

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

In a Python program, what would be the ending value of total in the WHILE LOOP code?

0

5

2

20

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

In a Python program, what would be the increment value for the looping variable in the FOR LOOP code?

15

7

10

1

6.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Media Image
5
4
3
2
1
4
3
2
1
0
5  4  3  2  1
4  3  2  1  0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three main programming structures?

Sequence, selection, iteration

Structured, object-oriented, procedural

Java, Python, Visual Basic

Machine, assembly, high-level

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?