edited by
1,492 views
0 votes
0 votes

Match the following  for Unix file system : 

$\begin{array}{clcl}  & \textbf{List-I}  & {} & \textbf{List-II} \\ \text{a.} & \text{Boot block} & \text{i.} & \text{Information about file system, free block list,} \\ &&& \text{free inode list etc.} \\  \text{b.} & \text{Super block} & \text{ii.} & \text{Contains operating system files as well as} \\ &&& \text{program and data files created by users. } \\ \text{c.} & \text{Inode block} & \text{iii.} &  \text{Contains boot program and partition table. } \\  \text{d.} & \text{Data block} & \text{iv.} & \text{Contains a table for every file in the file system.} \\ &&& \text{Attributes of files are stored here.} \\ \end{array}$

$\textbf{Codes :}$

  1. $\text{a-iii, b-i, c-ii, d-iv}$
  2. $\text{a-iii, b-i, c-iv, d-ii}$
  3. $\text{a-iv, b-iii, c-ii, d-i}$
  4. $\text{a-iv, b-iii, c-i, d-ii}$  
edited by

4 Answers

0 votes
0 votes

just match one....

v. Contains a table for every file in the file system. Attributes of files are stored here-- this is surely INODE

so c is option iv...

that means ANS: 2

a. Boot block iii. Contains boot program and partition table
b. Super block i. Information about file system, free block list, free inode list etc
c. Inode block
iv. Contains a table for every file in the file system. Attributes of files are stored here
d. Data block .ii. Contains operating system files as well as program and data files created by users.
0 votes
0 votes
Option B is correct, as inode contains the table for all files and attributes.
0 votes
0 votes
Ans: B

Boot Block :  contains boot program and partition table

super Block :information  about file system ,free block list ,free i node list etc.

Inode BLOck :contain  a table for every file in the system ,attributes of file are stored here.

Data Block : containing operating system  file as well as program and data iles are created by users.
Answer:

Related questions

1 votes
1 votes
2 answers
1
4 votes
4 votes
5 answers
2
go_editor asked Mar 24, 2020
1,683 views
Which of the following is incorrect for virtual memory?Large programs can be writtenMore I/O is requiredMore addressable memory availableFaster and easy swapping of proce...