• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/35

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

35 Cards in this Set

  • Front
  • Back

What is object-oriented (O.O) analysis?

Describes an information system by identifying things called objects. Objects include data and processes that can affect the data.




It is an approach used to


1. Study existing objects to see if they can be reused or adapted for new uses




2. Define new or modified objects that will be combined with existing objects into a useful business computing application

What are some advantages of object-oriented analysis method?

A popular approach that sees a system from the viewpoint of the objects themselves as they function and interact.




It integrates easily with object-oriented programming languages such as Java, Smalltalk, VB.Net, Python, and Perl.


- O-O code is modular, reusable, and easy to maintain.

Define the object-oriented term: Object

Represents a real person, place, event, or transaction.




- Similar to nouns.

Provide three examples of an object.

When a patient makes an appointment to see a doctor:




- The patient


- The doctor


- The appointment

Define the object-oriented term: Method

Tasks or functions that the object performs when it receives a message, or command, to do so.




- Resemble verbs that describe what and how an object does something.

Provide three examples of a method.

- Your car performs OPERATE WIPERS when you send a message with the wiper control




- APPLY BRAKES when you send a message by pressing the brake pedal




- HONKS HORN when you send a message by pressing on the steering wheel

Define the object-oriented term: Class

A group of similar objects.




It is like a blueprint,or template for all the objects within the class.

Define the object-oriented term: Instance

A specific member of a class.

Define the object-oriented term: Attribute

Characteristics that describe the object.


- Similar to adjectives

What is an object model?

The end product of object-oriented analysis, which is a representation of the information system in terms of objects and object-oriented concepts.

Define Unified Modeling Language (UML).

A widely used method of visualizing and documenting an information system.

Define the object-oriented term: State

Is an adjective that describes the object's current status. (attribute)

Define the object-oriented term: Message

A command that tells an object to perform a certain method.

Define the object-oriented concept: Polymorphism

The concept that a message gives different meanings to different objects.

Define the object-oriented concept: Encapsulation

All data and methods are self-contained.


An example is the black box concept.

Define the object-oriented Black Box concept.

A message to the object triggers changes within the object without specifying how the changes must be carried out.

Define the object-oriented term: Subclass

Objects within a class grouped into more specific categories.

Define the object-oriented term: Relationship

Enable objects to communicate and interact as they perform business functions and transactions required by the system.

Define the object-oriented term: Superclass

A more general category of a class.

Define the object-oriented term: Inheritance

Enables an object, called a child, to derive one or more of its attributes from another object, called a parent.

Define Object Relationship Diagram.

A model diagram that describes the relationships between objects, providing an overview of the system.

What is a Use Case?

Represents the steps in a specific business function or process.




It is initiated by an actor by requesting the system to perform a function or process.




Represented as an oval in UML with a label that describes the action or event.

Define the object-oriented term: Actor

It is an external entity who interacts with the information system.




in UML, it is represented as a stick figure with a label that identifies the actor's role.

Provide three examples of an actor.

1. A CUSTOMER (actor) can MAKE APPOINTMENT (use case)




2. An AGENT (actor) can CREATE SCHEDULE (use case)




3. an EMPLOYEE (actor) can VIEW SCHEDULE (use case)

What is a Use Case Description?
A table that documents the name of the use case, the actor, a description of the use case, a step-by-step list of the tasks and actions required for successful completion, a description of alternative courses of action, preconditions, postconditions, and assumptions.

What is a Use Case Diagram?

It is a visual summary of several related use cases within a system or subsystem.

What is a Class Diagram?

A model diagram showing the object classes and relationships involved in a use case.

What is involved in creating a class diagram?

You review the use case and identify the classes that participate in the underlying business process.

Define the object-oriented term: Cardinality

It describes how instances of one class relate to instances of another class.

What is a Systems Sequence Diagram?

It is a dynamic model of a use case, showing the interaction among classes during a specified time period.

What is an Activity Diagram?

A model diagram resembling a horizontal flowchart that shows the actions and events as they occur.




They show the order in which the actions take place and identify the outcomes.

Explain the difference between an Activity Diagram and a Systems Sequence Diagram.

Activity diagrams captures the process flow whereas a systems sequence diagram focuses on the interaction between objects.

What is a State Transition Diagram?

A model diagram showing how an object changes from one state to another, depending on events that affect the object.




All possible states must be documented.

What dynamic modeling tools describe how objects behave and interact with the system.

Sequence diagrams


State transition diagrams


Activity diagrams

What is Business Process Modelling?

It is a modelling diagram that represent the people, events, and interaction in a system.