Shared Flashcard Set

Details

1. ECE 355 Intro + UML
ECE 355 Intro + UML
61
Computer Science
Undergraduate 4
04/11/2012

Additional Computer Science Flashcards

 


 

Cards

Term
what is analysis?
Definition
breakdown problem into pieces that can understood
Term
what is synthesis?
Definition
arrange pieces together into a structure to form a solution
Term
what's definition of Software Engineering?
Definition
collection of technologies, methodologies, and tools that help with the production of a high-quality software system developed within a given budget and before a given deadline
Term
what are the main challenges of Software Engineering?
Definition
complexity and change
Term
In Soft Eng, what are 3 ways to deal with complexity?
Definition
1. notations
2. requirement engineering, analysis and design
3. testing
Term
in Soft Eng, what are 3 ways to deal with change?
Definition
1. rationale management
2. release management
3. software life cycle
Term
in Soft Eng, what's a technique?
Definition
formal procedure for producing results using some well-defined notation
Term
in soft eng, what's a methodology?
Definition
collection of techniques applied across software development and unified by a philosophical approach
Term
in soft eng, what is a tool?
Definition
instrument or automated systems to accomplish a technique
Term
what are 4 main goals of soft eng?
Definition
1. higher quality
2. high efficiency
3. lower cost
4. lower risk
Term
what are two definitions for abstraction?
Definition
1. though process
2. resulting idea
Term
what are 2 types of abstraction?
Definition
1. abstraction as activity
2. abstraction as entity
Term
what are 3 system models?
Definition
1. object model
2. functional model
3. dynamic model
Term
what are 2 types of decomposition?
Definition
1. functional decomposition
2. object oriented decomposition
Term
what are issues with functional decomposition?
Definition
must understand where each functionality is
Term
what are 2 special hierarchies?
Definition
1. part-of hierarchy
2. is-kind-of hierarchy
Term
what's abstract data type?
Definition
a type whose implementation is hidden from the rest of the system
Term
what's class?
Definition
abstraction in context of object-oriented languages
Term
what's a system?
Definition
organized set of communicating parts
Term
what's model?
Definition
abstraction describing a system or a subsystem
Term
what's view
Definition
selected aspects of a model
Term
what's a notation?
Definition
set of graphical or textual rules
Term
what's application domain?
Definition
the environment in which the system is operating
Term
what's solution domain?
Definition
the technologies used to build the system
Term
in UML, what does a square denote? What does a circle denote?
Definition
Square denotes classes or instances
Circle denotes function
Term
in UML, if something is underlined, what does that mean?
Definition
name of instances
Term
in UML, what's use case diagram? draw one
Definition
represent the functionality of the system from user's perspective
Term
in UML, what's class diagram? draw one
Definition
represent the structure of the system
Term
in UML, what's sequence diagram? draw one
Definition
represent the behavior of a system as messages between different objects
Term
in UML, what's state machine diagram? draw one
Definition
represent behavior of a single object with interesting dynamic behavior
Term
what diagrams should be used to model functional model?
Definition
use case diagram
Term
what diagrams should be used to model object model?
Definition
class diagram
Term
what diagrams should be used to model dynamic model?
Definition
sequence diagram, state machine diagram
Term
in which phase of software engineering UML case diagram used?
Definition
requirements elicitation and analysis
Term
what is use case model?
Definition
set of all use cases that completely describe the functionality of the system
Term
what's definition of an actor?
Definition
a type of user
Term
what's definition of use case?
Definition
a class of functionality provided by the system
Term
use case can be describe in what 2 ways?
Definition
1. graphically
2. textually
Term
what does use case focus on?
Definition
flow of events
Term
in textual use case description? what are 6 parts?
Definition
1. use case name
2. participating actors
3. entry condition
4. exit condition
5. flow of events
6. special stuff
Term
use case can be related in which 3 ways?
Definition
1. extended 2. included 3. generalization
Term
which phase of soft eng do we use class diagram?
Definition
1. requirement and analysis 2. system design 3. object design
Term
what does an instance represent?
Definition
real world phenomenon
Term
when are 1-1 association used? many-1 association? many-many association?
Definition
Term
what's aggregation?
Definition
consist-of hierarchy
aggregate is the parent class
Term
what does a solid diamond denote?
Definition
composition, where life time of the component is controlled by aggregate
Term
what does inheritance do?
Definition
kind-of hierarchy
Term
what are 4 steps in drawing class diagrams?
Definition
1. find new classes 2. review names, attributes, and methods 3. find associations between classes 4. determine multiplicity of associations
Term
what's association class?
Definition
association that has attributes and operations attached to it
Term
what's constraint?
Definition
restriction
Term
what's sequence diagram useful at?
Definition
find missing objects
Term
what are msg types for sequence diagram?
Definition
1. asynchronous
2. synchronous
3. call and object creation
4. reply
Term
how to represent iteration and condition in sequence diagram?
Definition
iteration -> *
condition -> []
Term
how to represent creation and destruction in sequence diagram?
Definition
destruction -> X
Term
in activity diagram, what does node and edge describe?
Definition
node described activities and objects
edge is directed connection between nodes
Term
what are different types of nodes in activity diagram?
Definition
1. control nodes
2. action
3. object
Term
what are types of control nodes in activity diagram?
Definition
1. initial node
2. final node
3. form node
4. join node
5. merge node
6. decision node
Term
in activity diagram, what is swim lane?
Definition
splits responsibility for subsystems
Term
if an activity diagram is only activity, then what is it?
Definition
workflow of a system
Term
what does state machine diagram focus on?
Definition
focus on set of attributes of a single object or system
Term
why is software development difficult from requirement, development process, software flexibility's point of view?
Definition
requirement: ambiguous, changing, complex
process: non-linear, market
flexibility: execute correctly on a physical system
Supporting users have an ad free experience!