Exam 8: Graphical User Interrfaces
Exam 1: Introduction50 Questions
Exam 2: Software Development Data Types and Expressions50 Questions
Exam 3: Loops and Selection Statements50 Questions
Exam 4: Strings and Text Files50 Questions
Exam 5: Lists and Dictionaries50 Questions
Exam 6: Design With Functions50 Questions
Exam 7: Simple Graphics and Image Processing50 Questions
Exam 8: Graphical User Interrfaces50 Questions
Exam 9: Design With Classes50 Questions
Exam 10: Multithreading Networks and Client Server Programming50 Questions
Exam 11: Searching Sorting and Complexity Analysis51 Questions
Select questions type
What are the two functions available in the tkinter.filedialog module used to support file access in a GUI program?
(Multiple Choice)
4.8/5
(41)
What happens when you make a new class a subclass of another class?
(Multiple Choice)
4.8/5
(39)
What kind of statement can be used to attempt a graceful recovery from an exception?
(Multiple Choice)
4.8/5
(38)
In GUI terminology, what is the name used to describe a rectangular window component with its own grid that is useful for organizing other window components?
(Multiple Choice)
4.7/5
(42)
Programming that is tied to user-generated actions, such as mouse clicks, is known as what type of programming?
(Multiple Choice)
4.9/5
(38)
What is the "self" parameter utilized for in a class definition block?
(Multiple Choice)
4.7/5
(29)
What scenario would be ideal for the use of a prompter box?
(Multiple Choice)
4.7/5
(44)
In the RGB system, what hexadecimal value represents the color black?
(Multiple Choice)
4.7/5
(33)
What two keyword arguments can be used to force a horizontal and/or vertical spanning of grid positions? (Choose two.)
(Multiple Choice)
4.9/5
(30)
GUI-based programs use windows that contain various components, also called window objects or gadgets.
(True/False)
5.0/5
(40)
The creation of a customized version of an existing class is called subclassing.
(True/False)
4.8/5
(31)
Command buttons are created and placed in a window in the same manner as labels.
(True/False)
4.7/5
(39)
How can you associate a keyboard event and an event-handling method with a widget?
(Multiple Choice)
4.9/5
(40)
An entry field is a box in which the user can position the mouse cursor and enter a number or a single line of text.
(True/False)
4.8/5
(38)
In the breezypythongui module, what class provides the basic functionality for any window, such as the command buttons in the title bar?
(Multiple Choice)
4.8/5
(37)
What class in the breezypythongui module provides a scrollable box for the display and selection of items?
(Multiple Choice)
4.8/5
(32)
The breezypythongui module's IntegerField component is a subclass of the Entry class.
(True/False)
4.9/5
(36)
The font attribute in tkinger.Label is an object imported from tkinter.font.
(True/False)
4.8/5
(34)
The attributes of each window component are actually stored in a list.
(True/False)
4.9/5
(42)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)