Pretest

Choose True or False.
Using the MVC design pattern, we separate software components into three distinct components which are tightly coupled to each other.
True False

What is the name of the file which contains the configuration for PHP?
php.conf
| |
phpd.conf
| |
php.ini
| |
php_config.ini
|

Read the paragraph below and fill in the missing words.
Software which follows the MVC Design Pattern is separated into three main components, which are
,
, and
.

Choose True or False.
After making changes to the httpd.conf file, the Apache web server must be restarted.
True False