Case studies are to be solved using following steps Step 1 – Formulation of the problem Step 2 – Choice of variables and

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Case studies are to be solved using following steps Step 1 – Formulation of the problem Step 2 – Choice of variables and

Post by answerhappygod »

Case studies are to be solved using following steps
Step 1 – Formulation of the problem
Step 2 – Choice of variables and appropriate data structures
Step 3 – Choice of Algorithms
Step 4 – Implementation of solution
Step 5 – Validation
Read the case study: Currently our country has been hit by theCovid 19 pandemic and it affects the majority of sectors, includingthe education sectors. For higher institutions, students wererequired to do their learning via online instead of coming toclass. However, since the pandemic situation improves, all learninginstitutions have started the transition from online learning tophysical learning. This includes INTI College. You are required todesign an internal system for DITN program of School of Engineeringand Computing lecturers to record the transition process betweenonline learning to physical learning for audit purposes. Yoursystem should be able to identify initial information such aslecturer name, class and subjects, and number of students. Based onthe current long semester which has 16 weeks of classes, the systemallows the lecturer to record whether a subject is applying onlinelearning or physical learning for a particular week. It means thesystem also records which week that he/she will start to transitionthe subject to physical learning. Then, the system will identifynumber of weeks for online learning and number of weeks forphysical learning (which total up to 16 weeks). If changes need tobe done, the system will be able to do so. Provide records forthree lecturers for this case study. The system should be able todisplay the percentage between online and physical learning for alecturer and for each subject. In summary, the system can add,edit, delete, search and display all the required informationabove. You are allowed to add more information other than stated ifit may improves the system.
Rules:
Compulsory data structures to be applied:
• Class diagram
• Separate header files and implementation files
• Dynamic array
• Functions
• Classes / Struct
Choose ONE from the ADT below with operations (add, edit,delete, and search):
• Linked lists
• Stacks
• Queue
DO IN C++
I NEED TYPE CODE AND SCREENSHOT OUTPUT
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply