Which is the correct way to import Tkinter module in python program?
Tkinter

Quiz
•
Computers
•
Professional Development
•
Medium
Gomtu HSS
Used 18+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
include tkinter *
import tkinter *
from tkinter import *
from tkinter include *
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which is the correct code to create button widget in Tkinter?
*
Button(root,text=).pack()
Button(root,text="",).pack()
button(root).pack()
Button(text="").pack()
3.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
What are two methods that place a widget on your root window?
pack and grid
pack and set
grid and set
set and get
4.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Which of the following function used to create a window in python Tkinter?
window()
Tk()
pack()
grid()
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the use of mainloop() function in tkinter window?
*
To create the window screen
To hold the window screen
To delete the window screen
To disable the window screen
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
The ______method is used to create dimension of the window
place()
pack()
configure()
geometry()
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
The geometry manager that allows you to specify the exact pixel coordinates of a widget within the parent widget is
place()
grid()
pack()
configure()
8.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Tkinter is the most commonly used built-in library for creating GUI.GUI stands for
Graphical user interaction
Graphical user interface
Graphics uniform interaction
Graphical Universal Interaction
9.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
The geometry manager that organizes widgets in a table-like structure, where each widget is placed in a specific cell of the table defined by row and column numbers is
grid()
place()
insert()
pack()
Similar Resources on Quizizz
10 questions
Python Turtle

Quiz
•
Professional Development
10 questions
IT ENGLISH: Technical Terminology - Address Bar

Quiz
•
Professional Development
13 questions
Class Test

Quiz
•
Professional Development
12 questions
DECI - Week 9 - round

Quiz
•
Professional Development
13 questions
Python бағдарламалау тілі tkinter

Quiz
•
Professional Development
7 questions
Flutter Maps

Quiz
•
Professional Development
11 questions
Quiz 1 Microsoft Word

Quiz
•
University - Professi...
10 questions
Python_middle

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade