IT 117: Intermediate Scripting
Class 21 Ungraded Quiz

  1. What do you call the special class of methods that do things like provide a string representation of an object and convert one data type into another?


  2. What is the name of the method that will return a string representation of an object?


  3. What is the name of the method that allows you to add two objects together?


  4. What is the name of the method that allows you to subtract one object from another?


  5. What is the name of the method that allows you to multiply two objects together?


  6. What is the name of the method that allows you to divide one object by another and get a result of type float?


  7. What is the name of the boolean method that allows you to test whether one object is equal to another?


  8. What is the name of the boolean method that allows you to test whether one object is NOT equal to another?


  9. What is the name of the boolean method that allows you to test whether one object is greater than another?


  10. What is the name of the boolean method that allows you to test whether one object is less than another?