SlideShare a Scribd company logo
Ignousolvedassignments.com 
1.Develop SRS for Online Admission System for a
University. SRS should be as per IEEE standard
SRS template – IGNOU MCAAssignment 2015
– 16
MASTER OF COMPUTER APPLICATIONS
Course Code: MCS-014
Course Title: Systems Analysis and Design
Assignment Number: MCA (I)/014/Assignment/15-16
Maximum Marks: 100
Weightage: 25%
Develop SRS for Online Admission System for a University. SRS should be as per IEEE
standard SRS template. Make necessary assumptions.
Software Requirement Specification (SRS) for Online Examination
1. Introduction:
The following subsections of the SRS document provide an overview of the entire SRS.
i) Purpose: The purpose of the project is to provide online facility to Institutes to conduct online
exams and to Students to give online exams. Institutes can enter and edit the questions along
with the students list. Also they can view the result. Students can login and give their respective
exams and view their score then and there. Others can view sample papers to get look and feel
of the online examination system.
ii) Scope: The website to conduct online Admission for a University is “Online Admission
System”. This website provides facility to institutes to conduct online Admissions by providing a
unique id to each Student. The institute provides online registration of the student. Institute also
enters the list of eligible students. All the information entered can be later edited by the institute.
In turn student can login with their id, name and Programid to give the forms and can view their
Admission status then and there. Institutes can also change the status of admission of their
students (if needed).
Benefits: This website reduces the manual work, maintaining accuracy, increasing efficiency
and saving time. Also institutes need not go to develop new software each time; instead they just
Thanks for visiting us!! Subscribe!! ☺  Page 1 
Ignousolvedassignments.com 
register and admit the students online. For students, it saves time of going to far away admission
centres and also they can view their Admission status then and there.
iii) Abbreviations:
JSP stands for Java Server Pages
HTTP stands for HyperText Transfer Protocol
iv) References:
IEEE Recommended Practice for Software Requirements Specification- IEEE STD 830-1993.
v) Overview: The rest of this SRS document describes the various system requirements,
interfaces, features and functionalities in detail.
2. Overall Description: In Online Admission system institute can register to conduct an online
admission and view the academic records later. Students can fill the form and their respective
academic records (softcopy), which helps the registrar to admit the student or reject as per
submited records. No student can take a particular online registration more than once.
i.) Product
Perspective:
(i) User interfaces
The application will have a user friendly and menu based interface.
Following screens will be provided:
(ii) A login screen for entering the username, password will be provided. Access to different
screens will be based upon the user.
(iii) There is a screen for displaying information regarding entries to be made by institutes.
(iv) There is a screen for displaying information regarding filling of Admission form details by
institutes.
(v) There is a screen for displaying information regarding entering student list for the particular
program.
(vi) There is a screen for displaying information menu regarding what options the institutes will
select while filling entries in the form.
(vii) There is a screen for displaying course details to the students when they are selecting
program for admission.
Thanks for visiting us!! Subscribe!! ☺  Page 2 
Ignousolvedassignments.com 
(viii) There is a screen for submitted status for the students.
(ix) There is a screen for displaying of results of students after taking time for registrar for
selecting and rejecting students in the selected list and rejected list.
(x) Hardware interfaces
(i) Support for printer for printing results then and there.
(ii) Screen resolution of at least 800X600 is required for proper and complete viewing of screens.
Higher resolution will be accepted.
(xi) Software interfaces
(i) Any windows based operating system.
(ii) MS Access 2000 as the DBMS-for database.
(iii) IDE (NET BEANS) for developing code.
(xii) Communications interfaces None
(xiii) Memory Constraints At least 512 MB RAM and 5 MB space on hard disk will be required for
running the application.
(xv) Site Adaptation Requirements Web browser with cookies enabled.
ii.) Product Functions: The website will allow access only to authorised users with specific roles
(Administrator- maintains the website, Institutes-Register to select the forms submitted by the
students, Students-Apply for admission online) a summary of the major functions that the website
will perform:
a. Provide facility to institutes to register to conduct an online admission process.
b. Institutes can enter the number of programs and there course details and the list of eligible
students selected.
c. Students can login and submit the admission form.
iii.) User Characteristics:
a. Educational level: Users should be comfortable with the English language.
b. Experience: Users should have prior information regarding the online admission process.
c. Skills: Users should have basic knowledge and should be comfortable using general purpose
applications on computers.
Thanks for visiting us!! Subscribe!! ☺  Page 3 
Ignousolvedassignments.com 
iv.) Constraints:
* Since the DBMS being used is MS Access 2000, which is not a very popular DBMS, it will not
be able to store a very huge number of records.
* Due to limited features of DBMS being used performance tuning features will not be applied to
the queries and thus the system may become slow with the increase in number of records being
stored.
* An extra security as SSL must be used to secure the marks details and other examination
information.
v.) Assumptions: The application is online so taking into consideration that all the details are
true. Students can submit application form just once.
vi.) Apportioning of Requirements: The future versions of the website will be having a better
database to handle larger number of records, in a more secure way.
Also separate profile will be maintained later for all students so that he can view all his previous
academic records later.
3. Specific Requirements: This section provides software requirements to a level of detail
sufficient to enable designers to design the system and testers to test the system.
• External Interface Requirements:
* User Interfaces:
*Institute Registration Screen: Various fields available on this screen will be:
*Login Name
*Institute Name
*Email Id
*Password
*Institute Login Screen: Fields available on this screen are:
*Login Name
*Email Id
*Password
*Entering academic details: Various Fields are:
*Programs
*Course list for each Program
*Admission selected/rejected list Screen: Various Fields are:
Thanks for visiting us!! Subscribe!! ☺  Page 4 
Ignousolvedassignments.com 
*Student List Screen: Various Fields are:
*Student ID
*Student Name
*Student Login Screen: Various Fields are:
*Student ID
*Student Name
*Institute ID
*Result (Select/Reject)
*Hardware interfaces:
*Support for printer for printing results then and there.
*Screen resolution of at least 800X600 is required for proper and complete viewing of screens.
Higher resolution will be accepted.
*Software interfaces:
*Any windows based operating system.
*MS Access 2000 as the DBMS-for database.
*IDE (NET BEANS) for developing code.
*Communications interfaces
None
ii.) Software Product Features:
♣ Validity Checks: JavaScript provides validity checks for various fields in the forms.
♣ Sequencing Information: All the information regarding exam details, student list, question
details, display of result should be handled sequentially that is data should be stored only in a
particular sequence to avoid any inconvenience
♣ Error Handling: If any of the validations or sequencing flows does not hold true then
appropriate error messages will be prompted to the user for doing the needful.
iii.) Performance Requirements: This subsection specifies numerical requirements placed on
the software or on the human interaction with the software, as a whole. Numerical requirements
will include:
*300 terminals will be supported at a time
Thanks for visiting us!! Subscribe!! ☺  Page 5 
Ignousolvedassignments.com 
*Only text information will be supported (HTTP)
*All the transactions will be processed within seconds.
iv.) Design Constraints: None
v.) Software System Attributes:
*Security: Only authorized users will be able to access the website by entering the correct login
name and corresponding password.
*Maintainability: The website can be maintained in present or future. It will be easy to
incorporate new requirements in the individual modules.
*Portability: As the website is online so will be easily portable on various systems.
The website will be also easily portable on any windows based system that has MSACCESS
installed.
*Logical Database Requirements: The following information will be placed in the database:
*Organization Details: ID, Login Name, Email, Password, Institute Name.
*Program Details: ID, Pname, No. of Course, No. of Duration, credits.
*Institute Student List: Sid, Sname, FormID, Result.
*Other Requirements: None
 
 
2.Draw the DFDs upto 3rd level for Online
Admission System for a University.- IGNOU MCA
Assignment 2015 – 16
By GangadharKopella | September 15, 2015 
0 Comment 
MASTER OF COMPUTER APPLICATIONS
Course Code: MCS-014
Course Title: Systems Analysis and Design
Assignment Number: MCA (I)/014/Assignment/15-16
Maximum Marks: 100
Weightage: 25%
Draw the DFDs upto 3rd level for Online Admission System for a University.
Data Flow Diagrams
A DFD can be categorized in the following forms:
Context diagram: An overview of an organizational system that shows the system boundaries,
external entities that interact with the system and the major information flows between the
entities and the system. In this diagram, a single process represents the whole system.
Thanks for visiting us!! Subscribe!! ☺  Page 6 
Ignousolvedassignments.com 
Thanks for visiting us!! Subscribe!! ☺  Page 7 
First level DFD: A data flow diagram that represents a system’s major processes, data flows,
and data stores at a high level of detail.
Draw the DFDs upto 2nd level for Online Examination System.
Figure:- Level 0
Figure:- Level 1
Ignousolvedassignments.com 
Thanks for visiting us!! Subscribe!! ☺  Page 8 
Figure:- Level 2
 
 
3.Draw ERD for Online Admission System for a
University. Make necessary assumptions – IGNOU
MCAAssignment 2015 – 16
By GangadharKopella | September 15, 2015 
0 Comment 
Ignousolvedassignments.com 
Thanks for visiting us!! Subscribe!! ☺  Page 9 
MASTER OF COMPUTER APPLICATIONS
Course Code: MCS-014
Course Title: Systems Analysis and Design
Assignment Number: MCA (I)/014/Assignment/15-16
Maximum Marks: 100
Weightage: 25%
Draw ERD for Online Admission System for a University. Make necessary assumptions.
ER Diagram
Notations for the components of ERD:
Entities: An entity is something about which the business needs to store data. An entity is a
class of persons, places, objects, events or concepts about which we need to capture and store
data. An entity instance is a single occurrence of an
entity.
Attribute: An attribute is a descriptive property or characteristic of an entity. Synonyms include
element, property and field.A compound attribute is one that actually consists of other attributes.
It is also known as a composite attribute. An attribute “Address” is the example of compound
attribute as shown in the following illustration
Relationships: A relationship is a natural business association that exists between one or more
entities. The relationship may represent an event that links the entities.
Cardinality: defines the minimum and maximum number of occurrences of one entity that may
be related to a single occurrence of the other entity. Because all relationships are bidirectional,
cardinality must be defined in both directions for every relationship.
Draw ERD for Online Examination System. Make necessary assumptions.
Figure:- ERD
Ignousolvedassignments.com 
Thanks for visiting us!! Subscribe!! ☺  Page 10 
Ignousolvedassignments.com 
Thanks for visiting us!! Subscribe!! ☺  Page 11 
Ignousolvedassignments.com 
Thanks for visiting us!! Subscribe!! ☺  Page 12 
 

