1.MVC -- Model View Controller is right, as Model is also a component, view is also a component and controller is also a component
Three components are working together to perform specific functionality.
But cannot say the name of pattern as
Model View Component(which component)
2. DTO- Data Transfer Object, I hope the other name is Value Object (VO), Transfer Object and Replicate Object
Yes all refer to same pattern
3.Front Controller/Component (controller or a component is one and the same thing!)
Here yes we can refer to Front Controller as Front Component, as we are specific to particular component
Check this 4.The Data Access Component (also known as the Data Access Object- DAO)
Pattern is Data Access Object, not Data Access Component
Is this a part of Exam
Experts Comments Please ???