Exam 14: GUI Programming
Exam 1: Introduction to Computers and Programming35 Questions
Exam 2: Input, Processing, and Output35 Questions
Exam 3: Simple functions34 Questions
Exam 4: Decision Structures and Boolean Logic35 Questions
Exam 5: Repetition Structures35 Questions
Exam 6: Value-Returning functions and Modules35 Questions
Exam 7: files and Exceptions35 Questions
Exam 8: Lists and Tuples35 Questions
Exam 9: More About Strings35 Questions
Exam 10: Dictionaries and Sets35 Questions
Exam 11: Classes and Object-Oriented Programming35 Questions
Exam 12: Inheritance35 Questions
Exam 13: Recursion35 Questions
Exam 14: GUI Programming35 Questions
Select questions type
To use the showinfo function, the tkinter.messagebox module needs to be imported.
Free
(True/False)
4.8/5
(41)
Correct Answer:
True
Check buttons are displayed in groups and used to make mutually exclusive selections.
Free
(True/False)
4.9/5
(39)
Correct Answer:
False
The GUI popularized the use of the _______________ as an input device.
Free
(Short Answer)
4.9/5
(36)
Correct Answer:
mouse
Which widget will create an area that displays one line of text or an image?
(Multiple Choice)
4.8/5
(38)
What are the items that appear on the graphical interface window called?
(Multiple Choice)
4.9/5
(46)
Python does not have GUI programming features built into the language itself.
(True/False)
4.9/5
(34)
A(n) _______________ function is a function or method that executes when the user clicks the button.
(Short Answer)
4.7/5
(45)
An info dialog box is a simple window that displays a message to the user and has an OK button that closes the dialog box.
(True/False)
4.9/5
(44)
In which environment can a user determine the order in which things happen?
(Multiple Choice)
4.8/5
(40)
How many graphical widgets does the tkinter module provide?
(Multiple Choice)
4.8/5
(38)
A root widget's destroy method can be used as a callback function for a quit button.
(True/False)
4.8/5
(42)
A(n) _______________ is a container that can hold other widgets and organize the widgets in a window.
(Short Answer)
4.9/5
(45)
In which type of interface is a prompt displayed that allows the user to enter a command, which is then executed?
(Multiple Choice)
4.7/5
(34)
The _______________ module allows you to create GUI programs in Python.
(Short Answer)
4.9/5
(45)
Programs that use tkinter do not always run reliably under IDLE.
(True/False)
4.8/5
(39)
Showing 1 - 20 of 35
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)