Tkinter

Tkinter

Assessment

Quiz

others

8th Grade

Hard

Created by

Innovator Sir

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is Tkinter?
A programming language
A type of loop
A graphic design tool
A python library for creating graphic user interface

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which module needs to be imported to use Tkinter in Python?
tk
interface
ui
Tkinter

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the main window in a Tkinter application called?
Frame
Canvas
Root Window
Mainframe

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How can you create a Tkinter button?
button = tk.create_button()
button =tk.button()
button = Button.create()
button=Button()

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the purpose of the Label widget in Tkinter?
To display image
To create buttons
To add text labels
To draw shapes

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the name of the geometry manager in Tkinter that is used to place widgets in specific locations?

Pack

Grid

Place

Layout

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How can you make Nikita feel welcome in a Tkinter window?

label = tk.Label(window, text='Hello')

label = tk.Text(window, text='Hello')

label = tk.Entry(window, text='Hello')

label = tk.Button(window, text='Hello')

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?