Question
9. High-spee d mesmory that reduces the freqaeney of access by the CPU to conventional memory is called a. local memory b. e. systema memory d. virtual memory 10. Why are device drivers needed, a. deviee drivers allow for the introduction of new devices b. deviee drivers have faster performance than BIOS programs d. device drivers have more direct aceess to hardware than BIOS programs programs are only used by the operating system ia Real-address mode 11. If you wanted to find out whether an integer contained an even namber of 1 bits, which status flag would be useful? a carry b. overflow e. sign d parity 12. Within the CPU, all calculations and logie operations take place inside the a. registers b. ALU e. cu d. MBU 13. The three (3) types of beses connected to the CPU ar a. data, address, control b. data, system, address e. address, control, memory d. fetch-decode, control, execution 14. During which phase of the instruetion execution cycle is the program couster incrensented? a. decode b. execute e. operand fetch d. feteh 15, The four (4) parts of a CPU are a. data bus, memory unit, control unit, arithmetic logie unit b. address bus, registers, controel unit, arithmetic kgk unit c. clock, memory unit, comtrol unit, instruction fetch unie d. clock, registers, costrol unit, arithmetic logic usit 16. What is the name of the time delay in a CPU caused by differences between the speed of the CPU, the systems bus, and memery circuits? a wait eyele b. wait state c dead cycle d. memory write cycle Page 2 of S
Explanation / Answer
If you post more than 1 question, as per chegg guidelines I have to solve only first question.
Ques 9. Answer : cache memoy
Cache memory is a special type of RAM which is very vary fast as compared to the normal RAM or main memory. It is used to improve the performance of computer. What actually happens is that the CPU first checks the cache of the data is present in it, then it uses the data and since the cache memory is very fast, the process is completed in very less time. If the data is not found in cache, then CPU looks in the main memory.