Exam 14: GUI Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

To use the showinfo function, the tkinter.messagebox module needs to be imported.

Free
(True/False)
4.8/5
(41)
Correct Answer:
Verified

True

Check buttons are displayed in groups and used to make mutually exclusive selections.

Free
(True/False)
4.9/5
(39)
Correct Answer:
Verified

False

The GUI popularized the use of the _______________ as an input device.

Free
(Short Answer)
4.9/5
(36)
Correct Answer:
Verified

mouse

In Python, what module is used to create a GUI program?

(Multiple Choice)
4.9/5
(39)

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)

Which widget will display multiple lines of text?

(Multiple Choice)
4.8/5
(39)

What types of programs are event-driven?

(Multiple Choice)
4.9/5
(38)

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)

With what part of the computer does the user interact?

(Multiple Choice)
4.8/5
(35)

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)

The pack method determines where a widget should be positioned.

(True/False)
4.8/5
(29)
Showing 1 - 20 of 35
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)