Exam 13: Gui Programming
Exam 1: Introduction to Computers and Programming39 Questions
Exam 2: Input, Processing, and Output40 Questions
Exam 3: Decision Structures and Boolean Logic40 Questions
Exam 4: Repetition Structures41 Questions
Exam 5: Functions66 Questions
Exam 6: Files and Exceptions40 Questions
Exam 7: Lists and Tuples40 Questions
Exam 8: More About Strings37 Questions
Exam 9: Dictionaries and Sets39 Questions
Exam 10: Classes and Object-Oriented Programming38 Questions
Exam 11: Inheritance36 Questions
Exam 12: Recursion35 Questions
Exam 13: Gui Programming42 Questions
Select questions type
Checkbutton widgets are displayed in groups and used to make mutually exclusive selections.
(True/False)
4.7/5
(34)
In an event-driven program,the __________ accepts the user's commands.
(Multiple Choice)
4.8/5
(41)
The GUI popularized the use of the __________ as an input device.
(Short Answer)
4.8/5
(39)
To use an Entry widget to get data entered by a user,you must use the Entry widget's set method.
(True/False)
4.8/5
(32)
Radio buttons can be used to allow the user to make multiple selections at one time.
(True/False)
4.7/5
(35)
Which widget creates an area that displays one line of text or an image?
(Multiple Choice)
4.8/5
(42)
A __________ is a container that can be used to organize the widgets in a window.
(Multiple Choice)
4.9/5
(40)
A(n)__________ allows the user to interact with the operating system and other programs through graphical elements on the screen.
(Short Answer)
4.9/5
(42)
Which widget allows the user to enter a single line of input from the keyboard?
(Multiple Choice)
4.9/5
(41)
A(n)___________ is a container that can hold other widgets and organize the widgets in a window.
(Short Answer)
4.9/5
(43)
A(n) __________ is a widget that the user can click to cause an action to occur.
(Short Answer)
4.8/5
(32)
The Label widget's __________ method determines where a widget should be positioned and makes the widget visible when the main window is displayed.
(Short Answer)
4.9/5
(40)
Which widget allows the user to select a value by moving a slider along a track?
(Multiple Choice)
4.8/5
(28)
A(n)__________ function is a function or method that executes when the user clicks a button.
(Short Answer)
4.9/5
(24)
The __________ widget provides methods that allow the programmer to draw some simple shapes.
(Short Answer)
4.8/5
(38)
An info dialog box is a window that displays a message to the user and has an OK button which,when clicked,closes the dialog box.
(True/False)
4.7/5
(42)
To create a line with the create_line method of the Canvas widget,you must include four arguments that represent beginning and ending __________.
(Short Answer)
4.8/5
(41)
A root widget's destroy method can be used as a callback function for a Quit button.
(True/False)
4.7/5
(34)
Showing 21 - 40 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)