Course Code : MCS-032
course Titlle : Object Oriented Analysis and Design
Assignment Number : MCA(3)/032/Assign/2014-15
Assignment Marks : 100
Weightage : 25%
Last Dates for Submission : 15th October, 2014 (For July 2014 Session)
15th April, 2015 (For January 2015 Session)
DOWNLOAD
Question 1: What is Object Orientated Modeling (OOM)? Explain advantages of OOM over structured modeling.
Question 2: What is UML? Briefly explain use of Use Case Diagram and Sequence Diagram with the help of an example of each.
Question 3: Draw a DFD for Library Management System. (10 Marks)
Question 4: What is an instance diagram? Draw an instance diagram for the arithmetic expression:
A= (B+C*D)/(B-C+D).
Question 5: What are different types of Object Oriented models? Explain the types of characteristics represented by these models.
Question 6: What is state diagram? Explain its advantages. Draw state diagram for Railway Ticket Booking on IRCTC website.
Question 7: What is need of concurrency management in Object Oriented Systems? Explain the important issues related to concurrency management with the help of an example.
Question 8: What is association in UML Diagram? Briefly explain different types of associations available in UML. Also explain the process of mapping a ternary association into database table