What are the three types of file system?
Answer / Deepak Tiwari
The three main types of file systems are: 1. Sequential Access File System: Data is read sequentially from beginning to end. Example: Magnetic tape. 2. Direct Access File System: Data can be accessed randomly by its location. Examples: Hard disk, SSD. 3. Indexed Sequential Access Method (ISAM): An older file system that combines features of both sequential and direct access systems.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between soft and hard links?
What is banker's algorithm?
What is 32 bit operating system?
Can you install a 32bit program on a 64 bit computer?
What is the safest operating system?
Explain the difference between load-time dynamic linking and run-time dynamic linking?
What is software life cycle?
Explain accessors to a layman.
What is an Assembler?
Difference between short term, long term and medium term scheduler.
When an input file is opened, what are the possible errors that may occur?
What is the difference between mailbox and queue?