Solveeit Logo

Question

Computer Science Question on Database Concepts

Match List-I with List-II:List-IList-II
(A) Controlled Data Sharing(I) Same data maintained in different places does not match
(B) Data Isolation(II) Limited Access given to users
(C) Data Dependence(III) There is no mapping between two files
(D) Data Inconsistency(IV) If the structure of a file is changed, all the existing programs accessing that file
also need to be changed
A

(A) - (II), (B) - (III), (C) - (IV), (D) - (I)

B

(A) - (II), (B) - (III), (C) - (I), (D) - (IV)

C

(A) - (IV), (B) - (II), (C) - (III), (D) - (I)

D

(A) - (III), (B) - (IV), (C) - (I), (D) - (II)

Answer

(A) - (II), (B) - (III), (C) - (IV), (D) - (I)

Explanation

Solution

Data issues such as inconsistency, isolation, dependence, and sharing are common in file systems.