Answer:
1. 2588672 bits
2. 4308992 bits
3. The larger the data size of the cache, the larger the area of memory you will need to "search" making the access time and performance slower than the a cache with a smaller data size.
Explanation:
1. Number of bits in the first cache
Using the formula: (2^index bits) * (valid bits + tag bits + (data bits * 2^offset bits))
total bits = 2^15 (1+14+(32*2^1)) = 2588672 bits
2. Number of bits in the Cache with 16 word blocks
Using the formula: (2^index bits) * (valid bits + tag bits + (data bits * 2^offset bits))
total bits = 2^13(1 +13+(32*2^4)) = 4308992 bits
3. Caches are used to help achieve good performance with slow main memories. However, due to architectural limitations of cache, larger data size of cache are not as effective than the smaller data size. A larger cache will have a lower miss rate and a higher delay. The larger the data size of the cache, the larger the area of memory you will need to "search" making the access time and performance slower than the a cache with a smaller data size.
The central processing unit (CPU<span>) </span>works in conjunction<span> with </span><span>______ to perform processing</span>
Answer:
C
Explanation:
Putting all government forms on the city web site is the least activity likely to be effective in the purpose of reducing digital divide.
Holding basic computer classes at the community centers will very much help to reduce the digital divide.
Providing free wireless internet connections at locations in low-income neighborhood will also reduce the gap of digital divide
Requiring that every city school has computers that meet a minimum hardware and software will made computing resources available to users thereby reducing digital divide.
If we are talking about a simple North American Keyboard, The answer would be F1 to F12
Hope this Helps!!!
Answer:
machine language uses binary code and assembly language uses mnemonic codes to write a program.
Explanation:
In a nutshell, machine language uses binary code, which is almost impossible for humans to decipher, whereas assembly language uses mnemonic codes to write a program. Mnemonic codes make it simpler for humans to understand or remember something, and so make the language a bit easier for humans to use than machine code.