Some short questions are not visible. Usually teachers hides their visibility if they are few in number. We recommends them to have more than 70+ questions against the topic and make them public.
1
Differentiate structural analysis from object oriented analysis.
Answer Structured Analysis
Considers data and the processes that transform the data as separate entities.
Data objects are modeled in a way that defines their attributes and relationships
Processes that manipulate data objects are modeled in a manner that shows how they transform data as data objects flow through the system
Object Oriented Analysis
Focuses on the definition of objects and the manner in which they collaborate with one another to effect customer requirements
The analysis model proposed combines features of both approaches