Accessing records from a file directly without searching from the beginning of the file is

Time sharing
Random
Direct access
Access time E. None of the above

The correct answer is C. Direct access.

Direct access is a method of accessing data in a file without having to search through the entire file from the beginning. This is done by using a unique identifier for each record in the file, which can be used to directly access the record without having to search through the file.

Time sharing is a method of allowing multiple users to access a computer system at the same time. This is done by dividing the computer’s time into small slices, and each user is given a slice of time to use the computer.

Random access is a method of accessing data in a file in any order. This is done by using a pointer to the data, which can be used to directly access the data without having to search through the file.

Access time is the amount of time it takes to access a record in a file. This is usually measured in milliseconds.

E is not a valid option.

Exit mobile version