Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Program. Develop a course Management System without using a Class. Problem Specification: * Should Use text as a medium of interfacing i.e input and

C++ Program. Develop a course Management System without using a Class.

Problem Specification:

* Should Use text as a medium of interfacing i.e input and output.

* Should save all the information in a file, retrieval later by the users.

* Grade assignment (A (>85) + B + (65+75) B(65-75) C + (55-65) C(45-55) F(<45))

Administrator:

1. Create and show degree programs (e,g BS Mechanical MS Computer)

2. Create and show different courses (e,g Fundamentals Of Programming)

3. Assign at most three sections to a given course (e,g ME12A, ME12B, ME12C)

4. Enrol students in courses and sections.

Teacher

1. Assign assessment components to each course (e,g Quiz, Assignment, Final Exam)

2. Assign maximum marks to assessment component (e,g Quiz = 20, Assignment = 20)

3. Assign marks to students for each assessment component (e,g Quiz = 19, Assignment = 15)

4. Visualize the result card of a section showing students, marks, of each component, and total marks, in a table format.

Student:

1. Shows a list of enrolled courses.

2. Shows the current semester detailed result card.

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

Students also viewed these Databases questions

Question

What is meant by the common-ion effect? Give an example.

Answered: 1 week ago