1. Which term describes the interpreter that executes commands typed as strings?

2. Which term describes the visual cue that indicates an interactive shell is waiting for the user to type a command?

3. Which term describes the name of a program to run?

4. Which term describes the part of the command line that adjusts the behavior of a command?

5. Which term describes the part of the command line that specifies the target that the command should operate on?

6. Which term describes the hardware display and keyboard used to interact with a system?

7. Which term describes one of multiple logical consoles that can each support an independent login session?

8. Which term describes an interface that provides a display for output and a keyboard for input to a shell session?

9. Which Bash shortcut or command jumps to the beginning of the previous word on the command line?

10. Which Bash shortcut or command separates commands on the same line?

11. Which Bash shortcut or command is used to clear characters from the cursor to the end of the command line?

12. Which Bash shortcut or command is used to re-execute a recent command by matching the command name?

13. Which Bash shortcut or command is used to complete commands, file names, and options?

14. Which Bash shortcut or command re-executes a specific command in the history list?

15. Which Bash shortcut or command jumps to the beginning of the command line?

16. Which Bash shortcut or command displays the list of previous commands?

17. Which Bash shortcut or command copies the last argument of previous commands?