Object Oriented Analysis and Design Two Mark and Sixteen Mark Q & A Part - A Questions and Answers Unit-I
Object Oriented Analysis and Design Two Mark and Sixteen Mark Q & A Part - A Questions and Answers Unit-I
UNIT-II
1. Write about the four phases in OMT?
OMT consists of four phases. They are
• Analysis-The results are objects and dynamic & functional models.
• System design-The results are a structure of the basic architecture
of the system along with high-level strategy decisions.
• Object Design-Produces a design document, consisting of detailed
objects static, dynamic and functional models
• Implementation-This activity produces reusable, extendible, robust
code.
2. What do you mean by object diagram?
The object model of OMT is represented graphically with an object diagram.
The object diagram contains classes interconnected by association lines. Each
class represents a set of individual objects. The association lines establish
relationships among the classes. Each association line represents a set of links
from the objects o f one class to the objects of another class
3. What are the primary symbols used in Data Flow Diagrams?
Data flow diagrams use four primary symbols:
The process is any function being performed.(verify password in the
ATM)
The data flow shows the direction of data element movement.(PIN
code)
The data store is a location where data are stored.(Account in ATM)
An external entity is a source or destination of a data element .(the
ATM card reader)
UNIT-III
UNIT-IV
UNIT-V