Creating C structures to hold crucial information  C structure to store course information  Course name  Course code  Semester   Credit

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter8: Arrays
Section: Chapter Questions
Problem 4E
icon
Related questions
Question

his semester you are asked to create a student database and registration tool for a university. You will be working in groups of two.  

 

Creating C structures to hold crucial information 

C structure to store course information 

  • Course name 
  • Course code 
  • Semester  
  • 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
  • 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 

Convert the above program to work with linked-lists! 

  • Programs should be kept in a linked-list 
  • Program structures should have pointers to lists of students 
  • Students may have pointers to lists of courses (the maximum number of courses is set to 20, so this is not mandatory but encouraged)
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Fundamentals of Information Systems
Fundamentals of Information Systems
Computer Science
ISBN:
9781305082168
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning
Enhanced Discovering Computers 2017 (Shelly Cashm…
Enhanced Discovering Computers 2017 (Shelly Cashm…
Computer Science
ISBN:
9781305657458
Author:
Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. Campbell
Publisher:
Cengage Learning