Filters
Question type

Study Flashcards

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

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

The pack method determines where a widget should be positioned.

Correct Answer

verifed

verified

The acronym GUI stands for:


A) Graphical User Interface
B) Graphical Unit Interface
C) Graphical User Interaction
D) Graphical Users' Interface

Correct Answer

verifed

verified

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


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

Correct Answer

verifed

verified

C

How many graphical widgets does the tkinter module provide?


A) Five
B) Ten
C) Fifteen
D) Twenty

Correct Answer

verifed

verified

The _____ accepts the user's commands.


A) register
B) CPU
C) operating system
D) ALU

Correct Answer

verifed

verified

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


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

Correct Answer

verifed

verified

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


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

Correct Answer

verifed

verified

The Label widget's _______________ method determines where a widget should be positioned and makes the widget visible when the main window is displayed.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

False

What types of programs are event-driven?


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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

Which widget will display multiple lines of text?


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

Correct Answer

verifed

verified

C

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

Correct Answer

verifed

verified

In a GUI environment, no text input is possible.

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

Showing 1 - 20 of 35

Related Exams

Show Answer