More Related Content

What's hot

EducationERP : University / School / College Management Solution
EducationERP : University / School / College Management SolutionEducationERP : University / School / College Management Solution
EducationERP : University / School / College Management Solution
OpenERP4You
 
Online travel booikng
Online travel booikngOnline travel booikng
Online travel booikng
sanket shah
 
Software Project Management: e-Hospital
Software Project Management: e-HospitalSoftware Project Management: e-Hospital
Software Project Management: e-Hospital
Nilay Kumar
 
Bank Management System
Bank Management SystemBank Management System
Bank Management System
Prashant Upadhyay
 
Online reservation system project report(web development)
Online reservation system project report(web development)Online reservation system project report(web development)
Online reservation system project report(web development)
Prachiverma50
 
online bus ticket booking system
online bus ticket booking systemonline bus ticket booking system
online bus ticket booking system
Umme habiba
 
Ecommerce proposal - Descriptive Things To Know Before You Hire a Agency
Ecommerce proposal - Descriptive Things To Know Before You Hire a AgencyEcommerce proposal - Descriptive Things To Know Before You Hire a Agency
Ecommerce proposal - Descriptive Things To Know Before You Hire a Agency
Infotechsolz
 
online-shopping-documentation-srs for TYBSCIT sem 6
 online-shopping-documentation-srs for TYBSCIT sem 6 online-shopping-documentation-srs for TYBSCIT sem 6
