ADET - Labq2
ADET - Labq2
State Finished
Completed on Tuesday, 28 September 2021, 1:37 PM
Time taken 11 mins 48 secs
Question 1
Flag question
Question text
The helpeme folder contains standard CodeIgniter helpers (such as date, cookie, and URL
helpers).
Select one:
True
False
Question 2
Complete
Mark 1.00 out of 1.00
Flag question
Question text
CodeIgniter is based on the Model-View-Controller (MVC) development pattern.
Select one:
True
False
Question 3
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Config − This folder contains various files to configure the application. With the help
of config.php file,
Select one:
True
False
Question 4
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Hooks − The files in this folder provide a means to tap into and modify the inner
workings of the framework without hacking the core files.
Select one:
True
False
Question 5
Complete
Mark 1.00 out of 1.00
Flag question
Question text
The libraries folder contains standard CodeIgniter libraries (to help you with e-mail, calendars,
file uploads, and more). You can create your own libraries or extend (and even replace) standard
ones, but those will be saved in the application/libraries directory to keep them separate from
the standard CodeIgniter libraries saved in this particular folder.
Select one:
True
False
Question 6
Complete
Mark 1.00 out of 1.00
Flag question
Question text
The MVC represents your data structures
Select one:
True
False
Question 7
Complete
Mark 1.00 out of 1.00
Flag question
Question text
2nd_party − In this folder, you can place any plugins, which will be used for your
application.
Select one:
True
False
Question 8
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Model- This folder contains CodeIgniter’s core class. Do not modify anything here. All of your
work will take place in the application folder.
Select one:
True
False
Question 9
Complete
Mark 1.00 out of 1.00
Flag question
Question text
A View will normally be a web page, but in CodeIgniter, a view can also be a page fragment like
a header or footer. It can also be an RSS page, or any other type of “page”.
Select one:
True
False
Question 10
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Database − The database folder contains core database drivers and other database
utilities.
Select one:
True
False