IT 117: Intermediate Scripting
Class 25 Ungraded Quiz
-
What is the name of the module we use to talk to the
windowing system of the operating system?
-
What is the constructor we use to create a graphic
object using the module above?
-
What is the object created by the constructor?
-
What method of the above module must you call to have an
empty window appear?
-
What method do you call to set the title of the window?
-
What method do you call to set the size and position of
a window?
-
What do we call the control elements used in graphical
programming?
-
What is the object used to display text or images?
-
After you create an control element object, what method
must you call to make it visible?