Learning Goal: I’m working on a c++ question and need an explanation and answer

Learning Goal: I’m working on a c++ question and need an explanation and answer to help me learn.Project Two Guidelines and RubricCompetencyIn this project, you will demonstrate your mastery of the following competency:Develop code using algorithms and data structures to solve basic programming problems
ScenarioThe academic advisors in the Computer Science department at ABCU are very happy with the planning and design you have completed for the advising assistance software. They have decided they would like you to move forward with writing the code for the application so the department advisors can start using this to help when they talk with students.DirectionsAll of your coding will be completed in the integrated development environment (IDE). Additional references on the use of this IDE are linked in the Supporting Materials section. As you begin coding, you will be using the data structure that you recommended in Project One to complete the following.Input: Design code to correctly read the course data file. The program you will submit will be a command-line program written in C++. You will prompt the user to ask for the file name that contains the course data and read that file into course objects that are stored in your chosen data structure. Your data structure will hold course objects.
Menu: Design code to create a menu that prompts a user for menu options. The menu should include the following options:Load Data Structure: Load the file data into the data structure. Note that before you can print the course information or the sorted list of courses, you must load the data into the data structure.
Print Course List: This will print an alphanumeric list of all the courses in the Computer Science department.
Print Course: This will print the course title and the prerequisites for any individual course.
Exit: This will exit you out of the program.
Loading Data Structure: Develop working code to load data from the file into the data structure.
Course List: Develop working code to sort and print out a list of the courses in the Computer Science program in alphanumeric order (including all math courses). To print out a course list, use the pseudocode you created previously to guide your work. Then, create code that will allow advisers to print a course list in alphanumeric order. Remember that this code should do the following:Sort the course information alphanumerically from lowest to highest.
Print the sorted list to a display.
Course Information: Develop working code to print course information. This code should allow users to look up a course and print out information about its title and prerequisites. Your program will need to prompt the user to enter the courseNumber. You will then print out the name of the course along with the prerequisite courseNumbers and titles. See Project Two Sample Program Output in the Supporting Documents section.
Industry Standard Best Practices: Apply industry standard best practices in code design. Your program should display an error message when user input does not fall within parameters. You should also use in-line comments and appropriate naming conventions to enhance readability and maintainability.
What to SubmitTo complete this project, you must submit the following:Advising Assistance ProgramSubmit all of your C++ code that is needed to implement the project in a single ZIP file. Make sure the code compiles and runs.Supporting MaterialsThe following resources may help support your work on the project:Course InformationThis document outlines the courses and pathway you will be designing for.ABCU Advising Program InputThis file contains all of the course information you will need to run your program. The text is written in comma-separated values for the fields that include course number, course title, and prerequisites. The course number and title will be on every line in the file, but a course may have 0, 1, or more prerequisites. A prerequisite will be listed with its course number.Project Two Sample Program OutputThis file shows an example of the kind of output you would expect from the program you are designing.Project Two RubricCriteriaExemplary (100%)Proficient (85%)Needs Improvement (55%)Not Evident (0%)ValueInputExceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative mannerDesigns code to correctly read a data fileShows progress toward proficiency, but with errors or omissions; areas for improvement may include taking care of missing filesDoes not attempt criterion15MenuExceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative mannerCreates a menu that prompts a user for appropriate inputShows progress toward proficiency, but with errors or omissions; areas for improvement may include ensuring the output matches exactly what is provided in the sampleDoes not attempt criterion15Loading Data StructureExceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative mannerDevelops code to load file data into the data structureShows progress toward proficiency, but with errors or omissions; areas for improvement may include displaying the prerequisites correctly or functioning correctly with multiple input filesDoes not attempt criterion20Course ListExceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative mannerDevelops the appropriate algorithm to print out a sorted list of data from a data structureShows progress toward proficiency, but with errors or omissions; areas for improvement may include properly sorting the list of coursesDoes not attempt criterion20Course InformationExceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative mannerDevelops the appropriate algorithm that looks up a course using an appropriate data structureShows progress toward proficiency, but with errors or omissions; areas for improvement may include properly displaying the course informationDoes not attempt criterion20Industry Standard Best PracticesExceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative mannerApplies industry standard best practices in code designShows progress toward proficiency, but with errors or omissions; areas for improvement may include adding more comments, naming all variables by convention, or displaying an error message when user input does not fall within parametersDoes not attempt criterion10Total:100%Requirements: n/a | .doc file | C++
Requirements: 1500

Posted in Uncategorized

Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount