Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You currently work a junior software developer for a software development company that produces software for digital platforms. As you are part of the R&D
You currently work a junior software developer for a software development company that produces software for digital platforms. As you are part of the R&D team, your role includes investigation into new processes that can benefit the company. One area of research that you have been tasked with is the use of algorithms and how they can be used to build more efficient software. This will have an impact on the software developed as efficient and reliable software. The R\&D team has been asked to develop an Automated Scoreboard (ASB) system for the Jordan Collegiate Programming Contest (JCPC) to show the scores of the competing teams. The ASB system is supposed to be working according to the following rules: - Each competing team represents one Jordanian university and consists of three students. - Each team has a unique Name and a unique ID. - When a certain team solves a question correctly, the ASB system records the score of that question for the team and records the calculated time taken by the team to solve the question. - The ASB system supposed to display the results of the different competing teams in a sorted way, showing the team with the highest score first then the team with next highest score, and so on. - The winning team is the one that solves the maximum number of questions correctly within a minimum amount of time. - The contest is supposed to last for 5 hours ( 300 minutes), where 10 competing teams are trying to correctly solve 10 questions. - Following is an output sample of the ASB system: - The answered teams, questions and elapsed time are calculated using random generated 1.3 There are many algorithms that are used to solve variety of problems. The development of ASB systems is one of the most interesting fields that utilizes algorithms significantly. Write an algorithm for the ASB system that you are asked to develop and describe the steps of your algorithm in pseudo code or flowchart. 1.4 Create a fully working and documented executable source (in Java) of your ASB application that implements the algorithm that you have developed
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started