SlideShare a Scribd company logo
1 of 7
Download to read offline
www.studentyogi.com                                                         www.studentyogi.com
       Code No: R05212101
                                                                             Set No. 1
          II B.Tech I Semester Supplimentary Examinations, November 2008
               OBJECT ORIENTED ANALYSIS DESIGN THROUGH UML
                                    (Aeronautical Engineering)
       Time: 3 hours                                                                   Max Marks: 80
                                   Answer any FIVE Questions
                                 All Questions carry equal marks



         1. (a) How is association modeled as a class?
             (b) Explain the antisymmetric and transitive properties of aggregation.
             (c) How is generalization/specialization contrasted with more code reuse? State
                 Liskov’s substitution principle.
             (d) What are the principles of mo deling?                                            [4x4=16]

         2. (a) Explain any three features used in creating abstractions.
             (b) Enumerate the steps to model the vo cabulary of a system.
             (c) Write a simple JAVA applet for printing “Hello, World!” in a web browser.
                                                                                                  [6+6+4]

         3. (a) Draw a class diagram that depicts the various relationships in UML.
             (b) What are the common properties and uses of class diagrams?
             (c) What are the contents in class diagrams?                                         [6+6+4]

         4. (a) What are interaction diagrams? What are their contents and common proper-
                 ties? De ne semantic equivalence between two kinds of interaction diagrams.
             (b) Enumerate the steps to model ows of control by time ordering. [8+8]

         5. (a) Draw a use case diagram to model the behavior of a cellular phone. Explain
                  brie y.
             (b) What are the contexts, common properties and common uses of use case dia-
                 grams.
             (c) Enumerate the steps to model the context of a system. [6+6+4]

         6. (a) Enumerate the steps in modeling timing constraints. Illustrate with a UML
                  diagram and explain.
             (b) Consider an object diagram that mo dels the distribution of certain objects in
                  a realtime system. Draw the diagram and explain brie y. [10+6]

         7. Enumerate the steps to model the following. Illustrate with UML diagrams and
            explain brie y

             (a) Tables, les and documents
             (b) API

             (c) Source code.                                                                          [16]

                                                     1 of 2




www.studentyogi.com                                                         www.studentyogi.com
www.studentyogi.com                                                      www.studentyogi.com
       Code No: R05212101
                                                                          Set No. 1
         8. (a) Draw activity diagram to remove reservations after a speci ed amount of time
                  and explain
             (b) Draw and explain sequence diagram for the search facility of the ob jects, so
                  that ”wild card” characters can be used when searching for titles, authors, or
                  borrowers.                                                                       [8+8]




                                                    2 of 2




www.studentyogi.com                                                      www.studentyogi.com
www.studentyogi.com                                                         www.studentyogi.com
       Code No: R05212101
                                                                             Set No. 2
          II B.Tech I Semester Supplimentary Examinations, November 2008
               OBJECT ORIENTED ANALYSIS DESIGN THROUGH UML
                                    (Aeronautical Engineering)
       Time: 3 hours                                                                     Max Marks: 80
                                   Answer any FIVE Questions
                                 All Questions carry equal marks


         1. (a) Explain brie y runtime polymorphism illustrating a program in Java or C++.
             (b) What are the principles of mo deling?
             (c) Explain the antisymmetric and transitive properties of aggregation. [8+4+4]
         2. (a) Explain any three features used in creating abstractions.
             (b) Enumerate the steps to model the vo cabulary of a system.
             (c) Write a simple JAVA applet for printing “Hello, World!” in a web browser.
                                                                                                  [6+6+4]
         3. (a) What is the use of forward engineering and reverse engineering UML diagrams?
             (b) Enumerate the steps to model logical data base schema.
             (c) Contrast ob ject diagram with class diagram.                                     [6+6+4]
         4. (a) Draw a sequence diagrams that speci es the ow of control involved in initi-
                  ating a simple, two-party phone call.
             (b) Draw a collaboration diagram that speci es the ow of control involved in
                  registering a new student at a school.                                             [8+8]
         5. (a) De ne interaction. What is the signi cance of context in interactions?
             (b) What are the various adornments to ends of links denoted as standard stereo-
                 types? Explain about objects and roles.                                            [4+12]
         6. (a) De ne event and signal. What are the four kinds of events which can be
                  modeled by UML? Explain brie y.
             (b) Enumerate the steps to model a family of signals.                                  [13+3]
         7. (a) Enumerate the steps to model adaptable systems. Illustrate with a UML
                  diagram.
             (b) Enumerate the steps to mo del an executable release. Illustrate with a UML
                  diagram.
             (c) What are the common uses of component diagrams? [6+8+2]
         8. (a) Draw the use case diagram for the library system and explain the relationships.
             (b) Draw a sequence diagram for the use cse Lend Item and explain
             (c) Draw a collabortion diagram for the add Title use case and explain [6+5+5]




                                                     1 of 1




