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
Which of the following is not a method of the Canvas widget?
Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
C
In a GUI environment most interactions are done through small windows known as __________ that display information and allow the user to perform actions.
Free
(Multiple Choice)
4.9/5
(29)
Correct Answer:
C
Which of the following must you include with your program so you can display a message to the user with the showinfo function?
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
D
Python does not have GUI programming features built into the language itself.
(True/False)
4.8/5
(39)
The Entry widget's get method retrieves either numeric or string data.
(True/False)
4.7/5
(36)
In a(n)__________ interface,the user can determine the order in which things happen.
(Multiple Choice)
4.9/5
(30)
Given the following code,which line defines the size of the window?


(Multiple Choice)
4.8/5
(43)
__________ are small windows that display information and allow the user to perform actions.
(Short Answer)
4.9/5
(39)
Since GUI programs respond to the actions of the user,they are called __________ programs.
(Short Answer)
4.8/5
(31)
What are the items that appear on the graphical interface window called?
(Multiple Choice)
5.0/5
(29)
In a(n)__________ interface,a prompt is displayed that allows the user to enter a command which is then executed.
(Multiple Choice)
4.8/5
(40)
Given the following code,what are the dimensions,in pixels,of the shape created?


(Multiple Choice)
4.8/5
(39)
To use the showinfo function,the tkinter.messagebox module must be imported.
(True/False)
4.7/5
(41)
The __________ module allows you to create GUI programs in Python.
(Short Answer)
4.9/5
(39)
The point (0,0)represents the same place in a window with the Canvas widget as with turtle graphics.
(True/False)
4.9/5
(40)
Showing 1 - 20 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)