The answer is the Kernel.
In computing, the Kernel's job is to manage the I/O requests from the software on your computer and converts them into data processing instructions for the CPU (Central Processing Unit) and the rest of the electronic components of a computer.
yessir i like 2 better cause the plot is better
Answer:
10 bits
Explanation:
Cache size = 32 KB
We were also given that it is 2 way set associative
Block size = 16 bytes = 2^4 = 4 bits for offset
Number of blocks = cache size / block size = (32*2^10) / 16
=2^11
Hence, index = number of blocks / 2 (since 2 way associative)
=(2^11)/2 = 2^10 = 10 bits for index
A.all of the above it is correct
Explanation:
A class is called an object factory because objects are created from a class. An object is an instance of a class.