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

11. Which package has high memory speed and changes in the supply?

A. DIP
B. SIMM
C. DIMM
D. zig-zag

Answer: C

DIMM is a special version of SIMM which is a 168-bits wider bus and looks similar to a larger SIMM. The wider bus increases the memory speed and change in supply voltage.

 

12. Which is a subassembly package?

A. dual-in-line
B. zig-zag
C. simm
D. ceramic shell

Answer: C

The SIMM is basically a subassembly, not a package. It is a small board that possesses a finger connection on the bottom and sufficient memory on the board in order to make up the required configuration.

 

13. What is the required voltage of DIMM?

A. 2V
B. 2.2V
C. 5V
D. 3.3V

Answer: D

For increasing the speed and reducing the power consumption, it is necessary to reduce the power supply. Today’s CPUs and memories have a 3.3V supply or even lower instead of the signal level from 0 to 5V. DIMMs are described by their voltage, speed, and memory type respectively as 3.3V 133MHz SDRAM DIMM.

 

14. Which memory package has a single row of pins?

A. SIMM
B. DIP
C. SIP
D. zig-zag

Answer: C

The Single-in-line package is the same as that of SIMM, in which the finger connections are replaced by a single row of pins. SIP took the popularity of SIMM but nowadays it is rarely seen.

 

15. What is the access time of MCM51000AP10?

A. 100ns
B. 80ns
C. 60ns
D. 40ns

Answer: A

The access time of the memory is defined as the maximum time taken by the chip to read/write data and it is very important to match the access time to the design. For example, MCM51000AP10 has a 100ns access time for the memory.

 

16. Which is the very basic technique of refreshing DRAM?

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

Answer: A

The DRAM needs to be periodically refreshed and the very basic technique is a special refresh cycle, during these cycles no other access is permitted. The whole chip is refreshed within a particular time period otherwise, the data will be lost.

 

17. How is the refresh rate calculated?

A. by refresh time
B. by the refresh cycle
C. by refresh cycle and refresh time
D. refresh frequency and refresh cycle

Answer: C

The time required for refreshing the whole chip is known as refresh time. The number of access needed to complete refresh is called the number of cycles. The number of cycles divided by the refresh time gives the refresh rate.

 

18. Which is the commonly used refresh rate?

A. 125 microseconds
B. 120 microseconds
C. 130 microseconds
D. 135 microseconds

Answer: A

There are two refresh rates used in common. They are a standard refresh rate of 15.6 microseconds and 125 microseconds which is the extended form.

 

19. How can we calculate the length of the refresh cycle?

A. twice normal access
B. thrice of normal access
C. five times normal access
D. six times of normal access

Answer: A

Each of the refresh cycles is approximate twice the length of the normal access, for example, a 70ns DRAM has a refresh cycle time of 130ns.

 

20. What type of error occurs in the refresh cycle of the DRAM?

A. errors in data
B. power loss
C. timing issues
D. not accessing data

Answer: C

When the refresh cycle in a DRAM is running, it will not access data, so the processor will have to wait for its data. This arises some timing issues.

Scroll to Top