An entire path name, consisting of several sub-directory names can contain upto
A. 13 character
B. 36 character
C. 63 character
D. 53 character
Answer: Option C
Solution (By Examveda Team)
In Disk Operating System (DOS), the maximum length of a path name is determined by the underlying file system, typically FAT (File Allocation Table) systems used in older versions of DOS. In FAT systems, the maximum path length consists of the root directory name and sub-directory names. Each component (directory or file name) in the path can be up to 8 characters long, and the separators (backslashes) between directory names also count towards the total path length.The root directory itself can have up to 11 characters, including the drive letter and colon (e.g., "C:"). Each additional directory or file name in the path can be up to 8 characters long. However, the total path length is constrained by the maximum number of characters, which is typically 63 characters in DOS environments. This total includes the root directory, separators, and all directory and file names in the path.
Therefore, the correct answer is Option C: 63 characters.
Join The Discussion
Comments (1)
Related Questions on Disk Operating System (DOS)
In MS-Dos what command you will use to display system date?
A. Date command
B. Ver command
C. Disk command
D. Format command
While working with Ms-Dos which command transfers a specific file from one disk to another?
A. Copy
B. Diskcopy
C. Time
D. Rename
If you don't know the current time, which command will you use to display
A. Copy
B. Ver
C. Time
D. Format

Give me the answer