wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AOS Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the purpose of file system mounting ?

a)

To delete files from the system

b)

To compress files for storage

c)

To make a file system accessible by attaching it to a directory structure

d)

To format the storage device

2.

Which of the following is NOT a file protection mechanism ?

a)

Encryption

b)

Defragmentation

c)

Access Control Lists (ACLs)

d)

File Permissions

3.

What does an Access Control List (ACL) do ?

a)

Encrypts files to prevent access

b)

Allocates storage for files

c)

Specifies permissions for each user or group for a file or directory

d)

Compresses files to save space

4.

Which file allocation method involves storing files in contiguous blocks of memory ?

a)

Contiguous Allocation

b)

Hierarchical Allocation

c)

Linked Allocation

d)

Indexed Allocation

5.

What is a single-level directory ?

a)

A directory with a master file directory and user directories

b)

A directory with no subdirectories

c)

A directory with a tree-like structure

d)

A directory where all files are stored in the same location

6.

What are the two levels in a two-level directory structure ?

a)

Current Directory and Parent Directory

b)

Master File Directory and User File Directory

c)

Root Directory and Subdirectory

d)

Absolute Directory and Relative Directory

7.

What bit defines a directory entry as a file or a subdirectory in a tree-structured directory ?

a)

The first bit

b)

The second bit

c)

A specific system-defined bit

d)

None of the above

8.

What does an absolute path name begin with ?

a)

The root directory

b)

The master file directory

c)

A subdirectory

d)

The current directory

9.

Which of the following statements about the Index Access Method is correct ?

a)

Data can only be accessed sequentially in the Index Access Method.

b)

In the Index Access Method, data is accessed randomly using an index.

c)

Data in the Index Access Method can only be read once.

d)

The Index Access Method does not support random access.

10.

Which of the following are the valid types of file access methods in an operating system ?

a)

Sequential Access, Random Access, Network Access

b)

File-based Access, Direct Access, Sequential Indexing

c)

Sequential Access, Direct Access, Indexed Access

d)

Sequential Access, Concurrent Access, Indexed File Access

11.

Which of the following operations are supported in the Sequential Access method ?

a)

Read Next, Reset

b)

Seek, Write Next, read next

c)

Write Next, Delete, remove

d)

Read Next, Write Next, Reset

12.

What is the difference between the Sequential Access method and the Direct Access method ?

a)

In Sequential Access, data is accessed using the data’s physical location, while in Direct Access, data is accessed sequentially.

b)

In Sequential Access, data is accessed in a sequential manner, while in Direct Access, data is accessed using the data’s physical location.

c)

In Sequential Access, data is accessed in a random manner, while in Direct Access, data is accessed sequentially.

d)

In Sequential Access, data is accessed randomly, while in Direct Access, data is accessed by its logical location.

13.

Which protocol is primarily used for secure file transfers ?

a)

FTP

b)

SFTP

c)

DFS

d)

STPFS

14.

Which feature is specific to acyclic-graph directories ?

a)

Cycles are allowed

b)

Infinite directory traversal

c)

Files can appear in multiple directories without duplication

d)

Directories have a single parent only

15.

Which of the following is an example of a general graph directory feature ?

a)

Prevents infinite traversal

b)

Uses only client-server architecture

c)

Limits file sharing to one user

d)

Allows cycles or loops

16.

DFS Stand for ?

a)

Digital File Storage

b)

Data File System

c)

Distributed File System

d)

Dynamic File Sharing

17.

What is the primary purpose of a file in a computer system ?

a)

To store data

b)

To execute programs

c)

To manage hardware

d)

To delete information

18.

Which of the following is NOT a file attribute ?

a)

File name

b)

File type

c)

File temperature

d)

File size

19.

What does the file header contain ?

a)

Actual data of the file

b)

Metadata like file name, size, and permissions

c)

Digital signatures

d)

File backup

20.

Which operation is used to create a duplicate of a file ?

a)

Move

b)

Delete

c)

Copy

d)

Rename