Chapter 10
Chapter 10
This study source was downloaded by 100000881699319 from CourseHero.com on 10-14-2024 17:06:11 GMT -05:00
https://www.coursehero.com/file/68941308/Chapter-10docx/
A. Static random access memory
11. The 4016 memory has a pin, an pin, and a pin. What are these pins used for in
this RAM? A. The G input cause a read, the W
input causes a write, and the S input selects the chip.
12. How much memory access time is required by the slowest 4016?
A. 250 ns
13. DRAM is an acronym for what type of device?
A. Dynamic random access memory.
14. The 256M DIMM has 28 address inputs, yet it is a 256M DRAM. Explain how a 28-
bit
memory address is forced into 14 address inputs.
A. The address inputs to many DRAMs are multiplexed so one address input accepts
two different address
bits, reducing the number of pins required to address memory in a DRAM.
15. What are the purposes of the and inputs of a DRAM?
A. These inputs strobe the column and row addresses into a DRAM.
16. How much time is required to refresh the typical DRAM?
A. Generally the amount of time is equal to a read cycle and represents only a small
amount of time in a modern memory system.
17. Why are memory address decoders important?
A. Memory rarely fills the entire memory, which requires some form of
decoder to select the memory device for a specific range of memory
addresses.
18. Modify the NAND gate decoder of Figure 10–13 to select the memory for address
range
DF800H–DFFFFH.
This study source was downloaded by 100000881699319 from CourseHero.com on 10-14-2024 17:06:11 GMT -05:00
https://www.coursehero.com/file/68941308/Chapter-10docx/
A.
19. Modify the NAND gate decoder in Figure 10–13 to select the memory for address
range
40000H–407FFH.
A
This study source was downloaded by 100000881699319 from CourseHero.com on 10-14-2024 17:06:11 GMT -05:00
https://www.coursehero.com/file/68941308/Chapter-10docx/
20. When the G1 input is high and both and are low, what happens to the outputs of
the 74HCT138 3-to-8 line decoder?
A. One of the eight outputs becomes a logic zero as dictated by the address inputs.
21. Modify the circuit of Figure 10–15 to address memory range 70000H–7FFFFH.
G2A G2B
CAS RAS
GSW
WE
OE
CS CE
A.
22. Modify the circuit of Figure 10–15 to address memory range 40000H–4FFFFH.
A.
23. Describe the 74LS139 decoder.
A. The 74LS139 is a dual 2-to-4 line decoder
24. What is VHDL?
A. Verilog hardware description language
25. What are the five major keywords in VHDL for the five major logic functions (AND,
OR,
This study source was downloaded by 100000881699319 from CourseHero.com on 10-14-2024 17:06:11 GMT -05:00
https://www.coursehero.com/file/68941308/Chapter-10docx/
NAND, NOR, and invert)?
A. and or nand nor not
26. Equations are placed in what major block of a VHDL program?
A. The architecture block between begin and end
27. Modify the circuit of Figure 10–19 by rewriting the PLD program to address
memory at
locations A0000H–BFFFFH for the ROM.
A. begin
ROM <= A19 or (not A18) or A17 or MIO;
RAM <= A18 and A17 and (not MIO);
AX19 <= not A19;
end V1;
28. The and minimum mode control signals are replaced by what two control signals
in
the 8086 maximum mode?
A.
29. Modify the circuit of Figure 10–20 to select memory at location 60000H–77FFFH.
A.
This study source was downloaded by 100000881699319 from CourseHero.com on 10-14-2024 17:06:11 GMT -05:00
https://www.coursehero.com/file/68941308/Chapter-10docx/
30. Modify the circuit of Figure 10–20 to select eight 27256 32K 8 EPROMs at
memory locations 40000H–7FFFFH.
A.
31. Add another decoder to the circuit of Figure 10–21 so that an additional eight
62256 SRAMs
are added at locations C0000H–FFFFFH.
A.
32. The 74LS636 error-correction and detection circuit stores a check code with each
byte of
data. How many bits are stored for the check code?
A. 5
33. What is the purpose of the SEF pin on the 74LS636?
A. Single bit error flag
34. The 74LS636 will correct ________ bits that are in error.
A. 1
35. Outline the major difference between the buses of the 8086 and 8088
microprocessors. A. The main differences
are the data bus size and the I/O, memory control signal.
This study source was downloaded by 100000881699319 from CourseHero.com on 10-14-2024 17:06:11 GMT -05:00
https://www.coursehero.com/file/68941308/Chapter-10docx/
36. What is the purpose of the and A0 pins on the 8086 microprocessor?
A. BHE selects the upper memory bank and A0 selects
the lower memory bank.
37. What is the pin and what other pin has it replaced?
A. Bank low enable has replaced the A0 pin.
38. What two methods are used to select the memory in the 8086 microprocessor?
A. Separate decoders and separate write signals
39. If is a logic 0, then the ________ memory bank is selected.
A. Upper memory bank
40. If A0 is a logic 0, then the ________ memory bank is selected.
A. Lower memory bank
41. Why don’t separate bank read ( ) strobes need to be developed when interfacing
memory
to the 8086?
A. It does not matter if 16-bit or 8-bit are read because the microprocessor
just ignores any data bus bits that are not needed.
42. Modify the circuit of Figure 10–30 so that the RAM is located at memory range
30000H–4FFFFH.
A.
43. Develop a 16-bit-wide memory interface that contains SRAM memory at locations
200000H–21FFFFH for the 80386SX microprocessor.
A.
This study source was downloaded by 100000881699319 from CourseHero.com on 10-14-2024 17:06:11 GMT -05:00
https://www.coursehero.com/file/68941308/Chapter-10docx/
44. Develop a 32-bit-wide memory interface that contains EPROM memory at
locations
FFFF0000H–FFFFFFFFH.
A.
This study source was downloaded by 100000881699319 from CourseHero.com on 10-14-2024 17:06:11 GMT -05:00
https://www.coursehero.com/file/68941308/Chapter-10docx/
45. Develop a 64-bit-wide memory for the Pentium–Core2 that contains EPROM at
locations
FFF00000H–FFFFFFFFH and SRAM at locations 00000000H–003FFFFFH.
A.
46. On the Internet, search for the largest size EEPROM you can find. List its size and
manufacturer. A.
47. What is an -only cycle?
A. . A cycle that does not read data, it only refreshes a row of memory.
48. Can a DRAM refresh be done while other sections of the memory operate?
A. Yes, as long as a memory location on the DRAM is not accessed.
49. If a 1M 1 DRAM requires 4 ms for a refresh and has 256 rows to be refreshed,
no more
than ________ of time must pass before another row is refreshed.
A. 15.625 µs
50. How wide is the data bus in the Intel Itanium?
A. 128 bits wide
51. Scour the Internet to find the largest DRAM currently available.
A.
52. Write a report on DDR memory. (Hint: Samsung makes them.)
A.
53. Write a report that details RAMBUS RAM. Try to determine why this technology
appears to
have fallen by the wayside.
A.
This study source was downloaded by 100000881699319 from CourseHero.com on 10-14-2024 17:06:11 GMT -05:00
https://www.coursehero.com/file/68941308/Chapter-10docx/
Powered by TCPDF (www.tcpdf.org)