day4

day4

Professional Development

8 Qs

quiz-placeholder

Similar activities

First Aid:  Muscles, Bones, and Joints--10-8

First Aid: Muscles, Bones, and Joints--10-8

9th Grade - Professional Development

12 Qs

Test tuần 24+25/2025 - AR

Test tuần 24+25/2025 - AR

Professional Development

10 Qs

Sales Quiz: myKN refresher ( Jan-Apr 2020)

Sales Quiz: myKN refresher ( Jan-Apr 2020)

Professional Development

11 Qs

Test tuần 22+23/2025 - AR

Test tuần 22+23/2025 - AR

Professional Development

10 Qs

Test tuần 15+16/2025 - AR

Test tuần 15+16/2025 - AR

Professional Development

10 Qs

MESSAGING W5 WAVE 19

MESSAGING W5 WAVE 19

Professional Development

10 Qs

Range Inspirations

Range Inspirations

Professional Development

10 Qs

Test tuần 9/2025 - AR

Test tuần 9/2025 - AR

Professional Development

10 Qs

day4

day4

Assessment

Quiz

Other

Professional Development

Hard

Created by

jahar fatima

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library is commonly used for creating graphical user interfaces (GUI) in Python?

PyQT

Tkinter

Kivy

wxPython

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the mainloop() method in Tkinter?

It initializes the main window

It terminates the program

It defines the layout of widgets

This method listens for events, such as button clicks or keypresses, and blocks any code that comes

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which widget is used to display static text in a Tkinter GUI?

Label

Button

Entry

Text

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to add a widget to the parent widget with the geometry manager that organizes widgets in blocks before placing them in the parent widget?

pack()

grid()

place()

insert()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to retrieve the current value of an Entry widget in Tkinter?

get()

retrieve()

fetch()

obtain()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the insert() method in Tkinter?

It inserts a new widget into the GUI

It inserts a new row or column in the grid layout

It inserts text into an Entry widget

It inserts a button into the layout

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute is used to associate a function with a Button widget in Tkinter?

bind

connect

command

attach

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

   From PIL import Image, ImageTk , here pillow library

pillow library is used for .png image

pillow library is used for .jpg image

pillow library is used for .csv

pillow library is used for only .svg