Exam 13: Gui Programming

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

Which of the following is not a method of the Canvas widget?

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

C

In a GUI environment most interactions are done through small windows known as __________ that display information and allow the user to perform actions.

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

C

Which of the following must you include with your program so you can display a message to the user with the showinfo function?

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

D

In an event-driven environment,the user interacts with

(Multiple Choice)
4.8/5
(28)

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

(True/False)
4.8/5
(39)

The Entry widget's get method retrieves either numeric or string data.

(True/False)
4.7/5
(36)

Which widget will display multiple lines of text?

(Multiple Choice)
4.9/5
(28)

In a(n)__________ interface,the user can determine the order in which things happen.

(Multiple Choice)
4.9/5
(30)

Given the following code,which line defines the size of the window? Given the following code,which line defines the size of the window?

(Multiple Choice)
4.8/5
(43)

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

(True/False)
4.8/5
(26)

__________ are small windows that display information and allow the user to perform actions.

(Short Answer)
4.9/5
(39)

Since GUI programs respond to the actions of the user,they are called __________ programs.

(Short Answer)
4.8/5
(31)

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

(Multiple Choice)
5.0/5
(29)

A __________ program is an event-driven program.

(Multiple Choice)
4.9/5
(41)

In a(n)__________ interface,a prompt is displayed that allows the user to enter a command which is then executed.

(Multiple Choice)
4.8/5
(40)

Given the following code,what are the dimensions,in pixels,of the shape created? Given the following code,what are the dimensions,in pixels,of the shape created?

(Multiple Choice)
4.8/5
(39)

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

(True/False)
4.7/5
(41)

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

(Short Answer)
4.9/5
(39)

The point (0,0)represents the same place in a window with the Canvas widget as with turtle graphics.

(True/False)
4.9/5
(40)

The pack method determines where a widget should be positioned.

(True/False)
4.7/5
(37)
Showing 1 - 20 of 42
close modal

Filters

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