Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 5 pages
Exam (elaborations)

SE310 FINAL EXAMS ACTUAL QUESTIONS AND ANSWERS SURE

Document preview thumbnail
Preview 2 out of 5 pages

SE310 FINAL EXAMS ACTUAL QUESTIONS AND ANSWERS SURE

Content preview

SE310 FINAL EXAMS ACTUAL QUESTIONS AND
ANSWERS SURE A+
✔✔High Cohesion - ✔✔A module has well-defined responsibilities.
Good programming design.

✔✔Coupling - ✔✔The degree of interdependence between software modules.
How closely connected two routines or modules are.
The extent to which a class knows about the other class.

✔✔Tight Coupling - ✔✔two modules or routines are closely connected.
A class knows a lot about another class.
A bad programming design

✔✔Loose Coupling - ✔✔two routines or modules are Loosely connected.
A class knows very little about the other class.
a good programming design

✔✔Patterns: Template - ✔✔Define the skeleton of an algorithm in an operation,
deferring some steps to subclasses. Lets subclasses redefine certain steps of an
algorithm without changing the structure of the algorithm.

, ✔✔Patterns: Command - ✔✔Encapsulate a request as an object, thereby letting you
parameterize clients with different requests, queue or log requests, and support
undoable operations.

✔✔Patterns: Singleton - ✔✔Ensure a class only has one instance and provide a global
point of access to it.

✔✔Patterns: Observer - ✔✔Define a one-to-many dependency between objects so that
when one object changes state, all its dependents are notified and updated
automatically.
A one to many relationship.

✔✔Patterns: Decorator - ✔✔Attach additional responsibilities to an object dynamically.
Provide a flexible alternative to sub-classing for extending functionality.

✔✔Patterns: Factory - ✔✔Define an interface for creating an object, but let subclasses
decide which class to instantiate, lets a class defer instantiation to subclasses.
Look for parallel sets of classes that have "uses" relationships between one set of
classes and the other.

✔✔Patterns: Abstract Factory - ✔✔It provides an interface for creating families of
related or dependent objects without specifying their concrete class.
We will see the logic for choosing which factory to use pulled out of the base/abstract
factory into an external class.

✔✔Patterns: Bridge - ✔✔Decouple an abstraction from its implementation so that the
two can vary independently.

✔✔Patterns: Strategy - ✔✔Define a family of algorithms, encapsulate each one, and
make them interchangeable. Lets the algorithm vary independently from clients that use
it.

✔✔Patterns: Adapter - ✔✔Convert the interface of a class into another interface clients
expect. Lets classes work together that couldn't otherwise because of incompatible
interfaces.

✔✔Patterns: Facade - ✔✔Provide a unified interface to a set of interfaces in a
subsystem. Defines a high-level interface that makes the subsystem easier to use.

✔✔ Patterns: Iterator - ✔✔Provide a way to access the elements of an aggregate object
sequentially without exposing its underlying representation.

✔✔Patterns: Builder - ✔✔Separate the construction of a complex object from its
representing so that the same construction process can create different representations.

Document information

Uploaded on
July 17, 2026
Number of pages
5
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$16.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Pyramids
4.0
(2)
Sold
22
Followers
4
Items
7208
Last sold
3 weeks ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions