DRAM Interface MCQ Quiz – Objective Question with Answer for DRAM Interface

1. In which pin does the data appear in the basic DRAM interfacing?

A. doubt pin
B. din pin
C. clock
D. interrupt pin

Answer: A

In the basic DRAM interfacing, the higher-order bits assert the RAS signal and the lower-order bits assert the CAS signal. When the access got expired, the data appears on the doubt pin and is latched by the processor.

 

2. What is the duration for memory refresh to remain compatible?

A. 20 microseconds
B. 12 microseconds
C. 15 microseconds
D. 10 microseconds

Answer: C

The memory refresh is performed every 15 microseconds to remain compatible.

 

3. Which interfacing method lowers the speed of the processor?

A. basic DRAM interface
B. page mode interface
C. page interleaving
D. burst mode interface

Answer: A

The direct method access limits the wait state-free operation which lowers the processor speed.

 

4. What is EDO RAM?

A. extreme data operation
B. extended direct operation
C. extended data out
D. extended DRAM out

Answer: C

EDO RAM is a special kind of random access memory that can improve the time to read from the memory on faster microprocessors. An example of such a microprocessor is Intel Pentium.

 

5. What is RDRAM?

A. refresh DRAM
B. recycle DRAM
C. Rambus DRAM
D. refreshing DRAM

Answer: C

Rambus DRAM is a synchronous memory developed by Rambus. It can replace SDRAM and is useful in high bandwidth applications.

 

6. Which of the following can transfer up to 1.6 billion bytes per second?

A. DRAM
B. RDRAM
C. EDO RAM
D. SDRAM

Answer: B

The Rambus RAM can transfer up to 1.6 billion bytes per second. It possesses a RAM controller, a bus that connects the microprocessor and the device, and random access memory.

 

7. Which of the following cycle is larger than the access time?

A. write cycle
B. set up a time
C. read cycle
D. hold time

Answer: C

The read cycle in the DRAM interfacing is larger than the access time because of the precharge time.

 

8. Which mode of operation selects an internal page of memory in the DRAM interfacing?

A. page interleaving
B. page mode
C. burst mode
D. EDO RAM

Answer: B

In the page mode operation, the row address is provided as normal but the RAS signal is left asserted. This, in turn, selects an internal page within the DRAM memory where any bit of data can be accessed by placing the column address and asserting CAS.

 

9. What is the maximum time that the RAS signal can be asserted in the page mode operation?

A. 5 microseconds
B. 10 microseconds
C. 15 microseconds
D. 20 microseconds

Answer: B

The maximum time that the RAS signal can be asserted during the page mode operation is about 10 microseconds. But this is a major disadvantage for page mode operation, that is, the standard PCs have a maximum time of 15 microseconds for the refresh cycle.

 

10. Which of the following mode of operation in the DRAM interfacing has a page boundary?

A. burst mode
B. EDO RAM
C. page mode
D. page interleaving

Answer: C

The page mode operation has memory cycles that exhibit some form of locality, that is, stay within the page boundary which causes the page missing when there is access outside the page boundary and two or more wait states.

 

11. Which mode offers the banking of memory in the DRAM interfacing technique?

A. page mode
B. basic DRAM interfacing
C. page interleaving
D. burst mode

Answer: C

The accessing of data outside the page boundary can cause the missing pages in the page mode operation. So a program has to operate for frequently accessing data thereby, increasing the efficiency in the page selection. One such model is the page interleaving mode in which the memory is divided into different banks, depending on the number of memories installed.

 

12. Which of the following has a fast page mode RAM?
A. burst mode
B. page interleaving
C. EDO memory
D. page mode

Answer: C

Extended data out memory is a fast page mode RAM that has a faster cycling process which makes EDO memory a faster page mode access.

 

13. Which mode reduces the need for fast static RAMs?
A. page mode
B. page interleaving
C. burst mode
D. EDO memory

Answer: C

The page mode and nibble mode devices can provide data fastly when the new column address is given. In burst mode operation, the processor can fetch more data than it needs and keeps the remaining data in an internal cache for future use which can reduce the need for fast static RAMs.

 

14. Which of the following is also known as hyper page mode enabled DRAM?

A. page mode
B. EDO DRAM
C. burst EDO DRAM
D. page interleaving

Answer: B

The EDO DRAM is also known as hyper page mode enables DRAM because of the faster page mode operation along with some additional features.

 

15. What does BEDO DRAM stand for?

A. burst EDO DRAM
B. buffer EDO DRAM
C. BIBO EDO DRAM
D. bilateral EDO DRAM

Answer: A

The burst EDO DRAM is evolved from the EDO DRAM and it can access four memory addresses in one burst. It also supports pipeline stages which allow the page access cycle into two parts.

Scroll to Top