Vidyalelo
Computer Science · Q43

Disk Operating System (DOS)

Engineering and GATE · Computer Science · question 43

Q43

Which statement is correct?

A.
Directories can be kept inside a file
B.
Files can not be kept inside a directory
C.
1 millisec = 10 ^ 3 sec
Answer
D.
None of above

Answer: Option C

Solution

Answer: Option C
Solution:
The correct statement among the options provided is Option C: 1 millisec = 10 ^ -3 sec. This statement correctly defines the relationship between milliseconds and seconds, indicating that one millisecond is equal to one-thousandth of a second.

Option A, "Directories can be kept inside a file," is incorrect. Directories (folders) contain files and other directories but cannot themselves be stored inside a single file in typical file systems.
Option B, "Files cannot be kept inside a directory," is also incorrect. Files are typically stored within directories (folders) in file systems.

Therefore, the correct answer is Option C: 1 millisec = 10 ^ -3 sec.