Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Note: Forthisproject youaregoingtofurtherdevelop yourassignmenttwocode and you can click/go through the link given below to access a completed assignment two code (NetBeans project). link : https://drive.google.com/file/d/1_BWi1Vdho7h_k9LwjzmR21GfGn5u7Xlp/view?usp=sharing

Note: Forthisproject youaregoingtofurtherdevelop yourassignmenttwocode and you can click/go through the link given below to access a completed assignment two code (NetBeans project).

link: https://drive.google.com/file/d/1_BWi1Vdho7h_k9LwjzmR21GfGn5u7Xlp/view?usp=sharing

ProjectDetails

Program

Forthisproject youaregoingtofurtherdevelop yourassignmenttwocode.

  • For starter, implement a searching and sorting method in your assignment two program so user cansearchandsorttherecords.Youneedtoextend theassignmenttwomenuoptions to add searching and sorting option and then program searching, and sorting method linked to the new menuoptions. You shouldensure at leastone student's record has been entered and giveanappropriateerror messageifittherearenostudents recordenteredandforthesorting option you must ensure at least twostudent records have been entered.
  1. Search forastudent recordbasedontheirnameandID.Youcanjustuseasimple linearsearchwhichwillbecaseinsensitive.Ifthesearch issuccessful display the details aboutthe student record as below. Ifthe search is unsuccessful display an appropriate message.
  2. youwillsorttherecords alphabetically(ignorecase)bythestudent'snameandID, you can use any sorting algorithm which you like, do not use any in-built sort methods. Display the sorted list after the sort is finished.

  • After finish codingsearching and sorting, identify three more functionalitiesthat may improve the grading system. For example, you may develop a unit/course/enrolment functionalitytolinkitwiththegrading system.Explain eachofthefunctionalitiesin details and what improvements would they bring to the system.
  • Preparepseudocodefortheproposed threefunctionalities

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions