Tkinter

Tkinter

8th Grade

10 Qs

quiz-placeholder

Similar activities

Non Fiction Skills  Quiz

Non Fiction Skills Quiz

8th Grade

10 Qs

Getting To Know Canvas: Scavenger Hunt

Getting To Know Canvas: Scavenger Hunt

6th - 8th Grade

14 Qs

Cybersecurity quiz

Cybersecurity quiz

6th - 8th Grade

10 Qs

The United States Constitution-Article I

The United States Constitution-Article I

8th Grade

14 Qs

Fritz Quiz #1 - Zeus through Sons of Apollo

Fritz Quiz #1 - Zeus through Sons of Apollo

6th - 8th Grade

6 Qs

Lng quiz

Lng quiz

2nd Grade - University

15 Qs

Excel 1

Excel 1

6th Grade - University

11 Qs

Primary and Secondary Succession Practice

Primary and Secondary Succession Practice

8th Grade

10 Qs

Tkinter

Tkinter

Assessment

Quiz

others

8th Grade

Hard

Created by

Innovator Sir

FREE Resource

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?