Which sequence of operation can be completed faster


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 ?

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Which sequence of operation can be completed faster
Reference No:- TGS0107535

Expected delivery within 24 Hours