Python Quiz

Python Quiz

7th Grade

10 Qs

quiz-placeholder

Similar activities

PyGame Zero - 3

PyGame Zero - 3

7th - 8th Grade

15 Qs

Python L5

Python L5

6th Grade - University

10 Qs

Get My Result

Get My Result

2nd - 8th Grade

13 Qs

Functions - Codesters

Functions - Codesters

6th - 8th Grade

10 Qs

Coding Quiz

Coding Quiz

4th - 11th Grade

6 Qs

Microsoft Office Vocabulary Quiz

Microsoft Office Vocabulary Quiz

6th - 8th Grade

15 Qs

Python L2- Quiz 6

Python L2- Quiz 6

5th - 12th Grade

8 Qs

Python

Python

7th - 8th Grade

12 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Akande Joseph

Used 23+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Is python a High level programming language

NO

Maybe

Yes

I dont know

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In tKinter, what line of code prevents your screen from shutting down

from tKinter import *

root = Tk

root = Tk()

root.Mainloop()

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In tKinter, what line of code helps us load widgets to the screen?

Label()

Label()

Pack

Pack()

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The following are examples of widgets in tkinter except:

Button()

Label()

Back()

Entry()

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In turtle, we use widget instead of functions?

Yes

No

I dont know

Maybe

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output of the following code:

hello = 100

Print(" I would like to say " + hello)

I would like to say hello

I would like to say 100

Error

I dont know

7.

FILL IN THE BLANK QUESTION

1 min • 5 pts

what function prevents your turtle from drawing on the screen

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?