online-shopping-documentation-srs for TYBSCIT sem 6
YogeshDhamke2
 
E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)
Nazmul Hyder
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
Pawan Ghewande
 
Online Shopping System
Online Shopping SystemOnline Shopping System
Online Shopping System
Kusum Sankhala
 
Part 2
Part 2Part 2
System Proposal(Personal Information & Leave Management System)
System Proposal(Personal Information & Leave Management System)System Proposal(Personal Information & Leave Management System)
System Proposal(Personal Information & Leave Management System)Akila Jayarathna
 
19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittal19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittalsatyaragha786
 
School Management System
School Management SystemSchool Management System
School Management System
Zain Basit
 
Presentation FYP
Presentation FYPPresentation FYP
Presentation FYP
Farah Diana
 
Online flight booking srs document
Online flight booking srs documentOnline flight booking srs document
Online flight booking srs document
manthankdesai
 

What's hot (20)

EducationERP : University / School / College Management Solution
EducationERP : University / School / College Management SolutionEducationERP : University / School / College Management Solution
EducationERP : University / School / College Management Solution
 
Online travel booikng
Online travel booikngOnline travel booikng
Online travel booikng
 
Software Project Management: e-Hospital
Software Project Management: e-HospitalSoftware Project Management: e-Hospital
Software Project Management: e-Hospital
 
Online shopping
Online shoppingOnline shopping
Online shopping
 
Bank Management System
Bank Management SystemBank Management System
Bank Management System
 
Online reservation system project report(web development)
Online reservation system project report(web development)Online reservation system project report(web development)
Online reservation system project report(web development)
 
online bus ticket booking system
online bus ticket booking systemonline bus ticket booking system
online bus ticket booking system
 
Ecommerce proposal - Descriptive Things To Know Before You Hire a Agency
Ecommerce proposal - Descriptive Things To Know Before You Hire a AgencyEcommerce proposal - Descriptive Things To Know Before You Hire a Agency
Ecommerce proposal - Descriptive Things To Know Before You Hire a Agency
 
online-shopping-documentation-srs for TYBSCIT sem 6
 online-shopping-documentation-srs for TYBSCIT sem 6 online-shopping-documentation-srs for TYBSCIT sem 6
online-shopping-documentation-srs for TYBSCIT sem 6
 
E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Online Shopping System
Online Shopping SystemOnline Shopping System
Online Shopping System
 
1Minute Account Opening_BRD_Updated
1Minute Account Opening_BRD_Updated1Minute Account Opening_BRD_Updated
1Minute Account Opening_BRD_Updated
 
Onlineshopping
OnlineshoppingOnlineshopping
Onlineshopping
 
Part 2
Part 2Part 2
Part 2
 
System Proposal(Personal Information & Leave Management System)
System Proposal(Personal Information & Leave Management System)System Proposal(Personal Information & Leave Management System)
System Proposal(Personal Information & Leave Management System)
 
