Problem 2
How does a command line interface work?
Problem 3
When the user runs a program in a text-based environment, such as the command line, what determines the order in which things happen?
Problem 4
What is an event-driven program?
Problem 9
If you create two tabel widgets and call their pack methods with no arguments, how will the Label widgets be arranged inside their parent widget?
Problem 10
What argument would you pass to a widget's pack method to specify that it should be positioned as far left as possible inside the parent widget?
Problem 13
What module is the stringvar class in?
Problem 14
What can you accomplish by associating a stringvar object with a Label widget?
Problem 15
You want the user to be able to select only one item from a group of items. Which type of component would you use for the items, radio buttons or check buttons?
Problem 21
How is the canvas widget's screen coordinate system different from the Cartesian coordinate system used by the turtle graphics library?