Ask a question from expert

Ask now

Software for Call Centre Queue Management | Desklib

6 Pages611 Words425 Views
   

Added on  2019-09-16

About This Document

This article discusses the implementation of a call centre queue management software that helps track waiting calls, calculate average wait time and number of calls waiting. It includes a discussion on the use and implementation of various methods to store data, a specification for the data structure used, a working program in C++ using object-oriented techniques, and an evaluation of the program with suggestions for improvement.

Software for Call Centre Queue Management | Desklib

   Added on 2019-09-16

BookmarkShareRelated Documents
Assessed Learning OutcomesLO1. Synthesise and implement stacks, linked lists, sorting and queues.LO2. Compile and use abstract data types within programs.LO3. Evaluate algorithms in terms of efficiency and justify the selection of the most appropriate data structure or algorithm for a given problem.
Software for Call Centre Queue Management | Desklib_1
This is question 2 and I already sent you the code for this also, the code works fine only need a GUI menu display data with explanation how the code worksTask 2A bank has a call centre set up for customers and requires a piece of software to count and track waiting calls.The telephone system can only keep 20 calls on hold at any time.Once a call is made to the bank the following information is logged on a computer and put into a queue.Call numberTime calledQueue ID number The program will initially have no calls in memory. A basic menu screen will allow the user toperform the following operations: -1.Add data to the queue.2.Put call through to operator.3.Remove call from the queue (customer disconnect).4.Update queue.When a call comes in the data is added to the queue.If a call is at the top of the queue then it will be the next one to get a free operator.Some calls will be disconnected by the customer before they reach the top of the queue, your program should allow for this.On the menu screen you should also display the calls waiting and the time each call has been waiting.
Software for Call Centre Queue Management | Desklib_2
This information is then to be used to calculate an average number of calls waiting and also the average wait time for a call to be sent to an operator. This should also be shown on the screen.You may add additional functionality to the program if you consider it necessary.Task 2.1Discuss the use and implementation of various methods to store data and also discuss themethod you will use to create a working program which is best suited for this problem.Task 2.2You must produce a specification for the data structure used. Fully explain how you willimplement the data structure.Task 2.3Produce a working program in c++ which creates and uses your chosen algorithm for thisscenario. Each call is to be created as a new memory object using object orientatedtechniquesDocument and test the program and provide screenshots and a full code listing of yourprogram.Include any additional information necessary.Task 2.4Evaluate your program and suggest areas for improvement.
Software for Call Centre Queue Management | Desklib_3

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Data Structure & Algorithms Assignment
|15
|1956
|438

Console-based Program in Python: Assignment
|7
|3292
|411

Assignment | Console-based Program in Python 3
|7
|3311
|459

C# Desktop Application for Airplane Seat Assignment
|2
|524
|154

ICT167 Principles of Computer Science
|41
|3987
|234

Assignment on Data Structures and Algorithms (Doc)
|3
|1133
|304