IT 117: Intermediate Scripting
Class 25 Ungraded Quiz

  1. What is the name of the module we use to talk to the windowing system of the operating system?


  2. What is the constructor we use to create a graphic object using the module above?


  3. What is the object created by the constructor?


  4. What method of the above module must you call to have an empty window appear?


  5. What method do you call to set the title of the window?


  6. What method do you call to set the size and position of a window?


  7. What do we call the control elements used in graphical programming?


  8. What is the object used to display text or images?


  9. After you create an control element object, what method must you call to make it visible?