what is FAT?.
Answer Posted / ajit1983
The system used by MS-DOS to organize and manage files. The FAT (file allocation table) is a data structure that MS-DOS creates on the disk when the disk is formatted. When MS-DOS stores a file on a formatted disk, the operating system places information about the stored file in the FAT so that MS-DOS can retrieve the file later when requested. The FAT is the only file system MS-DOS can use; OS/2, Windows NT, and Windows 9x operating systems can use the FAT file system in addition to their own file systems (HPFS, NTFS, and VFAT, respectively).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is direct mount and indirect monut?
some os have a tree structure file system that limits the depth of a tree and small number of levels.what limit does this have on user? how does this simplify file system design?
Tell me what are the hardware problem you face regularly in your organization?
Can you tell which dlls are used for SDK?
What items of information about a task might be useful in real time scheduling?
when affected the system from virus , which paths will be it stored in system ?
Explain how is the process address space handled during process migration?
If you tries to mount a share ( home directory )in a client machine, and it fails how do u approach?
Let us suppose one application needs 2GB RAM to run and dependent plugins will be load while running application. Here My doubt is how many processes will create for this application. I know the concept of virtual memory, which will provide RAM on demand. My straight forward question is what is the size of the process and is it single process will create by operating system to complete the task of my application.??? Thanks in Advance.
If you do not have cd drive then how will u format c drive?
Explain about operating system of mac?
Explain the reasons for implementing process migration?
Explain the reasons for implementing process migration? How is the process address space handled during process migration?
Explain about dynamic memory allocation algorithm?
absolute path gives the location a file or directory in reference to a rile directory while relative path is a path given file starting from another file. explain?