1. CHAPTER 9: SELF-TEST TRUE / FALSE : FILE HANDLING
Link to page 321 True & False.
2. Problem 18: It is better to store large amounts of data into an array rather than into a file.
3. Answer is False: Because Array has a limitation of space. Max is 32768 or 2^15
4. 8 bits is a Byte.
5. With Array you can find and replace information.
6. With File you can not delete you will need to start a new file.
7. Random Access file you can replace but you can over right information very easy.
8. Microsoft use the () in Visual Basic instead of [] like all other vendors for an Array.
9. Fortran use the () because in a Function uses the () and Microsoft also used the ().
10. Problem 1: A file that is used to store or retrieve data is called a data file.
11. Answer is True: a file that is used to store or retrieve data is called a data file or an input file.
12. Data Recovery: lose the Data but the Data is back-up to retrieve the information in case it is lost.
13. Different types of files: Sequential File, Random Access File, Binary File.