Consider a 16M × 1 DRAM chip.
The notation used below is:
- read 100 is a read operation that reads one bit from address 100
- write 350 is a write operation that writes one bit from address 350
(addresses specified in base 10).
2 possible sequences of operations are performed:
A) read 740, read 7550, read 155560
B) write 740, write 7550, write 155560
Which sequence of operations (A or B) can be completed faster ? Why ?