Embedded System Memory Management MCQ Quiz – Objective Question with Answer for Embedded System Memory Management

21. What is the worst-case delay of the burst refresh in 4M by 1 DRAM?

A. 0.4ms
B. 0.2ms
C. 170ns
D. 180ns

Answer: B

A 4M by 1 DRAM has 1024 refresh cycles. The bursting delay will be 0.2ms that are, the worst-case delay is 1024 times larger than that of the single refresh cycle. The distributed delay is about 170ns.

 

22. Which refresh techniques depend on the size of time-critical code for calculating the refresh cycle?

A. burst refresh
B. distributed refresh
C. refresh cycle
D. software refresh

Answer: B

Most of the system uses the distributed method and depending on the size of the time-critical code, the number of refresh cycles can be calculated.

 

23. Which of the following uses a timer for the refresh technique?

A. RAS
B. CBR
C. software refresh
D. CAS

Answer: C

The software refresh acts by using a routine to periodically cycle through the memory and refresh. It uses a timer in the program to generate an interrupt. This interrupt performs the refreshing part in the DRAM.

 

24. What is the main disadvantage of the software refresh of the DRAM?

A. timer
B. delay
C. programming delay
D. debugging

Answer: D

Debugging in software refresh is very difficult to perform because they may stop the refreshing and if the refreshing is stopped, the contents get lost.

 

25. Which refresh technique is useful for low power consumption?

A. Software refresh
B. CBR
C. RAS
D. Burst refresh

Answer: B

CBR that is, CAS before RAS refresh is the one that is commonly used. It has low power consumption quality because it does not have an address bus and the buffers can be switched off. It is worked by using an internal address counter which is stored on the memory chip itself and this can be incremented periodically.

 

26. Which refreshing techniques generate a recycled address?

A. RAS
B. CBR
C. Distributed refresh
D. Software refresh

Answer: A

The row address is placed on the address bus and the column address is held off which generates the recycle address. The address generation is done by an external hardware controller.

 

27. Which of the following uses a software refresh in the DRAM?

A. 8086
B. 80386
C. Pentium
D. Apple II personal computer

Answer: D

The Apple II personal computer has a particular memory configuration, periodically the DRAM gets blocked and is used for video memory accessing to update the screen which can refresh the DRAM.

 

28. How do CBR works?

A. by asserting CAS before RAS
B. by asserting CAS after RAS
C. by asserting RAS before CAS
D. by asserting CAS only

Answer: A

CBR works by an internal address counter which is periodically incremented. The mechanism is based on CAS before RAS. Each time when RAS is asserted, the refresh cycle performs and the counter is incremented.

 

29. Which of the refresh circuit is similar to CBR?

A. software refresh
B. hidden refresh
C. burst refresh
D. distribute refresh

Answer: B

In the hidden refresh, the refresh cycle is added to the end of a normal read cycle. The RAS signal goes high and is then asserted low. At the end of the read cycle, the CAS is still asserted. This is similar to the CBR mechanism, that is, toggling of the RAS signal at the end of the read cycle starts a CBR refresh cycle.

 

30. Which technology is standardized in DRAM for determining the maximum time interval between the refresh cycle?

A. IEEE
B. RAPID
C. JEDEC
D. UNESCO

Answer: C

The maximum time interval between the refresh cycles is standardized by JEDEC, Joint Electron Device Engineering Council which is an independent semiconductor engineering trade organization. This standardized JEDEC in DRAM is specified in the manufacturer’s chip specification.

Scroll to Top