Input Output and Memory devices
Chapter 2 Input Output and Memory devices (Important repeated questions from previous year question papers) 1. Define Cache Memory?(Model Question paper) The cache is a small amount of high speed memory present between primary memory and CPU.It holds the most recent data and instructions There are two levels of cache memory, L1 and L2. L1 is present inside the CPU and L2 on mother board 2.Different types of ROM?(Board Exam 2018) PROM (Programmable read-only memory) – It can be programmed by user. Once programmed, the data and instructions in it cannot be changed. EPROM (Erasable Programmable read only memory) – It can be reprogrammed. To erase data from it, expose it to ultra violet light. To reprogram it, erase all the previous data. EEPROM (Electrically erasable programmable read only memory) – The data can be erased by applying electric field, no need of ultra violet light. We can erase only portions of the chip. 2. Compare RAM and ROM. RAM stands ...