Exam 13: GUI Programming

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

Which widget will create a rectangular area that can be used to display graphics?

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

C

Which widget will display multiple lines of text?

Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
Verified

C

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

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

False

A(n) _______________ is a container that can hold other widgets and organize the widgets in a window.

(Short Answer)
4.7/5
(38)

How many graphical widgets does the tkinter module provide?

(Multiple Choice)
4.8/5
(41)

The _______________ widget is used to display text in a window.

(Short Answer)
4.7/5
(39)

What types of programs are event-driven?

(Multiple Choice)
4.9/5
(38)

A(n) _______________ is a widget that the user can click to cause an action to occur.

(Short Answer)
4.8/5
(32)

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

(True/False)
4.7/5
(37)

In a GUI environment, no text input is possible.

(True/False)
4.8/5
(33)

Which widget will create an area that displays one line of text or an image?

(Multiple Choice)
4.7/5
(34)

The pack method determines where a widget should be positioned.

(True/False)
4.7/5
(40)

The Toplevel widget is a container, like a(n) _____, but displays in its own window.

(Multiple Choice)
4.8/5
(38)

The _____ accepts the user's commands.

(Multiple Choice)
4.8/5
(42)

Using the radio buttons, the user can make multiple selections at one time.

(True/False)
4.9/5
(41)

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

(Short Answer)
4.9/5
(45)

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

(Multiple Choice)
4.9/5
(39)

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.7/5
(35)

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.8/5
(37)

The acronym GUI stands for:

(Multiple Choice)
4.9/5
(35)
Showing 1 - 20 of 35
close modal

Filters

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