Using linked list Part 1: Creating C structures to hold crucial information C structure to store course information Course name Course code Semester (Bonus: Choice to automatically create based on current date) Credit Grade C structure to store student information Name Surname Student ID (automatically created based on the current year, program ID, and order of registration, ex: 2023 01 0001 (could be in whatever format you wish)) An array of at most 20 courses taken (will be kept as course C structures) Graduated or Active Bonus: CGPA calculation based on course credits and grades Bonus: Status based on CGPA (ex: High honor, honor, etc.) C structure to store program/ department information These structures will initially be held in an array Program name (ex: Electrical and Electronics Engineering) Program ID, automatically created based on the order of input (ex: 1,2,3) An array of at most 20 students (will be kept as student C structures) Total number of students (automatically counted from array) Number of current students (# of current = total - # of graduated) Have menus and sub-menus to; Add and remove programs, students, or courses. Print the current lists of programs, students, or courses. Print program, student, or course information Bonus: Output all of this information to a file
Using linked list Part 1: Creating C structures to hold crucial information C structure to store course information Course name Course code Semester (Bonus: Choice to automatically create based on current date) Credit Grade C structure to store student information Name Surname Student ID (automatically created based on the current year, program ID, and order of registration, ex: 2023 01 0001 (could be in whatever format you wish)) An array of at most 20 courses taken (will be kept as course C structures) Graduated or Active Bonus: CGPA calculation based on course credits and grades Bonus: Status based on CGPA (ex: High honor, honor, etc.) C structure to store program/ department information These structures will initially be held in an array Program name (ex: Electrical and Electronics Engineering) Program ID, automatically created based on the order of input (ex: 1,2,3) An array of at most 20 students (will be kept as student C structures) Total number of students (automatically counted from array) Number of current students (# of current = total - # of graduated) Have menus and sub-menus to; Add and remove programs, students, or courses. Print the current lists of programs, students, or courses. Print program, student, or course information Bonus: Output all of this information to a file
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Using linked list
Part 1: Creating C structures to hold crucial information
- C structure to store course information
- Course name
- Course code
- Semester (Bonus: Choice to automatically create based on current date)
- Credit
- Grade
- C structure to store student information
- Name
- Surname
- Student ID (automatically created based on the current year,
program ID, and order of registration, ex: 2023 01 0001 (could be in whatever format you wish)) - An array of at most 20 courses taken (will be kept as course C structures)
- Graduated or Active
- Bonus: CGPA calculation based on course credits and grades
- Bonus: Status based on CGPA (ex: High honor, honor, etc.)
- C structure to store program/ department information
- These structures will initially be held in an array
- Program name (ex: Electrical and Electronics Engineering)
- Program ID, automatically created based on the order of input (ex: 1,2,3)
- An array of at most 20 students (will be kept as student C structures)
- Total number of students (automatically counted from array)
- Number of current students (# of current = total - # of graduated)
- Have menus and sub-menus to;
- Add and remove programs, students, or courses.
- Print the current lists of programs, students, or courses.
- Print program, student, or course information
- Bonus: Output all of this information to a file
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 4 steps with 5 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education