Chap 1
Chap 1
Chapter#1
Q1: Describe the file types from a usage point of view and a functional point of view.
From the usage point of view, files are divided into three categories:
• Master File
• Transaction File
• Backup File
From the functional point of view, files are divided into two categories:
• Program Files
• Data Files
Q2: How can you describe data handling in a file management system?
In a file management system, data handling involves various processes and operations related to
managing files and organizing data stored on a computer's file system.
Here is how data handling is described in a file management system:
• File Organization
• File Access
• File Editing
• File Storage and Retrieval
• File Backup and Recovery
Q3: What are program files?
Program files are the files that contain software instructions.
Example: Source program files and executable files. The extension of source and executable files
are .com and .exe respectively.
Q4: Define file organization & Name different types of file organization.
File Organization
Files are organized on storage media for quick and efficient access. It is also kept in view while
organizing files on storage media how efficient it is to create or delete a file.
Following are the different types of file organization:
• Usage Point of view
• Functional Point of view
• Storage Point of view
Q5: What are a Direct Access File and a Sequential Access File?
Direct or Random Files
In direct or random files data is stored on a calculated address. Each record is accessed directly.
Indexed Sequential Files
The data in this type of file can be accessed sequentially as well as randomly based on a key
value.
Q6: List the file type from a usage point of view.
• Master File
• Backup File
• Transactional File