1 / 12

SUN BANK SIMULATION

SUN BANK SIMULATION. By SUN LABS. IDEA OF THE PROGRAM: The Program shows the time simulation of at what time customer gets in the Queue and how much time does it takes for the customer to reach the counter for its request to be processed, and then how much time customer spends on the counter.

ila-ross
Télécharger la présentation

SUN BANK SIMULATION

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SUN BANK SIMULATION By SUN LABS

  2. IDEA OF THE PROGRAM: • The Program shows the time simulation of at what time customer gets in the Queue and how much time does it takes for the customer to reach the counter for its request to be processed, and then how much time customer spends on the counter. • The Customers are being processed in FIFO structure to maintain the Queue.

  3. Data Structure : Queue • What is a Queue ? • Queue is way to Organize Data in a FIFO (First in First Out) Format • Operations of Queue • Enqueue • Dequeue • Clone

  4. Operations of Queue • Enqueue: • It allows to Insert an item / member in the Queue • It uses Class’s Object as a reference • Dequeue: • It Allows to Remove an Item / member from the Queue following the FIFO format • Clone: • It Copies the Queue in another Queue Keeping all its Properties and members same

  5. Implementation of Queue • Add to Queue: • Members are Added in the Queue by filling up the Text Fields and pressing Add to Queue button. • Members are Placed at the End of Queue for FIFO structure to be followed • Process: • Sends you to the Processing Counter for User Information to be Processed using Queue Structure.

  6. Processing a Queue • Dequeue: • Members are Deleted From the Queue and place their values in text fields to be processed • Save: • Make two files • First with the name of customer with their account details in it. • Second Named as Dequeue keeping the Record of user with their time taken to Process their requests • Timer: • It calculates the time taken by taken by each customer since their arrival till their request is being processed.

  7. File views

More Related