IT 244: Introduction to Linux/Unix
Class 25 Ungraded Quiz

  1. In a case statement, what determines which block of code is executed?


  2. How do you mark the end of a code block in a case statement?


  3. What signals the end of a pattern in a case statement?


  4. What meta-characters can you use in a case statement pattern?


  5. What pattern would you use in a case statement if you wanted to match 11, 12 or 13?


  6. What will you see on the screen if you ran a script that uses the select statement?


  7. What happens to the value chosen by the user when responding to a select statement?


  8. What function does the PS3 keyword shell variable serve in a select statement?


  9. How do you mark the beginning of a here document in a shell script?


  10. How do you mark the end of a here document?