Python Quiz

Python Quiz

7th Grade

10 Qs

quiz-placeholder

Similar activities

Python модуль tkinter

Python модуль tkinter

7th - 10th Grade

11 Qs

Semester Exam

Semester Exam

6th - 8th Grade

10 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Functions Review (codeHS Tracy Python)

Functions Review (codeHS Tracy Python)

6th - 8th Grade

12 Qs

Python Statements

Python Statements

5th - 7th Grade

10 Qs

Programming Quiz 2024/2025

Programming Quiz 2024/2025

6th - 8th Grade

10 Qs

Занятие 10 (Python)

Занятие 10 (Python)

6th - 8th Grade

15 Qs

Tkinter 2.0

Tkinter 2.0

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