Embedded System Structure MCQ Quiz – Objective Question with Answer for Embedded System Structure

61. 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.

 

62. 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.

 

63. 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.

 

64. 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.

 

65. 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.

 

66. 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 approximately twice the length of the normal access, for example, a 70ns DRAM has a refresh cycle time of 130ns.

 

67. 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.

 

68. 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.

 

69. 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.

 

70. 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.

 

71. 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.

 

72. 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.

 

73. 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.

 

74. 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.

 

75. 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.

 

76. 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.

 

77. 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.

 

78. 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.

 

79. 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.

 

80. 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.

Scroll to Top