The World's Best Python Quiz

The World's Best Python Quiz

1st - 2nd Grade

15 Qs

quiz-placeholder

Similar activities

BÀI 7. TRÌNH BÀY VÀ IN TRANG TÍNH

BÀI 7. TRÌNH BÀY VÀ IN TRANG TÍNH

1st - 12th Grade

10 Qs

MS Office

MS Office

1st - 2nd Grade

15 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Year 1 ICT Online Test

Year 1 ICT Online Test

1st - 2nd Grade

15 Qs

Hello world Python club

Hello world Python club

2nd - 5th Grade

20 Qs

Python-3

Python-3

1st - 4th Grade

10 Qs

Computer Basics

Computer Basics

2nd - 5th Grade

10 Qs

Pseudo code Practice 1

Pseudo code Practice 1

1st - 3rd Grade

10 Qs

The World's Best Python Quiz

The World's Best Python Quiz

Assessment

Quiz

Mathematics, Computers

1st - 2nd Grade

Medium

Created by

Austin B

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name = "Austin"

print(name == "Austin")

True

False

Python crashes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 2.0

Boolean

Float

Integer

Triple

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True and False are called...

Booleans

Pooleans

Boolnean

If statements

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do I check if two things are NOT equal

not =

==

=!

!=

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select all the lines which are TRUE for...

answer = 4

answer == 4

answer == "4"

answer != "4"

answer >= 4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times will this loop run?


i = 0

while (i > 5):

...

0

4

1

5

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many times will this loop run?


i = 0

while (i < 5):

[TAB] print("hello")

[TAB] i-=1

Infinite loop

5

0

10

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?