Filters
Question type

Study Flashcards

A root widget's destroy method can be used as a callback function for a quit button.

Correct Answer

verifed

verified

The pack method determines where a widget should be positioned.

Correct Answer

verifed

verified

A(n) _______________ function is a function or method that executes when the user clicks the button.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

True

Programs that use tkinter do not always run reliably under IDLE.

Correct Answer

verifed

verified

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


A) Label
B) frame
C) Canvas
D) Message

Correct Answer

verifed

verified

The _______________ module allows you to create GUI programs in Python.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

mouse

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.

Correct Answer

verifed

verified

What are the items that appear on the graphical interface window called?


A) Buttons
B) Icons
C) Widgets
D) Graphical elements

Correct Answer

verifed

verified

With what part of the computer does the user interact?


A) Graphical unit
B) User interface
C) Register
D) CPU

Correct Answer

verifed

verified

In which type of interface is a prompt displayed that allows the user to enter a command, which is then executed?


A) Command line
B) GUI
C) ALU
D) CPU

Correct Answer

verifed

verified

Python does not have GUI programming features built into the language itself.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

False

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


A) tkinter
B) Pgui
C) gint
D) pygui

Correct Answer

verifed

verified

How many graphical widgets does the tkinter module provide?


A) five
B) Ten
C) fifteen
D) Twenty

Correct Answer

verifed

verified

In which environment can a user determine the order in which things happen?


A) Command line
B) GUI
C) ALU
D) CPU

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

Which widget will display multiple lines of text?


A) Label
B) Canvas
C) Message
D) Text

Correct Answer

verifed

verified

What types of programs are event-driven?


A) GUI programs
B) Command line programs
C) Procedural programs
D) Modular programs

Correct Answer

verifed

verified

Showing 1 - 20 of 35

Related Exams

Show Answer