623 views
0 votes
0 votes
consider a system where each file is associated with a 16 bit number.for each file ,each user should have the read and write capability.how much memory is needed to store each user's access data?

A) 16KB                B) 32KB                C) 64KB              D) 128KB

1 Answer

0 votes
0 votes
D. no of file = 2^16. total bits required for access information = 2 one for read and one for write.
per user memory required= 2^16*2 = 128KB

Related questions

0 votes
0 votes
0 answers
4
aashijn asked Apr 28, 2022
1,396 views
employee (person-name, street, city)works (person-name, company-name, salary)company (company-name, city)manages (person-name, manager-name) a. Find the names of all empl...