19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittal19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittal
 
School Management System
School Management SystemSchool Management System
School Management System
 
Presentation FYP
Presentation FYPPresentation FYP
Presentation FYP
 
Online flight booking srs document
Online flight booking srs documentOnline flight booking srs document
Online flight booking srs document
 

Viewers also liked

(Www.entrance exam.net)-ignou mca solved assignment 2011
(Www.entrance exam.net)-ignou mca  solved assignment 2011(Www.entrance exam.net)-ignou mca  solved assignment 2011
(Www.entrance exam.net)-ignou mca solved assignment 2011
swatith
 
Mcs 17 solved assignment 2015- 16
Mcs 17 solved assignment 2015- 16Mcs 17 solved assignment 2015- 16
Mcs 17 solved assignment 2015- 16
Indira Gnadhi National Open University (IGNOU)
 
Software Presentation
Software PresentationSoftware Presentation
Software Presentation
kkantver
 
Mcs 011 solved assignment 2015-16
Mcs 011 solved assignment 2015-16Mcs 011 solved assignment 2015-16
Mcs 011 solved assignment 2015-16
Indira Gnadhi National Open University (IGNOU)
 
Synopsis on online shopping by sudeep singh
Synopsis on online shopping by  sudeep singhSynopsis on online shopping by  sudeep singh
Synopsis on online shopping by sudeep singh
Sudeep Singh
 
Software quality assurance (sqa)
Software quality assurance (sqa)Software quality assurance (sqa)
Software quality assurance (sqa)
Pande Narendra
 
Mcs 013 solve assignment
Mcs 013 solve assignmentMcs 013 solve assignment
Online Examination System
Online Examination SystemOnline Examination System
Online Examination System
Ankan Banerjee
 
Cmm
CmmCmm
Cmm
bht all
 
Software Engineering unit 2
Software Engineering unit 2Software Engineering unit 2
Software Engineering unit 2
Abhimanyu Mishra
 
Software requirements Specification
Software requirements SpecificationSoftware requirements Specification
Software requirements Specification
Preshan Pradeepa
 
gullybaba solved ignou assignments
gullybaba solved ignou assignmentsgullybaba solved ignou assignments
gullybaba solved ignou assignments
GullyBaba
 
Project synopsis
Project synopsisProject synopsis
Project synopsis
girija12345
 
Online Shopping Presentation
Online Shopping PresentationOnline Shopping Presentation
Online Shopping Presentationamanda-schmid
 
Student database management system
Student database management systemStudent database management system
Student database management systemSnehal Raut
 
Online shopping habits-questionnaire
Online shopping habits-questionnaireOnline shopping habits-questionnaire
Online shopping habits-questionnairemanuelmathew1
 
Data Flow Diagram
Data Flow DiagramData Flow Diagram
Data Flow Diagram
Puneet Arora
 
Sample project-synopsis
Sample project-synopsisSample project-synopsis
Sample project-synopsis
Sheshank Priya
 

Viewers also liked (20)

(Www.entrance exam.net)-ignou mca solved assignment 2011
(Www.entrance exam.net)-ignou mca  solved assignment 2011(Www.entrance exam.net)-ignou mca  solved assignment 2011
(Www.entrance exam.net)-ignou mca solved assignment 2011
 
Mcs 17 solved assignment 2015- 16
Mcs 17 solved assignment 2015- 16Mcs 17 solved assignment 2015- 16
Mcs 17 solved assignment 2015- 16
 
Software Presentation
Software PresentationSoftware Presentation
Software Presentation
 
Mcs 011 solved assignment 2015-16
Mcs 011 solved assignment 2015-16Mcs 011 solved assignment 2015-16
Mcs 011 solved assignment 2015-16
 
Synopsis on online shopping by sudeep singh
Synopsis on online shopping by  sudeep singhSynopsis on online shopping by  sudeep singh
Synopsis on online shopping by sudeep singh
 
Software quality assurance (sqa)
Software quality assurance (sqa)Software quality assurance (sqa)
Software quality assurance (sqa)
 
Mcs 013 solve assignment
Mcs 013 solve assignmentMcs 013 solve assignment
Mcs 013 solve assignment
 
Online Examination System
Online Examination SystemOnline Examination System
Online Examination System
 
Cmm
CmmCmm
Cmm
 
Software Engineering unit 2
Software Engineering unit 2Software Engineering unit 2
Software Engineering unit 2
 
Software requirements Specification
Software requirements SpecificationSoftware requirements Specification
Software requirements Specification
 
gullybaba solved ignou assignments
gullybaba solved ignou assignmentsgullybaba solved ignou assignments
gullybaba solved ignou assignments
 
Questionnaire
QuestionnaireQuestionnaire
Questionnaire
 
Project synopsis
Project synopsisProject synopsis
Project synopsis
 
Synopsis format
Synopsis formatSynopsis format
Synopsis format
 