www.studentyogi.com                                                         www.studentyogi.com
www.studentyogi.com                                                      www.studentyogi.com
       Code No: R05212101
                                                                          Set No. 3
          II B.Tech I Semester Supplimentary Examinations, November 2008
               OBJECT ORIENTED ANALYSIS DESIGN THROUGH UML
                                    (Aeronautical Engineering)
       Time: 3 hours                                                                 Max Marks: 80
                                   Answer any FIVE Questions
                                 All Questions carry equal marks



         1. (a) Why is it necessary to have a variety of diagrams in a model of a system?
             (b) Which UML diagrams give a static view and which give a dynamic view of a
                 system?
             (c) Consider a computer-based system that plays chess with a user. Which UML
                  diagrams would be helpful in designing the system? Why?
             (d) Contrast the following:
                    i. Actors Vs. Stakeholders
                   ii. Usecase Vs. Algorithm.                                                   [4x4=16]

         2. (a) De ne relationship. Explain the four adornments that apply to an association.
             (b) Enumerate the steps to model single inheritance.
             (c) Enumerate the steps to model using relationship.                               [8+6+2]

         3. (a) Illustrate the following modeling issues with class diagrams.
                    i. Modeling simple collaborations
                   ii. Modeling logical database schema.
             (b) What are the contents in class diagrams?                                         [12+4]

         4. (a) What are interaction diagrams? What are their contents and common proper-
                 ties? De ne semantic equivalence between two kinds of interaction diagrams.
             (b) Enumerate the steps to model ows of control by time ordering. [8+8]

         5. (a) Illustrate sequence diagram and collaboration diagram for modeling ow of
                    control by time and ow of control by organization respectively.
             (b) Enumerate the properties of a well-structured interaction. [12+4]

         6. (a) Enumerate the steps to mo del interprocess communication (IPC).
             (b) Draw a UML diagram which models IPC in a distributed reservation system
                  with processes spread across four nodes. Brie y explain.
             (c) What are the characteristics of a well-structured active class and active object?
                                                                                                [5+5+6]

         7. (a) Enumerate the steps to model adaptable systems. Illustrate with a UML
                  diagram.



                                                     1 of 2




www.studentyogi.com                                                      www.studentyogi.com
www.studentyogi.com                                                      www.studentyogi.com
       Code No: R05212101
                                                                          Set No. 3
             (b) Enumerate the steps to mo del an executable release. Illustrate with a UML
                  diagram.
             (c) What are the common uses of component diagrams? [6+8+2]

         8. (a) Draw the use case diagram for the library system and explain the relationships.
             (b) What are the packages in the Library system? explain [6+10]




                                                    2 of 2




www.studentyogi.com                                                      www.studentyogi.com
www.studentyogi.com                                                      www.studentyogi.com
       Code No: R05212101
                                                                          Set No. 4
          II B.Tech I Semester Supplimentary Examinations, November 2008
               OBJECT ORIENTED ANALYSIS DESIGN THROUGH UML
                                    (Aeronautical Engineering)
       Time: 3 hours                                                                  Max Marks: 80
                                   Answer any FIVE Questions
                                 All Questions carry equal marks



         1. (a) Pick the ones that are related. Justify.
                     i. Behavioral things, verbs
                    ii. Structural things, nouns
                   iii. Generalization, specialization, adjectives
                   iv. Associations, verbs.
             (b) Explain the following brie y.
                     i. class/object dichotomy
                    ii. interface Vs. implementation.
             (c) Explain the various relationships in UML brie y.                              [8+4+4]

         2. (a) De ne the following:
                     i. System
                    ii. Model
                   iii. subsystem
                   iv. Use case
             (b) How are system architecture views and UML diagrams related?
             (c) How do you model di erent levels of abstraction.                              [8+4+4]

         3. (a) Enumerate the steps to mo del simple collaborations.
             (b) Enumerate the steps to model object structures.                                [6+10]

         4. (a) What are interaction diagrams? What are their contents and common proper-
                 ties? De ne semantic equivalence between two kinds of interaction diagrams.
             (b) Enumerate the steps to model ows of control by time ordering. [8+8]

         5. (a) Draw a use case diagram that depicts the context of a credit card validation
                  system. Explain brie y.
             (b) Draw the UML diagram to model the requirements of a system.
             (c) What is the signi cance of use cases and collaborations. [8+4+4]

         6. (a) De ne event and signal. What are the four kinds of events which can be
                  modeled by UML? Explain brie y.
             (b) Enumerate the steps to model a family of signals.                              [13+3]


                                                        1 of 2




