Quiz 3 - Internal Memory, GDB Flashcards
Which type of memory is used for main memory?
What is a Hard Failure?
A permanent physical defect in memory
What is SDRAM?
Synchronous Dynamic Random Access Memory
What is ROM?
Memory that can only be read
If a charge is found within the capacitor of a memory cell, it is said to be what value?
1
In GDB how can a memory address 0x404036 be displayed in hex?
x/x 0x404036
How does DDR accomplish double data rates?
By using a higher clock rate on the bus
By synchronizing on the rising and falling edge of the clock
By using a buffering scheme
What are the primary error types in memory?
Soft Error
Hard Failure
What is the main component of a Static Ram cell?
Flip Flop
What makes DRAM dynamic?
The tendency for charge to leak away
T or F: ROM is volatile.
False
How is data placed into embedded ROM chips?
It is wired into the chip during fabrication
In GDB how can the contents of the registers be displayed?
________________ is cheaper, simpler, and smaller while ________________ is faster and more stable.
DRAM , SRAM
What makes SDRAM Synchronous?