Q1. In a file system, a(n) .......... defines a path from the current directory.
Explanation
A relative path name describes a location with respect to the current directory, so it fits the blank. The root directory is the top-level directory of a file system, not a path defined from the current location. An absolute path name gives the full path starting from the root, regardless of where the user currently is. A virtual path name is not the standard term used for this file-system concept in this context.
