At exactly noon on a particular day, 100 people at 100 different ATM terminals attempt to withdraw cash from their bank accounts at the same bank. Suppose their transactions are run sequentially and each transaction takes .25 seconds of compute and I/O time. Estimate howlong it takes to execute all 100 transactions and what the average response time is for all 100 customers.

What will be an ideal response?

The average response time
= (0.25 + 0.50 + 0.75 + ... + 25.00)/100
= 12.825 (seconds)

Computer Science & Information Technology

You might also like to view...

All of the following are only used if you are creating and managing your own tables EXCEPT:

A) Join Type. B) Cascade Update Related Fields. C) Cascade Delete Related Records. D) Enforce Referential Integrity.

Computer Science & Information Technology

Sparklines give a visual trend summary alongside your data

Indicate whether the statement is true or false

Computer Science & Information Technology