Online Shopping Presentation
Online Shopping PresentationOnline Shopping Presentation
Online Shopping Presentation
 
Student database management system
Student database management systemStudent database management system
Student database management system
 
Online shopping habits-questionnaire
Online shopping habits-questionnaireOnline shopping habits-questionnaire
Online shopping habits-questionnaire
 
Data Flow Diagram
Data Flow DiagramData Flow Diagram
Data Flow Diagram
 
Sample project-synopsis
Sample project-synopsisSample project-synopsis
Sample project-synopsis
 

Similar to Mcs 014 solved assignment 2015-16

Final PPT
Final PPTFinal PPT
Final PPTsunnik
 
14.project online eamination system
14.project online eamination system14.project online eamination system
14.project online eamination systemVivek Mehta
 
Zakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab lZakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab l
Zaki alajab
 
Zakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab lZakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab l
Zaki alajab
 
Zakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab lZakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab l
Zaki alajab
 
IGNOU BCS-051 Software Engineering December 2022 - Exam Solutions.docx
IGNOU BCS-051 Software Engineering December 2022 - Exam Solutions.docxIGNOU BCS-051 Software Engineering December 2022 - Exam Solutions.docx
IGNOU BCS-051 Software Engineering December 2022 - Exam Solutions.docx
AnilVhatkar
 
exam-registration-system.pdf very best projeect
exam-registration-system.pdf very best projeectexam-registration-system.pdf very best projeect
exam-registration-system.pdf very best projeect
abhimarki1
 
Project Report Online Test
Project Report Online TestProject Report Online Test
Project Report Online Test
Abhishek Kumar
 
quiz half ppt
quiz half pptquiz half ppt
quiz half ppt
mohit91
 
A Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEMA Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEM
Dawn Cook
 
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdfA_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
AmishGupta15
 
College Management System
College Management SystemCollege Management System
College Management System
Swapna Subhadarsini
 
A_Research_Paper_on_College_Management_S.pdf
A_Research_Paper_on_College_Management_S.pdfA_Research_Paper_on_College_Management_S.pdf
A_Research_Paper_on_College_Management_S.pdf
MUSHAMHARIKIRAN6737
 
A Research Paper On College Management System
A Research Paper On College Management SystemA Research Paper On College Management System
A Research Paper On College Management System
Tony Lisko
 
COLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEMCOLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEM
IRJET Journal
 
ProjectPDF_pagenumber.docx project documentation
ProjectPDF_pagenumber.docx project documentationProjectPDF_pagenumber.docx project documentation
ProjectPDF_pagenumber.docx project documentation
komkar98230
 
Miniprojectreport
MiniprojectreportMiniprojectreport
Miniprojectreport
SachinGupta729
 
Online Examination System for English Grammar
Online Examination System for English GrammarOnline Examination System for English Grammar
Online Examination System for English Grammar
ijtsrd
 

Similar to Mcs 014 solved assignment 2015-16 (20)

Final PPT
Final PPTFinal PPT
Final PPT
 
14.project online eamination system
14.project online eamination system14.project online eamination system
14.project online eamination system
 
Zakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab lZakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab l
 
Zakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab lZakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab l
 
Zakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab lZakieldeen babikir osman alagab l
Zakieldeen babikir osman alagab l
 
IGNOU BCS-051 Software Engineering December 2022 - Exam Solutions.docx
IGNOU BCS-051 Software Engineering December 2022 - Exam Solutions.docxIGNOU BCS-051 Software Engineering December 2022 - Exam Solutions.docx
IGNOU BCS-051 Software Engineering December 2022 - Exam Solutions.docx
 
exam-registration-system.pdf very best projeect
exam-registration-system.pdf very best projeectexam-registration-system.pdf very best projeect
exam-registration-system.pdf very best projeect
 
Project Report Online Test
Project Report Online TestProject Report Online Test
Project Report Online Test
 
quiz half ppt
quiz half pptquiz half ppt
quiz half ppt
 
A Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEMA Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEM
 
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdfA_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
 
College Management System
College Management SystemCollege Management System
College Management System
 
Online help desk
Online help deskOnline help desk
Online help desk
 
A_Research_Paper_on_College_Management_S.pdf
A_Research_Paper_on_College_Management_S.pdfA_Research_Paper_on_College_Management_S.pdf
A_Research_Paper_on_College_Management_S.pdf
 
A Research Paper On College Management System
A Research Paper On College Management SystemA Research Paper On College Management System
A Research Paper On College Management System
 
Full Resolt Report
Full Resolt ReportFull Resolt Report
Full Resolt Report
 
COLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEMCOLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEM
 
ProjectPDF_pagenumber.docx project documentation
ProjectPDF_pagenumber.docx project documentationProjectPDF_pagenumber.docx project documentation
ProjectPDF_pagenumber.docx project documentation
 
Miniprojectreport
MiniprojectreportMiniprojectreport
Miniprojectreport
 
Online Examination System for English Grammar
Online Examination System for English GrammarOnline Examination System for English Grammar
Online Examination System for English Grammar
 

