In: Computer Science
1. Give around 7 examples of where you would find embedded computers. These can be at home or at school even work.
2. Say you are a CIO of some sort of firm, what factors would you consider when you are selecting secondary storage media for your companys records?
3. Which is faster and why? CPU to Cache communication or CPU to RAM communication
1. Example of embedded computers:
2. Considerations for selecting secondary storage:
3. CPU to cache communication is faster than CPU to RAM communication. The cache is embedded in the CPU (assuming L1 cache here; in some cases L2 cache too is embedded in the CPU chip), hence, it takes less time to access the cache than RAM. According to some benchmarks, L1 access takes about 2 ns, compared to 60 ns for accessing RAM.
Please provide feedback for the answer.