v1.11.4
First, watch the first lecture video and read the material.
Which of the following claims are true?
An architectural style is a conceptual way of how the system will be created / will work.
An architectural pattern describes a solution for implementing a style at the level of subsystems or modules and their relationships.
Which of the following claims are true regarding tier architecture?
Callbacks can be used to break the idea of tier architecture without making lower level dependent of the upper..
Tier architecture decrease dependencies and support reuse.
Tier architecture increases performance.
Tier architecture may lead to repeated computation.
Which of the following claims are true regarding pipes and filters architecture?
Complex information handling process can be divided pieces that are easier to handle.
Supports reuse as units can be combined and maintained separately.
Makes error handling easier.