Friday , 22 November 2024

CS403 Assignments # 1 Solution Spring 2012

Assignment:

In this course we are going to develop data base of Learning Management System that will facilitate the students in their online learning using Database concepts. Our system includes all the features that a modern Learning Management System should have we will focus mainly on its those aspects which are directly related to students these are.

  1. Content Management System
  2. Assignment Submission System
  3. Moderated Discussion Board System

The explanation of these three systems is given below,

  1. Content Management System:

Our content management system provides students course contents that are accessible online. It will be implemented in the form of lessons for each course and each lesson will have different types of contents like online html contents, PowerPoint slides, and PDF handouts.

  1. Assignment Submission System:

Our online assignment submission system will enable the student to download / upload their assignments.

  1. Moderated Discussion Board System:

Our Moderated Discussion Board System will enable the students to post their lecture related queries related to each lesson on online discussion board. It will also have a graded Moderated Discussion board feature that will have certain weight age and will be marked.


The tasks you have to do are:

  1. You have to identify the main Entities for this system.
  2. You have to find out the Attributes of these Entities.
  3. You will have to find the Relationship among those Entities.
  4. You will make a final comprehensive diagram consisting of all Entities, Attributes and their relationships along with their respective Primary Key.

Note: Use all concepts you have studied so far about ER-model in lecture number 7 to onwards. You can use any tool for drawing like MS Office or Visio.

Important things to consider: 

  1. As happens in real world that everyone visualize a problem in different way so the solutions of all students should be according to their own thinking not taken from some source.
  2. As this is preliminary phase of our system so it is recommended that you identify as much Entities and their relationships as you can some of them may be eliminated in next assignments.

/****************** Assignment No. 1 : Solution **********************\

1-student (St Id, Name, F Name, Address)

2-Program (Program Id, Description, Duration, Semester)

3-Topic (Lesson #, Topic Name, Program ID, Session, Course Id)

4-Courses (Course Id, Courses Name, Credit hours)

5-Contents (Content Id, Description, Course Id,  Link)

6-Assignment (Assignment Id, Course Id, Marks, Due date,lesson #)


7-Submit (St Id, Assignment Id, Course Id, DueDate)

8-MDB (MDB ID, Topic, Course name)

9-PowerPoint, HTMLdoc, PDFdoc. Entities has attributes: id and size.

/****************** DOWNLOAD SOLUTION FROM HERE **********************\

 

Spring 2012_CS403_1_SOL

 

Check Also

CS403 Mega Collection Solved files for midterm papers by Muhammad Ishfaq

VUassignments.com is going to upload the CS403 Mega Collection files for midterm papers by Muhammad …

Leave a Reply

Your email address will not be published. Required fields are marked *

*