Exam 13: GUI Programming
Exam 1: Introduction to Computers and Programming36 Questions
Exam 2: Input, Processing, and Output35 Questions
Exam 3: Decision Structures and Boolean Logic35 Questions
Exam 4: Repetition Structures34 Questions
Exam 5: Functions and Modules69 Questions
Exam 6: Files and Exceptions34 Questions
Exam 7: Lists and Tuples35 Questions
Exam 8: More About Strings35 Questions
Exam 9: Dictionaries and Sets35 Questions
Exam 10: Classes and Object Oriented Programming35 Questions
Exam 11: Inheritance35 Questions
Exam 12: Recursion35 Questions
Exam 13: GUI Programming35 Questions
Select questions type
Which widget allows the user to select a value by moving a slider along a track?
(Multiple Choice)
4.9/5
(36)
What are the items that appear on the graphical interface window called?
(Multiple Choice)
4.9/5
(34)
The _______________ module allows you to create GUI programs in Python.
(Short Answer)
4.8/5
(31)
Many computer users find a command line interface relatively easy to use.
(True/False)
4.8/5
(33)
_______________ are small windows that display information and allow the user to perform actions.
(Short Answer)
4.8/5
(35)
In which type of interface is a prompt displayed that allows the user to enter a command, which is then executed?
(Multiple Choice)
4.8/5
(31)
GUI programs respond to the actions of the user, and so they are called _______________ programs.
(Short Answer)
4.8/5
(35)
A(n) _______________ allows the user to interact with the operating system and other programs through graphical elements on the screen.
(Short Answer)
4.7/5
(39)
Python does not have GUI programming features built into the language itself.
(True/False)
4.9/5
(36)
In a GUI environment, most interactions are done through small windows known as _____ that display information and allow the user to perform actions.
(Multiple Choice)
4.8/5
(36)
Programs that use tkinter do not always run reliably under IDLE.
(True/False)
4.9/5
(35)
In which environment can a user determine the order in which things happen?
(Multiple Choice)
4.9/5
(35)
A root widget's destroy method can be used as a callback function for a quit button.
(True/False)
4.8/5
(35)
A(n) _______________ function is a function or method that executes when the user clicks the button.
(Short Answer)
4.9/5
(34)
Showing 21 - 35 of 35
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)