Python Quiz

Python Quiz

1st - 5th Grade

22 Qs

quiz-placeholder

Similar activities

Python_2R

Python_2R

KG - Professional Development

20 Qs

Бірөлшемді массив (Ғазиз)

Бірөлшемді массив (Ғазиз)

5th Grade

20 Qs

Pyhton Input and Output Basics

Pyhton Input and Output Basics

5th Grade

20 Qs

python (coding)

python (coding)

3rd - 6th Grade

20 Qs

Ôn tập Tin học 4

Ôn tập Tin học 4

1st - 5th Grade

18 Qs

Python Итоговый тест

Python Итоговый тест

1st - 12th Grade

19 Qs

Loops and Arrays

Loops and Arrays

3rd - 12th Grade

19 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Andrew Jiang

Used 2+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of these Python booleans are true?

not False

1 >= 1

True and False

True or False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you access the 'o' in the following string s = "Hello everyone?"

s[5]

s[6]

s[4]

s[o]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you input a number into variable n?

n = int(input())

n = input()

int(input(n))

input(n)

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which loop(s) will go indefinitely?

while 7 < 6:

while 1 == 1:

for i in range(100000000):

while True:

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A while loop will go as long as a condition is

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

'1', 'o', and '_' are all known as...

Words

Numbers

Characters

Letters

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct value of n = 7 + 3 * 6 - 4?

56

21

20

13

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?