Worksheet 2.5 MVC Architecture
Worksheet 2.5 MVC Architecture
Worksheet 2.1
Relate the words below and clues to complete the crossword.
Handle
Manage
Pattern
Output
Inputs
Retrieve
Render
Request
Maintaining
1. __________ :It is a repeatable solution to a software
engineering problem.
2. __________ :It is the process of searching for, locating, and
returning data.
3. __________ :A computer system that is essential for the
performance and lifespan of a computer.
4. __________ :The state of being asked for or wanted.
5. __________ :Any information or data sent to a computer for
processing.
6. __________ :It is an abstract reference to a resource that is
used when application software references blocks of memory
or objects managed by another system.
7. __________ :It Is the process of managing, monitoring and
optimizing a computer system for performance.
8. __________ :Refers to the act of drawing the modelled
objects on screen.
9. __________ :Data generated by a computer.
Worksheet 2.2
MVC Framework
What is MVC Framework?
The Model-View-Controller (MVC) framework is an architectural
pattern that separates an application into three principal
components Model, View, and Controller. Each architecture
component manages a specific development aspect of an
application.
Three important MVC the components are:
Model: It includes all the data and its related logic.
View: It presents data to the user or handles user interaction.
Controller: An interface between Model and View components.
View