www.studentyogi.com                                                      www.studentyogi.com
www.studentyogi.com                                                    www.studentyogi.com
       Code No: R05212101
                                                                        Set No. 4
         7. (a) Enumerate the steps to model adaptable systems. Illustrate with a UML
                  diagram.
             (b) Enumerate the steps to mo del an executable release. Illustrate with a UML
                  diagram.
             (c) What are the common uses of component diagrams? [6+8+2]

         8. (a) Draw a sequence diagram for the use cse Lend Item and explain
             (b) Draw a component diagram for the library system and explain
             (c) For coding, the speci cations are fetched from which diagrams in the design
                  model? explain                                                             [5+5+6]




                                                  2 of 2




www.studentyogi.com                                                    www.studentyogi.com

More Related Content

What's hot

C programming session 05
C programming session 05C programming session 05
C programming session 05AjayBahoriya
 
What the matrix can tell us about the social network.
What the matrix can tell us about the social network.What the matrix can tell us about the social network.
What the matrix can tell us about the social network.David Gleich
 
CS 354 Final Exam Review
CS 354 Final Exam ReviewCS 354 Final Exam Review
CS 354 Final Exam ReviewMark Kilgard
 
M A T H E M A T I C S I I I J N T U M O D E L P A P E R{Www
M A T H E M A T I C S  I I I  J N T U  M O D E L  P A P E R{WwwM A T H E M A T I C S  I I I  J N T U  M O D E L  P A P E R{Www
M A T H E M A T I C S I I I J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
Qno1
Qno1Qno1
Qno1kvs
 
Java cơ bản java co ban
Java cơ bản java co ban Java cơ bản java co ban
Java cơ bản java co ban ifis
 

What's hot (12)

MATLAB & Image Processing
MATLAB & Image ProcessingMATLAB & Image Processing
MATLAB & Image Processing
 
JavaYDL13
JavaYDL13JavaYDL13
JavaYDL13
 
C programming session 05
C programming session 05C programming session 05
C programming session 05
 
CSMR11b.ppt
CSMR11b.pptCSMR11b.ppt
CSMR11b.ppt
 
What the matrix can tell us about the social network.
What the matrix can tell us about the social network.What the matrix can tell us about the social network.
What the matrix can tell us about the social network.
 
05slide
05slide05slide
05slide
 
CS 354 Final Exam Review
CS 354 Final Exam ReviewCS 354 Final Exam Review
CS 354 Final Exam Review
 
06slide
06slide06slide
06slide
 
M A T H E M A T I C S I I I J N T U M O D E L P A P E R{Www
M A T H E M A T I C S  I I I  J N T U  M O D E L  P A P E R{WwwM A T H E M A T I C S  I I I  J N T U  M O D E L  P A P E R{Www
M A T H E M A T I C S I I I J N T U M O D E L P A P E R{Www
 
ADVANCED WORKSHOP IN MATLAB
ADVANCED WORKSHOP IN MATLABADVANCED WORKSHOP IN MATLAB
ADVANCED WORKSHOP IN MATLAB
 
Qno1
Qno1Qno1
Qno1
 
Java cơ bản java co ban
Java cơ bản java co ban Java cơ bản java co ban
Java cơ bản java co ban
 

Viewers also liked

5 Introduction To Aerospace Transportation Systems
5 Introduction To Aerospace Transportation Systems5 Introduction To Aerospace Transportation Systems
5 Introduction To Aerospace Transportation Systemsguestd436758
 
0102 Managerial Economics And Financial Analysis
0102 Managerial Economics  And  Financial Analysis0102 Managerial Economics  And  Financial Analysis
0102 Managerial Economics And Financial Analysisguestd436758
 
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...
05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...guestd436758
 
R05010106 C P R O G R A M M I N G A N D D A T A S T R U C T U R E S
R05010106  C  P R O G R A M M I N G   A N D   D A T A  S T R U C T U R E SR05010106  C  P R O G R A M M I N G   A N D   D A T A  S T R U C T U R E S
R05010106 C P R O G R A M M I N G A N D D A T A S T R U C T U R E Sguestd436758
 
How People Really Hold and Touch (their Phones)
How People Really Hold and Touch (their Phones)How People Really Hold and Touch (their Phones)
How People Really Hold and Touch (their Phones)Steven Hoober
 

Viewers also liked (7)

5 Introduction To Aerospace Transportation Systems
5 Introduction To Aerospace Transportation Systems5 Introduction To Aerospace Transportation Systems
5 Introduction To Aerospace Transportation Systems
 
Doa Lengkap 4
Doa Lengkap 4Doa Lengkap 4
Doa Lengkap 4
 
Presentation1
Presentation1Presentation1
Presentation1
 
0102 Managerial Economics And Financial Analysis
0102 Managerial Economics  And  Financial Analysis0102 Managerial Economics  And  Financial Analysis
0102 Managerial Economics And Financial Analysis
 
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...
05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...
 
R05010106 C P R O G R A M M I N G A N D D A T A S T R U C T U R E S
R05010106  C  P R O G R A M M I N G   A N D   D A T A  S T R U C T U R E SR05010106  C  P R O G R A M M I N G   A N D   D A T A  S T R U C T U R E S
R05010106 C P R O G R A M M I N G A N D D A T A S T R U C T U R E S
 
How People Really Hold and Touch (their Phones)
How People Really Hold and Touch (their Phones)How People Really Hold and Touch (their Phones)
How People Really Hold and Touch (their Phones)
 

Similar to 212101 Object Oriented Analysis Design Through Uml

05211201 Advanced Data Structures And Algorithms
05211201 Advanced Data Structures  And  Algorithms05211201 Advanced Data Structures  And  Algorithms
05211201 Advanced Data Structures And Algorithmsguestac67362
 
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...guest3f9c6b
 
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Automata And Compiler Design
Automata And Compiler DesignAutomata And Compiler Design
Automata And Compiler Designguestac67362
 
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
C O M P U T E R P R O G R A M M I N G J N T U M O D E L P A P E R{Www
C O M P U T E R  P R O G R A M M I N G  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  P R O G R A M M I N G  J N T U  M O D E L  P A P E R{Www
C O M P U T E R P R O G R A M M I N G J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...guest3f9c6b
 
Oop r&s may 2019 (2)
Oop r&s may 2019 (2)Oop r&s may 2019 (2)
Oop r&s may 2019 (2)ktuonlinenotes
 
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
07 A1 Ec01 C Programming And Data Structures
07 A1 Ec01 C Programming And Data Structures07 A1 Ec01 C Programming And Data Structures
07 A1 Ec01 C Programming And Data Structuresguestac67362
 
Oop suplemnertary september 2019
Oop suplemnertary september  2019Oop suplemnertary september  2019
Oop suplemnertary september 2019ktuonlinenotes
 

Similar to 212101 Object Oriented Analysis Design Through Uml (20)

05211201 Advanced Data Structures And Algorithms
05211201 Advanced Data Structures  And  Algorithms05211201 Advanced Data Structures  And  Algorithms
05211201 Advanced Data Structures And Algorithms
 
Ads
AdsAds
Ads
 
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...
 
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
 
Automata And Compiler Design
Automata And Compiler DesignAutomata And Compiler Design
Automata And Compiler Design
 
Paper
PaperPaper
Paper
 
sad.pdf
sad.pdfsad.pdf
sad.pdf
 
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
 
C O M P U T E R P R O G R A M M I N G J N T U M O D E L P A P E R{Www
C O M P U T E R  P R O G R A M M I N G  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  P R O G R A M M I N G  J N T U  M O D E L  P A P E R{Www
C O M P U T E R P R O G R A M M I N G J N T U M O D E L P A P E R{Www
 
C g.2010 supply
C g.2010 supplyC g.2010 supply
C g.2010 supply
 
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...
 
Aca
AcaAca
Aca
 
Oop r&s may 2019 (2)
Oop r&s may 2019 (2)Oop r&s may 2019 (2)
Oop r&s may 2019 (2)
 
R09 object oriented modeling
R09 object oriented modelingR09 object oriented modeling
R09 object oriented modeling
 
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
 
Oop r&s may 2019
Oop r&s may 2019Oop r&s may 2019
Oop r&s may 2019
 
2013-June: 5th Semester CSE / ISE Question Papers
2013-June: 5th  Semester CSE / ISE Question Papers2013-June: 5th  Semester CSE / ISE Question Papers
2013-June: 5th Semester CSE / ISE Question Papers
 
5th Semester CS / IS (2013-June) Question Papers
5th Semester CS / IS (2013-June) Question Papers5th Semester CS / IS (2013-June) Question Papers
5th Semester CS / IS (2013-June) Question Papers
 
07 A1 Ec01 C Programming And Data Structures
07 A1 Ec01 C Programming And Data Structures07 A1 Ec01 C Programming And Data Structures
07 A1 Ec01 C Programming And Data Structures
 
Oop suplemnertary september 2019
Oop suplemnertary september  2019Oop suplemnertary september  2019
Oop suplemnertary september 2019
 

More from guestd436758

R05010501 B A S I C E L E C T R I C A L E N G I N E E R I N G
R05010501  B A S I C  E L E C T R I C A L  E N G I N E E R I N GR05010501  B A S I C  E L E C T R I C A L  E N G I N E E R I N G
R05010501 B A S I C E L E C T R I C A L E N G I N E E R I N Gguestd436758
 
R05010107 E N G I N E E R I N G G R A P H I C S
R05010107  E N G I N E E R I N G  G R A P H I C SR05010107  E N G I N E E R I N G  G R A P H I C S
R05010107 E N G I N E E R I N G G R A P H I C Sguestd436758
 
E C M2221 P R O B A B I L I T Y A N D S T A T I S T I C S Set1
E C M2221  P R O B A B I L I T Y  A N D  S T A T I S T I C S Set1E C M2221  P R O B A B I L I T Y  A N D  S T A T I S T I C S Set1
E C M2221 P R O B A B I L I T Y A N D S T A T I S T I C S Set1guestd436758
 
R05010401 N E T W O R K A N A L Y S I S
R05010401  N E T W O R K  A N A L Y S I SR05010401  N E T W O R K  A N A L Y S I S
R05010401 N E T W O R K A N A L Y S I Sguestd436758
 
R05010204 E L E C T R O N I C D E V I C E S A N D C I R C U I T S
R05010204  E L E C T R O N I C  D E V I C E S  A N D  C I R C U I T SR05010204  E L E C T R O N I C  D E V I C E S  A N D  C I R C U I T S
R05010204 E L E C T R O N I C D E V I C E S A N D C I R C U I T Sguestd436758
 
R05010203 E L E C T R I C A L C I R C U I T S
R05010203  E L E C T R I C A L  C I R C U I T SR05010203  E L E C T R I C A L  C I R C U I T S
R05010203 E L E C T R I C A L C I R C U I T Sguestd436758
 
R05010302 E N G I N E E R I N G M E C H A N I C S
R05010302  E N G I N E E R I N G  M E C H A N I C SR05010302  E N G I N E E R I N G  M E C H A N I C S
R05010302 E N G I N E E R I N G M E C H A N I C Sguestd436758
 
R05010105 A P P L I E D M E C H A N I C S
R05010105  A P P L I E D  M E C H A N I C SR05010105  A P P L I E D  M E C H A N I C S
R05010105 A P P L I E D M E C H A N I C Sguestd436758
 
05210401 P R O B A B I L I T Y T H E O R Y A N D S T O C H A S T I C P R...
05210401  P R O B A B I L I T Y  T H E O R Y  A N D  S T O C H A S T I C  P R...05210401  P R O B A B I L I T Y  T H E O R Y  A N D  S T O C H A S T I C  P R...
05210401 P R O B A B I L I T Y T H E O R Y A N D S T O C H A S T I C P R...guestd436758
 
05210202 F L U I D M E C H A N I C S A N D H Y D R A U L I C M A C H I...
05210202  F L U I D  M E C H A N I C S   A N D   H Y D R A U L I C  M A C H I...05210202  F L U I D  M E C H A N I C S   A N D   H Y D R A U L I C  M A C H I...
05210202 F L U I D M E C H A N I C S A N D H Y D R A U L I C M A C H I...guestd436758
 
05212201 C A L I B R A T I O N A N D E L E C T R O N I C M E A S U R E ...
05212201  C A L I B R A T I O N   A N D   E L E C T R O N I C  M E A S U R E ...05212201  C A L I B R A T I O N   A N D   E L E C T R O N I C  M E A S U R E ...
05212201 C A L I B R A T I O N A N D E L E C T R O N I C M E A S U R E ...guestd436758
 
05210202 Fluid Mechanics And Hydraulic Machinery
05210202 Fluid Mechanics  And  Hydraulic Machinery05210202 Fluid Mechanics  And  Hydraulic Machinery
05210202 Fluid Mechanics And Hydraulic Machineryguestd436758
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1guestd436758
 
Ce052391 Environmental Studies Set1
Ce052391 Environmental Studies Set1Ce052391 Environmental Studies Set1
Ce052391 Environmental Studies Set1guestd436758
 
Ce 2009 Gate Paper Prsolutions08
Ce 2009 Gate Paper Prsolutions08Ce 2009 Gate Paper Prsolutions08
Ce 2009 Gate Paper Prsolutions08guestd436758
 
Downstream Processing
Downstream ProcessingDownstream Processing
Downstream Processingguestd436758
 
E105309 Industrial Instrumentation Set1
E105309 Industrial Instrumentation Set1E105309 Industrial Instrumentation Set1
E105309 Industrial Instrumentation Set1guestd436758
 
Ec05032 Analog Communications Set1
Ec05032 Analog Communications Set1Ec05032 Analog Communications Set1
Ec05032 Analog Communications Set1guestd436758
 
210502 Mathematical Foundation Of Computer Science
210502 Mathematical Foundation Of Computer Science210502 Mathematical Foundation Of Computer Science
210502 Mathematical Foundation Of Computer Scienceguestd436758
 
22301 Analytical Techniques In Bio Technology Set1
22301 Analytical Techniques In Bio Technology Set122301 Analytical Techniques In Bio Technology Set1
22301 Analytical Techniques In Bio Technology Set1guestd436758
 

More from guestd436758 (20)

R05010501 B A S I C E L E C T R I C A L E N G I N E E R I N G
R05010501  B A S I C  E L E C T R I C A L  E N G I N E E R I N GR05010501  B A S I C  E L E C T R I C A L  E N G I N E E R I N G
R05010501 B A S I C E L E C T R I C A L E N G I N E E R I N G
 
R05010107 E N G I N E E R I N G G R A P H I C S
R05010107  E N G I N E E R I N G  G R A P H I C SR05010107  E N G I N E E R I N G  G R A P H I C S
R05010107 E N G I N E E R I N G G R A P H I C S
 
E C M2221 P R O B A B I L I T Y A N D S T A T I S T I C S Set1
E C M2221  P R O B A B I L I T Y  A N D  S T A T I S T I C S Set1E C M2221  P R O B A B I L I T Y  A N D  S T A T I S T I C S Set1
E C M2221 P R O B A B I L I T Y A N D S T A T I S T I C S Set1
 
R05010401 N E T W O R K A N A L Y S I S
R05010401  N E T W O R K  A N A L Y S I SR05010401  N E T W O R K  A N A L Y S I S
R05010401 N E T W O R K A N A L Y S I S
 
R05010204 E L E C T R O N I C D E V I C E S A N D C I R C U I T S
R05010204  E L E C T R O N I C  D E V I C E S  A N D  C I R C U I T SR05010204  E L E C T R O N I C  D E V I C E S  A N D  C I R C U I T S
R05010204 E L E C T R O N I C D E V I C E S A N D C I R C U I T S
 
R05010203 E L E C T R I C A L C I R C U I T S
R05010203  E L E C T R I C A L  C I R C U I T SR05010203  E L E C T R I C A L  C I R C U I T S
R05010203 E L E C T R I C A L C I R C U I T S
 
R05010302 E N G I N E E R I N G M E C H A N I C S
R05010302  E N G I N E E R I N G  M E C H A N I C SR05010302  E N G I N E E R I N G  M E C H A N I C S
R05010302 E N G I N E E R I N G M E C H A N I C S
 
R05010105 A P P L I E D M E C H A N I C S
R05010105  A P P L I E D  M E C H A N I C SR05010105  A P P L I E D  M E C H A N I C S
R05010105 A P P L I E D M E C H A N I C S
 
05210401 P R O B A B I L I T Y T H E O R Y A N D S T O C H A S T I C P R...
05210401  P R O B A B I L I T Y  T H E O R Y  A N D  S T O C H A S T I C  P R...05210401  P R O B A B I L I T Y  T H E O R Y  A N D  S T O C H A S T I C  P R...
05210401 P R O B A B I L I T Y T H E O R Y A N D S T O C H A S T I C P R...
 
05210202 F L U I D M E C H A N I C S A N D H Y D R A U L I C M A C H I...
05210202  F L U I D  M E C H A N I C S   A N D   H Y D R A U L I C  M A C H I...05210202  F L U I D  M E C H A N I C S   A N D   H Y D R A U L I C  M A C H I...
05210202 F L U I D M E C H A N I C S A N D H Y D R A U L I C M A C H I...
 
05212201 C A L I B R A T I O N A N D E L E C T R O N I C M E A S U R E ...
05212201  C A L I B R A T I O N   A N D   E L E C T R O N I C  M E A S U R E ...05212201  C A L I B R A T I O N   A N D   E L E C T R O N I C  M E A S U R E ...
05212201 C A L I B R A T I O N A N D E L E C T R O N I C M E A S U R E ...
 
05210202 Fluid Mechanics And Hydraulic Machinery
05210202 Fluid Mechanics  And  Hydraulic Machinery05210202 Fluid Mechanics  And  Hydraulic Machinery
05210202 Fluid Mechanics And Hydraulic Machinery
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1
 
Ce052391 Environmental Studies Set1
Ce052391 Environmental Studies Set1Ce052391 Environmental Studies Set1
Ce052391 Environmental Studies Set1
 
Ce 2009 Gate Paper Prsolutions08
Ce 2009 Gate Paper Prsolutions08Ce 2009 Gate Paper Prsolutions08
Ce 2009 Gate Paper Prsolutions08
 
Downstream Processing
Downstream ProcessingDownstream Processing
Downstream Processing
 
E105309 Industrial Instrumentation Set1
E105309 Industrial Instrumentation Set1E105309 Industrial Instrumentation Set1
E105309 Industrial Instrumentation Set1
 
Ec05032 Analog Communications Set1
Ec05032 Analog Communications Set1Ec05032 Analog Communications Set1
Ec05032 Analog Communications Set1
 
210502 Mathematical Foundation Of Computer Science
210502 Mathematical Foundation Of Computer Science210502 Mathematical Foundation Of Computer Science
210502 Mathematical Foundation Of Computer Science
 
22301 Analytical Techniques In Bio Technology Set1
22301 Analytical Techniques In Bio Technology Set122301 Analytical Techniques In Bio Technology Set1
22301 Analytical Techniques In Bio Technology Set1
 

Recently uploaded

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIShubhangi Sonawane
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 

Recently uploaded (20)

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 

212101 Object Oriented Analysis Design Through Uml

  • 1. www.studentyogi.com www.studentyogi.com Code No: R05212101 Set No. 1 II B.Tech I Semester Supplimentary Examinations, November 2008 OBJECT ORIENTED ANALYSIS DESIGN THROUGH UML (Aeronautical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) How is association modeled as a class? (b) Explain the antisymmetric and transitive properties of aggregation. (c) How is generalization/specialization contrasted with more code reuse? State Liskov’s substitution principle. (d) What are the principles of mo deling? [4x4=16] 2. (a) Explain any three features used in creating abstractions. (b) Enumerate the steps to model the vo cabulary of a system. (c) Write a simple JAVA applet for printing “Hello, World!” in a web browser. [6+6+4] 3. (a) Draw a class diagram that depicts the various relationships in UML. (b) What are the common properties and uses of class diagrams? (c) What are the contents in class diagrams? [6+6+4] 4. (a) What are interaction diagrams? What are their contents and common proper- ties? De ne semantic equivalence between two kinds of interaction diagrams. (b) Enumerate the steps to model ows of control by time ordering. [8+8] 5. (a) Draw a use case diagram to model the behavior of a cellular phone. Explain brie y. (b) What are the contexts, common properties and common uses of use case dia- grams. (c) Enumerate the steps to model the context of a system. [6+6+4] 6. (a) Enumerate the steps in modeling timing constraints. Illustrate with a UML diagram and explain. (b) Consider an object diagram that mo dels the distribution of certain objects in a realtime system. Draw the diagram and explain brie y. [10+6] 7. Enumerate the steps to model the following. Illustrate with UML diagrams and explain brie y (a) Tables, les and documents (b) API (c) Source code. [16] 1 of 2 www.studentyogi.com www.studentyogi.com
  • 2. www.studentyogi.com www.studentyogi.com Code No: R05212101 Set No. 1 8. (a) Draw activity diagram to remove reservations after a speci ed amount of time and explain (b) Draw and explain sequence diagram for the search facility of the ob jects, so that ”wild card” characters can be used when searching for titles, authors, or borrowers. [8+8] 2 of 2 www.studentyogi.com www.studentyogi.com
  • 3. www.studentyogi.com www.studentyogi.com Code No: R05212101 Set No. 2 II B.Tech I Semester Supplimentary Examinations, November 2008 OBJECT ORIENTED ANALYSIS DESIGN THROUGH UML (Aeronautical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Explain brie y runtime polymorphism illustrating a program in Java or C++. (b) What are the principles of mo deling? (c) Explain the antisymmetric and transitive properties of aggregation. [8+4+4] 2. (a) Explain any three features used in creating abstractions. (b) Enumerate the steps to model the vo cabulary of a system. (c) Write a simple JAVA applet for printing “Hello, World!” in a web browser. [6+6+4] 3. (a) What is the use of forward engineering and reverse engineering UML diagrams? (b) Enumerate the steps to model logical data base schema. (c) Contrast ob ject diagram with class diagram. [6+6+4] 4. (a) Draw a sequence diagrams that speci es the ow of control involved in initi- ating a simple, two-party phone call. (b) Draw a collaboration diagram that speci es the ow of control involved in registering a new student at a school. [8+8] 5. (a) De ne interaction. What is the signi cance of context in interactions? (b) What are the various adornments to ends of links denoted as standard stereo- types? Explain about objects and roles. [4+12] 6. (a) De ne event and signal. What are the four kinds of events which can be modeled by UML? Explain brie y. (b) Enumerate the steps to model a family of signals. [13+3] 7. (a) Enumerate the steps to model adaptable systems. Illustrate with a UML diagram. (b) Enumerate the steps to mo del an executable release. Illustrate with a UML diagram. (c) What are the common uses of component diagrams? [6+8+2] 8. (a) Draw the use case diagram for the library system and explain the relationships. (b) Draw a sequence diagram for the use cse Lend Item and explain (c) Draw a collabortion diagram for the add Title use case and explain [6+5+5] 1 of 1 www.studentyogi.com www.studentyogi.com
  • 4. www.studentyogi.com www.studentyogi.com Code No: R05212101 Set No. 3 II B.Tech I Semester Supplimentary Examinations, November 2008 OBJECT ORIENTED ANALYSIS DESIGN THROUGH UML (Aeronautical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Why is it necessary to have a variety of diagrams in a model of a system? (b) Which UML diagrams give a static view and which give a dynamic view of a system? (c) Consider a computer-based system that plays chess with a user. Which UML diagrams would be helpful in designing the system? Why? (d) Contrast the following: i. Actors Vs. Stakeholders ii. Usecase Vs. Algorithm. [4x4=16] 2. (a) De ne relationship. Explain the four adornments that apply to an association. (b) Enumerate the steps to model single inheritance. (c) Enumerate the steps to model using relationship. [8+6+2] 3. (a) Illustrate the following modeling issues with class diagrams. i. Modeling simple collaborations ii. Modeling logical database schema. (b) What are the contents in class diagrams? [12+4] 4. (a) What are interaction diagrams? What are their contents and common proper- ties? De ne semantic equivalence between two kinds of interaction diagrams. (b) Enumerate the steps to model ows of control by time ordering. [8+8] 5. (a) Illustrate sequence diagram and collaboration diagram for modeling ow of control by time and ow of control by organization respectively. (b) Enumerate the properties of a well-structured interaction. [12+4] 6. (a) Enumerate the steps to mo del interprocess communication (IPC). (b) Draw a UML diagram which models IPC in a distributed reservation system with processes spread across four nodes. Brie y explain. (c) What are the characteristics of a well-structured active class and active object? [5+5+6] 7. (a) Enumerate the steps to model adaptable systems. Illustrate with a UML diagram. 1 of 2 www.studentyogi.com www.studentyogi.com
  • 5. www.studentyogi.com www.studentyogi.com Code No: R05212101 Set No. 3 (b) Enumerate the steps to mo del an executable release. Illustrate with a UML diagram. (c) What are the common uses of component diagrams? [6+8+2] 8. (a) Draw the use case diagram for the library system and explain the relationships. (b) What are the packages in the Library system? explain [6+10] 2 of 2 www.studentyogi.com www.studentyogi.com
  • 6. www.studentyogi.com www.studentyogi.com Code No: R05212101 Set No. 4 II B.Tech I Semester Supplimentary Examinations, November 2008 OBJECT ORIENTED ANALYSIS DESIGN THROUGH UML (Aeronautical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Pick the ones that are related. Justify. i. Behavioral things, verbs ii. Structural things, nouns iii. Generalization, specialization, adjectives iv. Associations, verbs. (b) Explain the following brie y. i. class/object dichotomy ii. interface Vs. implementation. (c) Explain the various relationships in UML brie y. [8+4+4] 2. (a) De ne the following: i. System ii. Model iii. subsystem iv. Use case (b) How are system architecture views and UML diagrams related? (c) How do you model di erent levels of abstraction. [8+4+4] 3. (a) Enumerate the steps to mo del simple collaborations. (b) Enumerate the steps to model object structures. [6+10] 4. (a) What are interaction diagrams? What are their contents and common proper- ties? De ne semantic equivalence between two kinds of interaction diagrams. (b) Enumerate the steps to model ows of control by time ordering. [8+8] 5. (a) Draw a use case diagram that depicts the context of a credit card validation system. Explain brie y. (b) Draw the UML diagram to model the requirements of a system. (c) What is the signi cance of use cases and collaborations. [8+4+4] 6. (a) De ne event and signal. What are the four kinds of events which can be modeled by UML? Explain brie y. (b) Enumerate the steps to model a family of signals. [13+3] 1 of 2 www.studentyogi.com www.studentyogi.com
  • 7. www.studentyogi.com www.studentyogi.com Code No: R05212101 Set No. 4 7. (a) Enumerate the steps to model adaptable systems. Illustrate with a UML diagram. (b) Enumerate the steps to mo del an executable release. Illustrate with a UML diagram. (c) What are the common uses of component diagrams? [6+8+2] 8. (a) Draw a sequence diagram for the use cse Lend Item and explain (b) Draw a component diagram for the library system and explain (c) For coding, the speci cations are fetched from which diagrams in the design model? explain [5+5+6] 2 of 2 www.studentyogi.com www.studentyogi.com