1.
What does GUI stand for in programming?

2.
Which Python library is commonly used for creating GUI applications?

3.
What is the purpose of an event in GUI programming?

4.
What is the main window in a Tkinter application called?

5.
How do you create a label widget in Tkinter?

6.
Which widget is commonly used for user input in Tkinter?

7.
How do you create a button widget in Tkinter?

8.
What is the purpose of the pack() method in Tkinter?

9.
How do you bind an event to a widget in Tkinter?

10.
Which geometry manager is used to organize widgets in a table-like structure in Tkinter?