MVC Flashcards
1
Q
MVC meaning
A
Model View Controller
2
Q
Model
A
Components that handle requests and events
3
Q
View
A
User interface components
4
Q
Controller
A
Provides the logic behind the decisions in a system
5
Q
What can MVC do?
A
Manage the scalability and upgradability of web applications
6
Q
Application components
A
Data access objects
Services
Plugins
API
7
Q
Data access objetcs
A
Provide a way of accessing and storing data
8
Q
Services
A
Standalone components that satisfy requests
9
Q
Plugins
A
Components that can be added to a system to extend its flexibility
10
Q
API
A
A documented set of objects that can be used across multiple systems to carry out a range of tasks