Fixed memory exercise.
This commit is contained in:
parent
3443356e69
commit
f2f87836a0
@ -1,11 +1,11 @@
|
|||||||
1) DDR3-800 Triple Canal
|
1) DDR3-800 Triple Canal
|
||||||
800 * 64 / 8 = 6400 MB/s => PC(3)-6400
|
800 * 64 * 3 / 8 = 19200 MB/s => PC(3)-19200
|
||||||
MTTR = 6400 MB/s
|
MTTR = 19200 MB/s
|
||||||
Externo: 800/2 = 400 MHz
|
Externo: 800/2 = 400 MHz
|
||||||
Interno: 800/8 = 100 MHz
|
Interno: 800/8 = 100 MHz
|
||||||
|
|
||||||
2) DDR2-400 Dual canal
|
2) DDR2-400 Dual canal
|
||||||
400 * 64 / 8 = 3200 MB/s
|
400 * 64 * 2 / 8 = 6400 MB/s => PC(2)-6400
|
||||||
MTTR = 3200 MB/s
|
MTTR = 6400 MB/s
|
||||||
Externo: 400/2 = 200 MHz
|
Externo: 400/2 = 200 MHz
|
||||||
Interno: 400/4 = 100 MHz
|
Interno: 400/4 = 100 MHz
|
||||||
|
Loading…
Reference in New Issue
Block a user