Python MCQ

Python MCQ

9th - 12th Grade

40 Qs

quiz-placeholder

Similar activities

Python set 4

Python set 4

9th - 12th Grade

44 Qs

Python Quiz

Python Quiz

5th - 12th Grade

40 Qs

Python EoT term assessment

Python EoT term assessment

8th - 10th Grade

44 Qs

Programming Loops, Data Structures, etc..

Programming Loops, Data Structures, etc..

9th - 12th Grade

35 Qs

Python Revision Years 8&9 IGCSE

Python Revision Years 8&9 IGCSE

9th - 12th Grade

40 Qs

Python  conditionals, and loops |Part 3

Python conditionals, and loops |Part 3

10th Grade

36 Qs

Python Basics Set 1

Python Basics Set 1

9th - 10th Grade

40 Qs

Python 3rd Q Review

Python 3rd Q Review

9th - 12th Grade

37 Qs

Python MCQ

Python MCQ

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

king katandawa

Used 5+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which python operator means 'less than or equal to'?
>
<
>=
<=

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is another word for 'iteration'?
Selection
Variable Assignment
Repetition
Sequencing

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image
How many times will this loop run?
10
9
4
5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I want to allow the program to repeatedly ask the user to enter their guess if it does not equal the answer...Which option do I use?
while guess == answer:
    guess=input()
while answer != guess:
guess=input()
while answer =! guess:
guess=input()
while guess != answer:
guess=input()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which word completes this sentence: "Iteration makes code more ___________"

Complex

Efficient

Simple

Straightforward

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A FOR loop is....

A COUNT controlled loop

A CONDITION controlled loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A WHILE loop is....

A COUNT controlled loop

A CONDITION controlled loop

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?