Chapter 9: File Handling

 

Results

Previous
Next

#1. A _______ is a collection of records.

Previous
Next

#2. A ________ is a place on the disk where a group of related data is stored.

Previous
Next

#3. These character can be interpreted as individual data items or as components of strings or numbers. These are called

Previous
Next

#4. Organize data into block containing contiguous bytes of information to represent more complex data structure such as array, these file are called __________

Previous
Next

#5. Creates and opens a file.

Previous
Next

#6. Closes an existing file.

Previous
Next

#7. Writes a character to a file.

Previous
Next

#8. Reads a character from a file.

Previous
Next

#9. Writes a set of datas to a file.

Previous
Next

#10. Reads a set of datas from a file.

Previous
Next

#11. Writes a string to a file

Previous
Next

#12. Reads a string from a file.

Previous
Next

#13. Writes an integer to a file.

Previous
Next

#14. Reads an integer form a file.

Previous
Next

#15. Returns non zero if end-of-file is reached.

Previous
Next

#16. Returns non zero if error has occurred.

Previous
Next

#17. Returns zero if seeks to a specified byte in a file.

Previous
Next

#18. Returns the current file position.

Previous
Next

#19. Resets the file position indicator to the beginning of the file.

Previous
Next

#20. Erases a file

Previous
Next

#21. Flushes a file.

Previous
Next

#22. Associates an existing stream with a new file.

Previous
Next

#23. Opens a text file for reading

Previous
Next

#24. Create a text file for writing.

Previous
Next

#25. Append to a text file.

Previous
Finish