More from Indira Gnadhi National Open University (IGNOU)

Mcs 16 solved assignment 2015-16
Mcs 16 solved assignment 2015-16Mcs 16 solved assignment 2015-16
Mcs 16 solved assignment 2015-16
Indira Gnadhi National Open University (IGNOU)
 
Mcs 012 soved assignment 2015-16
Mcs 012 soved assignment 2015-16Mcs 012 soved assignment 2015-16
Mcs 012 soved assignment 2015-16
Indira Gnadhi National Open University (IGNOU)
 
BCSL 058 solved assignment
BCSL 058 solved assignmentBCSL 058 solved assignment
BCSL 057 solved assignments
BCSL 057 solved assignmentsBCSL 057 solved assignments
BCSL 056 solved assignment
BCSL 056 solved assignmentBCSL 056 solved assignment
Bcs 055 solved 2014-15
Bcs 055 solved 2014-15Bcs 055 solved 2014-15
Bcs 054 solved assignment
Bcs 054 solved assignmentBcs 054 solved assignment
Bcs 053 solved assignment 2014-15
Bcs 053 solved assignment 2014-15Bcs 053 solved assignment 2014-15
Bcs 053 solved assignment 2014-15
Indira Gnadhi National Open University (IGNOU)
 
Bcs 052 solved assignment
Bcs 052 solved assignmentBcs 052 solved assignment
Mcs 021 solve assignment
Mcs 021 solve assignmentMcs 021 solve assignment
Bcsl 033 solve assignment
Bcsl 033 solve assignmentBcsl 033 solve assignment
Bcsl 031 solve assignment
Bcsl 031 solve assignmentBcsl 031 solve assignment
2012 bcsl-021 solve assihnment
2012 bcsl-021 solve assihnment2012 bcsl-021 solve assihnment
2012 bcsl-021 solve assihnment
Indira Gnadhi National Open University (IGNOU)
 
Bcsl 022 solved-assignment_2012-13
Bcsl 022 solved-assignment_2012-13Bcsl 022 solved-assignment_2012-13
Bcsl 022 solved-assignment_2012-13
Indira Gnadhi National Open University (IGNOU)
 
Eco 02 question paper
Eco 02 question paperEco 02 question paper
Mcs 015 solve assignment
Mcs 015 solve assignmentMcs 015 solve assignment

More from Indira Gnadhi National Open University (IGNOU) (16)

Mcs 16 solved assignment 2015-16
Mcs 16 solved assignment 2015-16Mcs 16 solved assignment 2015-16
Mcs 16 solved assignment 2015-16
 
Mcs 012 soved assignment 2015-16
Mcs 012 soved assignment 2015-16Mcs 012 soved assignment 2015-16
Mcs 012 soved assignment 2015-16
 
BCSL 058 solved assignment
BCSL 058 solved assignmentBCSL 058 solved assignment
BCSL 058 solved assignment
 
BCSL 057 solved assignments
BCSL 057 solved assignmentsBCSL 057 solved assignments
BCSL 057 solved assignments
 
BCSL 056 solved assignment
BCSL 056 solved assignmentBCSL 056 solved assignment
BCSL 056 solved assignment
 
Bcs 055 solved 2014-15
Bcs 055 solved 2014-15Bcs 055 solved 2014-15
Bcs 055 solved 2014-15
 
Bcs 054 solved assignment
Bcs 054 solved assignmentBcs 054 solved assignment
Bcs 054 solved assignment
 
Bcs 053 solved assignment 2014-15
Bcs 053 solved assignment 2014-15Bcs 053 solved assignment 2014-15
Bcs 053 solved assignment 2014-15
 
Bcs 052 solved assignment
Bcs 052 solved assignmentBcs 052 solved assignment
Bcs 052 solved assignment
 
Mcs 021 solve assignment
Mcs 021 solve assignmentMcs 021 solve assignment
Mcs 021 solve assignment
 
Bcsl 033 solve assignment
Bcsl 033 solve assignmentBcsl 033 solve assignment
Bcsl 033 solve assignment
 
Bcsl 031 solve assignment
Bcsl 031 solve assignmentBcsl 031 solve assignment
Bcsl 031 solve assignment
 
2012 bcsl-021 solve assihnment
2012 bcsl-021 solve assihnment2012 bcsl-021 solve assihnment
2012 bcsl-021 solve assihnment
 
Bcsl 022 solved-assignment_2012-13
Bcsl 022 solved-assignment_2012-13Bcsl 022 solved-assignment_2012-13
Bcsl 022 solved-assignment_2012-13
 
Eco 02 question paper
Eco 02 question paperEco 02 question paper
Eco 02 question paper
 
Mcs 015 solve assignment
Mcs 015 solve assignmentMcs 015 solve assignment
Mcs 015 solve assignment
 

Recently uploaded

A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
kimdan468
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 

Recently uploaded (20)

A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 

