OO Intro (PPT 1) Flashcards

1
Q

What are the steps to Analysis and Design?

A
  • Problem arises
  • Understand what the problem is and what solution is required (Analysis)
  • Think about how to solve the problem (Design)
  • Implement solution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a model?

A

It is a representation of reality. The ideas and plan.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why do we model?

A

To aide in communication of an idea and also for documentation. It can also help discover mistakes or misconceptions early on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an Object Oriented Approach?

A

We structure the system is represented in terms of objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an Object?

A

It is a part or section of the wider system. It represents one aspect of the system, e.g. a book

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is UML?

A

Unified Modelling Language

It is the industry standard notation for visual modelling of software systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What has UML taken inspiration from?

A
  • Rumbaugh OMT is strong in analysis
  • Booch is strong in design
  • Jacobson is strong in requirements capture
How well did you know this?
1
Not at all
2
3
4
5
Perfectly