subject
Computers and Technology, 22.04.2021 17:40 UratazZ

Consider using a bitmap versus a linked list of free blocks. The disk contains a total of B blocks, F of which are free. A disk address requires d bits. The bitmap uses one bit for each block. The linked list is a data structure maintained in a dedicated portion of the disk. Each list element points to a single free block. (a) State the condition under which the two methods use the same amount of disk space, assuming that the linked-list method connects all blocks individually.
(b) For d = 16 bits, determine the fraction of the disk that must be free for the above condition to hold.
(c) Repeat the two problems above, assuming that the linked-list method connects groups of adjacent blocks, rather than individual blocks. That means, each list element points to the first of block of a group, and contains a two-byte number indicating how many blocks are in the group. The average size of a group is five blocks.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:00
Lisa has a section of her document that she would like to include in the index. which option should lisa choose? mark index mark entry insert endnote add text
Answers: 3
question
Computers and Technology, 23.06.2019 15:00
1. which of the following statements are true about routers and routing on the internet. choose two answers. a. protocols ensure that a single path between two computers is established before sending packets over it. b. routers are hierarchical and the "root" router is responsible for communicating to sub-routers the best paths for them to route internet traffic. c. a packet traveling between two computers on the internet may be rerouted many times along the way or even lost or "dropped". d. routers act independently and route packets as they see fit.
Answers: 2
question
Computers and Technology, 23.06.2019 18:30
Write a program that prints the day number of the year, given the date in the form month-day-year. for example, if the input is 1-1-2006, the day number is 1; if the input is 12-25-2006, the day number is 359. the program should check for a leap year. a year is a leap year if it is divisible by 4, but not divisible by 100. for example, 1992 and 2008 are divisible by 4, but not by 100. a year that is divisible by 100 is a leap year if it is also divisible by 400. for example, 1600 and 2000 are divisible by 400. however, 1800 is not a leap year because 1800 is not divisible by 400.
Answers: 3
question
Computers and Technology, 24.06.2019 01:30
Hazel has just finished adding pictures to her holiday newsletter. she decides to crop an image. what is cropping an image?
Answers: 1
You know the right answer?
Consider using a bitmap versus a linked list of free blocks. The disk contains a total of B blocks,...
Questions
question
Mathematics, 25.03.2021 01:00
question
Mathematics, 25.03.2021 01:00
question
Mathematics, 25.03.2021 01:00
question
Mathematics, 25.03.2021 01:00
question
Mathematics, 25.03.2021 01:00
question
Mathematics, 25.03.2021 01:00
question
Mathematics, 25.03.2021 01:00
question
English, 25.03.2021 01:00
Questions on the website: 13722361