In an event-driven simulation of a bank, which of the following equations can be used to determine the time of a customer’s departure?

a) time of next departure = current time – arrival time
b) time of next departure = time service begins + length of transaction
c) time of next departure = arrival time + length of transaction
d) time of next departure = current time – (arrival time + time service begins)

b.

Computer Science & Information Technology

You might also like to view...

A depends on B and B depends on C, thus A implies C. If C is a candidate key and B is not a candidate key, this is a(n) ________

A) atomic record B) partial dependency C) determinate D) transitive dependency

Computer Science & Information Technology

Name two important features of fail-safe programming.

What will be an ideal response?

Computer Science & Information Technology