This document provides practice questions from chapters 7 and 8. It instructs the reader to write a C program that displays the structure of any database file. The questions are: 1) Read a file after the first 10 characters and print it on screen. 2) Write your name 10 characters after the end of the file and use the exit() function if unable to write or open the file.