IT 117: Intermediate to Scripting
Answers to Class 27 Ungraded Quiz

  1. What do you call the argument given to a Button constructor that causes something to happen?
    callback function
  2. What does this thing given as an argument to the Button constructor do?
    it is a function that is run when the button is clicked
  3. What is the name of the widget used to allow the user to enter text?
    the Entry widget
  4. What is the method of the above widget that returns the text entered by the user>
    the get method