Baylor (GUI) Questions & Answers6
This method is used to make a widget visible and to determine its position in the main window.
a. display()
b. mainloop()
c. pack()
d. visible() - ANSWERS-pack()
The ___ object is used to assign a unique integer value to each RadioButton widget.
a. value()
b. inVar()
c. StringVar()
d. Number - ANSWERS-inVar()
This method is called to destroy the root widget's main window.
a. destroy()
b. kill()
c. extinguish()
d. finalize() - ANSWERS-destroy()
"tkinter" is also known as _______.
a. "tk interface"
b. "tk indirection"
c. "tk intecommunicate"
, d. "tk intracommunicate" - ANSWERS-"tk interface"
1. The ______ is the part of a computer with which the user interacts.
a. central processing unit
b. user interface
c. control system
d. interactivity system - ANSWERS-user interface
2. Before GUis became popular, the _______ interface was the most commonly used.
a. command line
b. remote terminal
c. sensory
d. event-driven - ANSWERS-command line
3. _______ is a small window that displays information and allows
the user to perform actions.
a. menu
b. confirmation window
c. startup screen
d. dialog box - ANSWERS-dialog box
4. These types of programs are event driven.
a. command line
b. text-based
c. GUI
d. procedural - ANSWERS-GUI