Tkinter

Tkinter

8th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz on Informative/Explanatory Texts

Quiz on Informative/Explanatory Texts

8th Grade

13 Qs

Non Fiction Skills  Quiz

Non Fiction Skills Quiz

8th Grade

10 Qs

NUTRI-QUIZ BEE

NUTRI-QUIZ BEE

6th Grade - University

15 Qs

Tkinter-Button

Tkinter-Button

8th Grade

10 Qs

Notepad

Notepad

8th Grade

10 Qs

Google Docs: Inserting Images Quiz

Google Docs: Inserting Images Quiz

8th Grade

10 Qs

Google Docs: Inserting Text Boxes and Shapes Quiz

Google Docs: Inserting Text Boxes and Shapes Quiz

8th Grade

10 Qs

PROCEDURE TEXT

PROCEDURE TEXT

7th Grade - University

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?