subject

A disk contains a B blocks, F of which are free. A bitmap needs 1 bit for each block, both free and occupied. A linked list needs 2 integers for each free block to link together all free blocks. The bitmap and linked list occupy a dedicated portion of the disk. (a) Determine what fraction of blocks must be free such that the bitmap and the linked list occupy the same amount of disk space.
(b) Determine the same fraction as above when the linked-list method connects groups of adjacent blocks, rather than individual blocks. The average group size is 10 blocks. Each group needs 2 integers for the link and 1 integer to record the number of blocks in the group.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:00
Which of the following statements tests if students have a grade of 70 or above, as well as fewer than five absences? a: if(grade > = 70 and daysabsent < = 5): b: if(grade > = 70 or daysabsent < = 5): c: if(grade > 70 and daysabsent < = 5): d: if(grade > 70 or daysabsent < = 5): i took the test the answer is a
Answers: 1
question
Computers and Technology, 22.06.2019 17:00
Which of the following is not contained on the slide show toolbar? a. next button b. slide button c. close button d. pen tool
Answers: 1
question
Computers and Technology, 22.06.2019 23:30
What does 21 pilots middle aged name as a band 15 years prior to them naming their band 21 pilots?
Answers: 1
question
Computers and Technology, 23.06.2019 07:00
What are three software programs for mobile computing?
Answers: 1
You know the right answer?
A disk contains a B blocks, F of which are free. A bitmap needs 1 bit for each block, both free and...
Questions
Questions on the website: 13722361