IT 116: Introduction to Scripting
Class 3 Ungraded Quiz

  1. What do you call one or more lines of code that perform a complete action?


  2. What do you call a series of statements that has a name and performs some task?


  3. What do you call a value given to a function when it is run?


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


  5. What do you call a a sequence of characters?


  6. What do you call a value written out directly inside the code?


  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 do you call a location in RAM with a name that holds a value?


  10. How do you create a variable in Python?