Modeling software - correct answer ✔is a computer program to build
simulations or other models
Avantages of modeling software - correct answer ✔analysis
design
implementation
waterfall - correct answer ✔analysis followed by the design and the
implementation
iterative - correct answer ✔it repeats the waterfall model
progressively completes a project
it deals with the entire project on each interaction of waterfall model
inception - correct answer ✔identify the system you are going to develop,
including what is contains and its bussnises called
elaboration - correct answer ✔perform detailed design and identify the
foundation of your system
construction - correct answer ✔write the software
transition - correct answer ✔deliver the system to the users - sometimes
better known as rolling out
, what is UML - correct answer ✔is only a language to model a system and is
it not the method to build it.
Structure Diagrams - correct answer ✔umlaut has two type of diagrams that
are considered structural, class diagram and implementation diagrams
unified process - correct answer ✔is the method used to model a system
using UML
Behavior Diagrams - correct answer ✔What happens in the system
(Dynamic)
Interactive Diagrams - correct answer ✔1. Flow of control among different
parts of the system
informal - correct answer ✔anything is a subject
formal - correct answer ✔an instance of a class with its own set of data
abstraction - correct answer ✔A class so generic that objects cannot be
instantiated from it. A class with one or more methods that is identified but not
defined in the abstract class.
class - correct answer ✔a group of related objects
polymorphism - correct answer ✔many forms or shapes
attributes - correct answer ✔They describe characteristics of objects.