1. For what does POS stand? What does it mean? 2. What does "const" do? 3. What is a function prototype? 4. What is the difference between a global and a local variable? 5. Which of these is a reason why we should program using functions? (no choices listed, uhh?) 6. Which of these is code that would call a "menu" function in a program? (again, no choices on this paper) 7. What is a function in C++? 8. What does void mean when declaring function? 9. What happens if a programmer starts a WHILE loop in one funciton and ends it in another? 10. Does one use semicolons at the end of funciton prototypes? 11. Define "database" in the best way from among the following. 12. What is a record? 13. What is a field? 14. What is a relational database? 15. What is a flat-file database? 16. What is "fstream?" 17. What does "ofstream" mean? 18. What does "ifstream" mean? 19. Which of the folowing is used for the output olf information to a file? 20. Which of the following is used for the input of information from a file? 21. Which of the following is used for the addition of information to a file? 22. In creating a data file, what is the first thing that must be done? 23. In creating a data file, what is the second thing that must be done? 24. In creating a data file, what is the third thing that must be done? 25. In creating a data file, what is the fourth thing that must be done? 26. In creating a data file, what is the fifth thing that must be done? 27. What does WHILE do? 28. What is DO in C++? 29. What does "!" mean in a C++ command?\ 30. Why is an "endl" needed at the end of each data item? 31. What happens if one fails to use "endl" and there is a string defined as name[26]? 32. What is an algorithm? 33. What does a loop do? 34. What is an arithmetic operator? 35. What is a logical operator? 36. What is a relational operator? 37. What is a "switch?" 38. What does FOR do? 39. What is an initializing expression in a FOR loop? 40. What is a control expression in a FOR loop?