Treev

Treev

3rd Grade

9 Qs

quiz-placeholder

Similar activities

Flutter Quiz

Flutter Quiz

3rd Grade

10 Qs

The Keyboard class 2

The Keyboard class 2

2nd - 3rd Grade

10 Qs

Створення анімації

Створення анімації

1st - 12th Grade

11 Qs

MS Paint

MS Paint

1st - 3rd Grade

8 Qs

Итоговая

Итоговая

1st - 10th Grade

13 Qs

Pair Programming Session 5: LC AppLab

Pair Programming Session 5: LC AppLab

1st - 5th Grade

5 Qs

Python Basics

Python Basics

1st Grade - University

10 Qs

Herhalingsquiz computer

Herhalingsquiz computer

KG - 12th Grade

5 Qs

Treev

Treev

Assessment

Quiz

Computers

3rd Grade

Hard

Created by

Gomtu HSS

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Karma wants to display an image when he clicks on a button. Which of the following event handling must she apply on the button?

<Button>

<Button-x>

<Key>

<Button-3>

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Choose the best functionality difference in Radiobutton and Checkbutton.

Radiobutton is round where as checkbutton is square

Radiobutton is used when the user can select any number of options from a list where as checkbutton is used when a user has to select one from many options.

Radiobutton is used when we want user to select one of the group of options where as checkbutton is used when a user can select any number of options.

Radiobutton clickable where as Checkbutton is not.

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts


What is the purpose of the "root" variable in Tkinter?*

To store the background color of the window

To store the width of the window

To store the main window object

To store the title of the window

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Tkinter is an in-built module in Python. It is mainly used for

Web development

Machine Learning

Network Programming

Graphical User Interface development

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function in Tkinter is used to run the main event loop and start processing events?

start_main_loop()

mainloop()

run_event_loop()

process_events()

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts


What is the purpose of the Tkinter geometry() method?

To set the size of the window

To set the position of the window

To retrieve the size and position of the window

To set the background color of the window

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the difference between the tkinter pack() and grid() geometry managers?

Pack() is used to add widgets vertically and grid() is used to add widgets horizontally.

Pack() is used to add widgets in a single column and grid() is used to add widgets in multiple columns and rows.

Pack() is used to add widgets in a single row and grid() is used to add widgets in multiple columns and rows.

Pack() is used to add widgets in multiple columns and grid() is used to add widgets in a single column.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of the Treeview widget in Tkinter?

To create a dropdown menu

To display hierarchical data in a tabular form.

To display images and icons.

To create a pop-up message.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to insert a new item into a Treeview widget in Tkinter?

add()

insert()

apend()

push()