IT 116: Introduction to Scripting
Class 3 Ungraded Quiz

  1. What is a statement?


  2. What is a function?


  3. What is an argument?


  4. Where do arguments appear in a call to a function?


  5. What is a string?


  6. What is a literal?


  7. What do you call a statement that runs a function?


  8. What do you call a statement that gives a value to a variable?


  9. What is a variable?


  10. How do you create a variable in Python?