Mcs 014 solved assignment 2015-16

  • 1. Ignousolvedassignments.com  1.Develop SRS for Online Admission System for a University. SRS should be as per IEEE standard SRS template – IGNOU MCAAssignment 2015 – 16 MASTER OF COMPUTER APPLICATIONS Course Code: MCS-014 Course Title: Systems Analysis and Design Assignment Number: MCA (I)/014/Assignment/15-16 Maximum Marks: 100 Weightage: 25% Develop SRS for Online Admission System for a University. SRS should be as per IEEE standard SRS template. Make necessary assumptions. Software Requirement Specification (SRS) for Online Examination 1. Introduction: The following subsections of the SRS document provide an overview of the entire SRS. i) Purpose: The purpose of the project is to provide online facility to Institutes to conduct online exams and to Students to give online exams. Institutes can enter and edit the questions along with the students list. Also they can view the result. Students can login and give their respective exams and view their score then and there. Others can view sample papers to get look and feel of the online examination system. ii) Scope: The website to conduct online Admission for a University is “Online Admission System”. This website provides facility to institutes to conduct online Admissions by providing a unique id to each Student. The institute provides online registration of the student. Institute also enters the list of eligible students. All the information entered can be later edited by the institute. In turn student can login with their id, name and Programid to give the forms and can view their Admission status then and there. Institutes can also change the status of admission of their students (if needed). Benefits: This website reduces the manual work, maintaining accuracy, increasing efficiency and saving time. Also institutes need not go to develop new software each time; instead they just Thanks for visiting us!! Subscribe!! ☺  Page 1 
  • 2. Ignousolvedassignments.com  register and admit the students online. For students, it saves time of going to far away admission centres and also they can view their Admission status then and there. iii) Abbreviations: JSP stands for Java Server Pages HTTP stands for HyperText Transfer Protocol iv) References: IEEE Recommended Practice for Software Requirements Specification- IEEE STD 830-1993. v) Overview: The rest of this SRS document describes the various system requirements, interfaces, features and functionalities in detail. 2. Overall Description: In Online Admission system institute can register to conduct an online admission and view the academic records later. Students can fill the form and their respective academic records (softcopy), which helps the registrar to admit the student or reject as per submited records. No student can take a particular online registration more than once. i.) Product Perspective: (i) User interfaces The application will have a user friendly and menu based interface. Following screens will be provided: (ii) A login screen for entering the username, password will be provided. Access to different screens will be based upon the user. (iii) There is a screen for displaying information regarding entries to be made by institutes. (iv) There is a screen for displaying information regarding filling of Admission form details by institutes. (v) There is a screen for displaying information regarding entering student list for the particular program. (vi) There is a screen for displaying information menu regarding what options the institutes will select while filling entries in the form. (vii) There is a screen for displaying course details to the students when they are selecting program for admission. Thanks for visiting us!! Subscribe!! ☺  Page 2 
  • 3. Ignousolvedassignments.com  (viii) There is a screen for submitted status for the students. (ix) There is a screen for displaying of results of students after taking time for registrar for selecting and rejecting students in the selected list and rejected list. (x) Hardware interfaces (i) Support for printer for printing results then and there. (ii) Screen resolution of at least 800X600 is required for proper and complete viewing of screens. Higher resolution will be accepted. (xi) Software interfaces (i) Any windows based operating system. (ii) MS Access 2000 as the DBMS-for database. (iii) IDE (NET BEANS) for developing code. (xii) Communications interfaces None (xiii) Memory Constraints At least 512 MB RAM and 5 MB space on hard disk will be required for running the application. (xv) Site Adaptation Requirements Web browser with cookies enabled. ii.) Product Functions: The website will allow access only to authorised users with specific roles (Administrator- maintains the website, Institutes-Register to select the forms submitted by the students, Students-Apply for admission online) a summary of the major functions that the website will perform: a. Provide facility to institutes to register to conduct an online admission process. b. Institutes can enter the number of programs and there course details and the list of eligible students selected. c. Students can login and submit the admission form. iii.) User Characteristics: a. Educational level: Users should be comfortable with the English language. b. Experience: Users should have prior information regarding the online admission process. c. Skills: Users should have basic knowledge and should be comfortable using general purpose applications on computers. Thanks for visiting us!! Subscribe!! ☺  Page 3 
  • 4. Ignousolvedassignments.com  iv.) Constraints: * Since the DBMS being used is MS Access 2000, which is not a very popular DBMS, it will not be able to store a very huge number of records. * Due to limited features of DBMS being used performance tuning features will not be applied to the queries and thus the system may become slow with the increase in number of records being stored. * An extra security as SSL must be used to secure the marks details and other examination information. v.) Assumptions: The application is online so taking into consideration that all the details are true. Students can submit application form just once. vi.) Apportioning of Requirements: The future versions of the website will be having a better database to handle larger number of records, in a more secure way. Also separate profile will be maintained later for all students so that he can view all his previous academic records later. 3. Specific Requirements: This section provides software requirements to a level of detail sufficient to enable designers to design the system and testers to test the system. • External Interface Requirements: * User Interfaces: *Institute Registration Screen: Various fields available on this screen will be: *Login Name *Institute Name *Email Id *Password *Institute Login Screen: Fields available on this screen are: *Login Name *Email Id *Password *Entering academic details: Various Fields are: *Programs *Course list for each Program *Admission selected/rejected list Screen: Various Fields are: Thanks for visiting us!! Subscribe!! ☺  Page 4 
  • 5. Ignousolvedassignments.com  *Student List Screen: Various Fields are: *Student ID *Student Name *Student Login Screen: Various Fields are: *Student ID *Student Name *Institute ID *Result (Select/Reject) *Hardware interfaces: *Support for printer for printing results then and there. *Screen resolution of at least 800X600 is required for proper and complete viewing of screens. Higher resolution will be accepted. *Software interfaces: *Any windows based operating system. *MS Access 2000 as the DBMS-for database. *IDE (NET BEANS) for developing code. *Communications interfaces None ii.) Software Product Features: ♣ Validity Checks: JavaScript provides validity checks for various fields in the forms. ♣ Sequencing Information: All the information regarding exam details, student list, question details, display of result should be handled sequentially that is data should be stored only in a particular sequence to avoid any inconvenience ♣ Error Handling: If any of the validations or sequencing flows does not hold true then appropriate error messages will be prompted to the user for doing the needful. iii.) Performance Requirements: This subsection specifies numerical requirements placed on the software or on the human interaction with the software, as a whole. Numerical requirements will include: *300 terminals will be supported at a time Thanks for visiting us!! Subscribe!! ☺  Page 5 
  • 6. Ignousolvedassignments.com  *Only text information will be supported (HTTP) *All the transactions will be processed within seconds. iv.) Design Constraints: None v.) Software System Attributes: *Security: Only authorized users will be able to access the website by entering the correct login name and corresponding password. *Maintainability: The website can be maintained in present or future. It will be easy to incorporate new requirements in the individual modules. *Portability: As the website is online so will be easily portable on various systems. The website will be also easily portable on any windows based system that has MSACCESS installed. *Logical Database Requirements: The following information will be placed in the database: *Organization Details: ID, Login Name, Email, Password, Institute Name. *Program Details: ID, Pname, No. of Course, No. of Duration, credits. *Institute Student List: Sid, Sname, FormID, Result. *Other Requirements: None     2.Draw the DFDs upto 3rd level for Online Admission System for a University.- IGNOU MCA Assignment 2015 – 16 By GangadharKopella | September 15, 2015  0 Comment  MASTER OF COMPUTER APPLICATIONS Course Code: MCS-014 Course Title: Systems Analysis and Design Assignment Number: MCA (I)/014/Assignment/15-16 Maximum Marks: 100 Weightage: 25% Draw the DFDs upto 3rd level for Online Admission System for a University. Data Flow Diagrams A DFD can be categorized in the following forms: Context diagram: An overview of an organizational system that shows the system boundaries, external entities that interact with the system and the major information flows between the entities and the system. In this diagram, a single process represents the whole system. Thanks for visiting us!! Subscribe!! ☺  Page 6 
  • 7. Ignousolvedassignments.com  Thanks for visiting us!! Subscribe!! ☺  Page 7  First level DFD: A data flow diagram that represents a system’s major processes, data flows, and data stores at a high level of detail. Draw the DFDs upto 2nd level for Online Examination System. Figure:- Level 0 Figure:- Level 1
  • 8. Ignousolvedassignments.com  Thanks for visiting us!! Subscribe!! ☺  Page 8  Figure:- Level 2     3.Draw ERD for Online Admission System for a University. Make necessary assumptions – IGNOU MCAAssignment 2015 – 16 By GangadharKopella | September 15, 2015  0 Comment 
  • 9. Ignousolvedassignments.com  Thanks for visiting us!! Subscribe!! ☺  Page 9  MASTER OF COMPUTER APPLICATIONS Course Code: MCS-014 Course Title: Systems Analysis and Design Assignment Number: MCA (I)/014/Assignment/15-16 Maximum Marks: 100 Weightage: 25% Draw ERD for Online Admission System for a University. Make necessary assumptions. ER Diagram Notations for the components of ERD: Entities: An entity is something about which the business needs to store data. An entity is a class of persons, places, objects, events or concepts about which we need to capture and store data. An entity instance is a single occurrence of an entity. Attribute: An attribute is a descriptive property or characteristic of an entity. Synonyms include element, property and field.A compound attribute is one that actually consists of other attributes. It is also known as a composite attribute. An attribute “Address” is the example of compound attribute as shown in the following illustration Relationships: A relationship is a natural business association that exists between one or more entities. The relationship may represent an event that links the entities. Cardinality: defines the minimum and maximum number of occurrences of one entity that may be related to a single occurrence of the other entity. Because all relationships are bidirectional, cardinality must be defined in both directions for every relationship. Draw ERD for Online Examination System. Make necessary assumptions. Figure:- ERD