Exam 13: Gui Programming

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

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)

In a GUI environment,no text input is possible.

(True/False)
4.9/5
(38)

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)

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

(Multiple Choice)
4.8/5
(25)

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
close modal

Filters

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