MVC Flashcards

1
Q

MVC meaning

A

Model View Controller

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

Model

A

Components that handle requests and events

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

View

A

User interface components

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

Controller

A

Provides the logic behind the decisions in a system

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

What can MVC do?

A

Manage the scalability and upgradability of web applications

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

Application components

A

Data access objects
Services
Plugins
API

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

Data access objetcs

A

Provide a way of accessing and storing data

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

Services

A

Standalone components that satisfy requests

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

Plugins

A

Components that can be added to a system to extend its flexibility

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

API

A

A documented set of objects that can be used across multiple systems to carry out a range of tasks

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