Chapter 1 Flashcards
(157 cards)
How is double-sided memory treated by the system?
As two different memory modules
How many bits of memory are transferred over a standard single memory bank at a time?
64 bits
If a dual-channel memory controller coordinates two memory banks of 64 bits, how many total bits of memory are communicated at a time?
128 bits
If a triple-channel memory controller coordinates three memory banks of 64 bits, how many total bits of memory are communicated at a time?
192 bits
If a quad-channel memory controller coordinates four memory banks of 64 bits, how many total bits of memory are communicated at a time?
256 bits
How do you insert a SIMM (memory module) into a slot?
Insert at a 45 degree angle then maneuver upright to 90 degrees. Then it can be locked in place using clips
How do you insert a DIMM (memory module) into a slot?
Straight into the slot with the locking tabs pulled away from the module. The tabs will automatically snap into place. To remove, simply pull the tabs away to release the module from the slot
When is an ECC algorithm performed?
Whenever the memory is accessed
If there is an error in 3/8 bits of a byte, what will ECC do?
It will not recognise any error
If there is an error in 1/8 bits of a byte, what will ECC do?
It will recognise and correct the error
If there is an error in 2/8 bits of a byte, what will ECC do?
It will recognise but not correct the error
If an ECC algorithm results in all 0s, what will ECC do?
It will pass with no errors recognised
How many bits are present in parity checking in the middle of an algorithm being performed - after transmitting and before receiving?
Nine - an extra bit has been added and will be removed at the receiving end to check the data
How does even parity checking work?
Even parity checking works by storing a 1 in the ninth bit if bits 1-8 are odd; if bits 1-8 are even it will store a 0 in the ninth bit. The 1 triggers an error
How does odd parity checking work?
Odd parity checking works by storing a 0 in the ninth bit if bits 1-8 are even; if bits 1-8 are even it will store a 1 in the ninth bit. The 0 triggers an error
How does parity checking correct an error?
It doesn’t, only shows an error
How does mark parity checking work?
It always stores a 1 in the parity bit; it does not return an error but can be checked
How does space parity checking work
It always stores a 0 in the parity bit; it does not return an error but can be checked
How is parity checking mostly used?
For large scale failures
Where do you find the files for virtual RAM?
At c:\pagefile.sys
When is virtual RAM used?
When lacking primary memory for requests from newly launched applications
Is virtual RAM a good option for regular use?
No, it can slow the whole system. More physical memory should be added if additional primary memory is needed regularly
How is throughput calculated for SDR SDRAM? e.g. 100MHz
8x[rating in name] = 800MBps (throughput is in megabytes per second)
How does SDR SDRAM work?
By transmitting 1 bit of data per data pin for every clock tick