1. What is byte? Ans. Byte is the basic storage unit of computer memory and consists of eight bits. One character stored in the computer memory occupies one byte memory.
2. Write the full form of ROM and RAM.
Ans. RAM stands for Random Access Memory and ROM stands for Read Only Memory.
3. Name different types of ROM.
Ans. The different types of ROM are PROM, EPROM and EEPROM. • PROM: Programmable Read Only Memory • EPROM: Erasable Programmable Read Only Memory • EEPROM: Electrically Erasable Programmable Read Only Memory
4. Write one difference between PROM and EPROM.
Ans. PROM is not reusable as it can be written only once. Whereas, EPROM is a reusable ROM as it can be erased and re-written by UV light.
5. What is memory access time?
Ans. Access time is the amount of time it takes the processor to read data, instructions and information from memory. E. Long Answer Questions.
1. Explain the term ‘Memory’.
Ans. Computer memory consists of one or more chips on the motherboard that store instructions waiting to be executed by the processor, data needed by those instructions, and the result of processing the data.
2. What is the difference between ROM and RAM?
Ans. Both ROM (Read Only Memory) and RAM (Random Access Memory) are primary memory of the computer. ROM (Read Only Memory) RAM (Random Access Memory) 1. Non-volatile 1. Volatile 2. Data is permanent. 2. Data is temporary. 3. ROM is slower in speed. 3. RAM is faster in speed 4. RAM is read-write memory 4. ROM is read-only memory and and therefore, data can be we cannot modify the data. modified.
3. Explain different type of ROM.
Ans. The different types of ROM are PROM, EPROM and EEPROM. PROM: Programmable Read Only Memory is also a non-volatile memory on which data can be written only once. Once a program has been written onto a PROM, it remains there forever. EPROM: Erasable Programmable Read Only Memory is a special type of memory that serves as a PROM, but the content can be erased using ultraviolet rays. EEPROM: Electrically Erasable Programmable Read Only Memory is a special type of PROM that can be erased by exposing it to an electrical charge. 4. What is the requirement of RAM in a computer? Ans. The amount of RAM a computer requires depends on the types of applications we plan to use on the computer. More the RAM, the faster the computer will respond.
5. Explain the purpose of cache in the computer.
Ans. Cache memory is a small high-speed memory built directly in the microprocessor chip. It increases the speed of the computer by storing the frequently used data and instructions in the microprocessor itself.
F. Give full forms of:
(i) RAM: Random Access Memory (ii) ROM: Read Only Memory (iii) MRAM: Magnetoresistive Random Access Memory (iv) SIMM: Single Inline Memory Module