Home » Computer Organization and Architecture » Computer organization and architecture miscellaneous » Question

Computer organization and architecture miscellaneous

Computer Organization and Architecture

  1. Consider a main memory system that consists of 8 memory modules attached to the system bus, which is one word wide. When a write request is made, the bus is occupied for 100 nanoseconds (ns) by the data, address, and control signals. During the same 100 ns, and for 500 ns thereafter, the addressed memory module executes one cycle accepting
    and storing the data. The (internal) operation of different memory modules may overlap in time, but only one request can be on the bus at any time. The maximum number of stores (of one word each) that can be initiated in 1 millisecond is _______
    1. 100
    2. 10
    3. 10000
    4. 110
Correct Option: C

Each write request, the basic occupied for 100 ns Storing the data requires 100 ns.
In 100 ns – 1 store

100
→ 1 store
106

1 ms =
106
stores = 10000 stores
100



Your comments will be displayed only after manual approval.