CONDITIONAL STATEMENTS

CONDITIONAL STATEMENTS

11th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

C++ Loop

C++ Loop

12th Grade

20 Qs

Sequence, Selection and Iteration

Sequence, Selection and Iteration

11th Grade

22 Qs

Python Unit 3 Comprehension Check (3,4,5,6)

Python Unit 3 Comprehension Check (3,4,5,6)

9th - 12th Grade

20 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

Python while loops

Python while loops

12th Grade

20 Qs

GCSE Python Programming Basics

GCSE Python Programming Basics

11th Grade

23 Qs

Python While Loops

Python While Loops

8th - 12th Grade

20 Qs

Python For And While Loop

Python For And While Loop

8th - 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?