Ch. 13
How many graphical widgets does the tkinter module provide? Five Ten Fifteen Twenty
Fifteen
The Toplevel widget is a container, like a(n) _____, but displays in its own window. Label Frame Canvas Message
Frame
The acronym GUI stands for: Graphical User Interface Graphical Unit Interface Graphical User Interaction Graphical Users' Interface
Graphical User Interface
With what part of the computer does the user interact? Graphical unit User interface Register CPU
User Interface
Which widget will create an area that displays one line of text or an image? Label Frame Canvas Message
Label
Which widget will display multiple lines of text? Label Canvas Message Text
Message
In which type of interface is a prompt displayed that allows the user to enter a command, which is then executed? Command line GUI ALU CPU
Command Line
Which widget will create a rectangular area that can be used to display graphics? Label Frame Canvas Message
Canvas
In a GUI environment, most interactions are done through small windows known as _____ that display information and allow the user to perform actions. input boxes windows dialog boxes message boxes
dialog boxes
The _____ accepts the user's commands. register CPU operating system ALU
operating system