Tkinter

Tkinter

8th Grade

10 Qs

quiz-placeholder

Similar activities

Primary and Secondary Succession Practice

Primary and Secondary Succession Practice

8th Grade

10 Qs

If You Come Softly Ch 1-11

If You Come Softly Ch 1-11

8th Grade - University

10 Qs

Google Docs: Adding More Fonts Quiz

Google Docs: Adding More Fonts Quiz

8th Grade

10 Qs

Getting To Know Canvas: Scavenger Hunt

Getting To Know Canvas: Scavenger Hunt

6th - 8th Grade

14 Qs

Lng quiz

Lng quiz

2nd Grade - University

15 Qs

STEM 7 Unit 1 Assessment

STEM 7 Unit 1 Assessment

6th - 8th Grade

12 Qs

Tkinter-Frame

Tkinter-Frame

8th Grade

10 Qs

Stage Places

Stage Places

8th Grade

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