Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please show calculation for both. (b) You have been asked to design a system to store up to 100,000 images in a picture library. For
Please show calculation for both.
(b) You have been asked to design a system to store up to 100,000 images in a picture library. For each image you need to store: - The image (4 Mbytes) - The title of the image (128 bytes) - A unique id for the image (4 bytes) - The date the image was added (8 bytes) - The ID of the person who uploaded the image (4 bytes) - A string of keywords for the image (128 bytes) - A textual description of the image (256 bytes) 2 (i) How much space (in MBytes) is required to store this data? Justify your answer. (ii) If you assume that you need to be able to address any byte in this data structure, how many bits would be required in the address? Justify yourStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started