PY2007 - 8/3/2025

PY2007 - 8/3/2025

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Графические интерфейсы с помощью tkinter

Графические интерфейсы с помощью tkinter

10th Grade

15 Qs

Interfaz gráfica en tkinter - Grade 9

Interfaz gráfica en tkinter - Grade 9

9th Grade

15 Qs

STS Genap PPB 2024

STS Genap PPB 2024

11th Grade

15 Qs

Python Programming Formative Quiz1.1

Python Programming Formative Quiz1.1

10th Grade

25 Qs

Computer Parts

Computer Parts

12th Grade

20 Qs

Computer Concepts Vocabulary

Computer Concepts Vocabulary

8th - 12th Grade

16 Qs

sistem embedded & iot

sistem embedded & iot

12th Grade

25 Qs

PYTHON REVISION

PYTHON REVISION

11th Grade

20 Qs

PY2007 - 8/3/2025

PY2007 - 8/3/2025

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Aim Sity

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a Tkinter window?

a) window = Tk()

b) window = tk()

c) window = tkinter.window()

d) window = main()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is required to keep the Tkinter window running?

a) root.start()

b) root.mainloop()

c) root.run()

d) root.execute()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to set the title of a Tkinter window?

a) root.header("My App")

b) root.name("My App")

c) root.title("My App")

d) root.window_name("My App")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the pack() method do in Tkinter?

a) Arranges widgets inside the window

b) Closes the window

c) Creates an event loop

d) Binds a function to an event

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which widget is used to display text in Tkinter?

a) Label

b) Textbox

c) TextBoxField

d) TextArea

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which event is triggered when the mouse moves over a widget?

a) <Click>

b) <Motion>

c) <Move>

d) <Hover>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to bind an event to a widget in Tkinter?

a) widget.trigger()

b) widget.bind()

c) widget.on_event()

d) widget.listen()

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?