0% found this document useful (0 votes)
164 views8 pages

Application Development and Emerging Technologies Prelim Lab

The document summarizes the results of a prelim lab exam on CodeIgniter fundamentals taken by the user. The user answered 16 out of 20 questions correctly and received a score of 22 out of 40 or 55% overall. The exam covered topics like CodeIgniter directory structure, MVC architecture, and the roles of models, views and controllers.

Uploaded by

retiredxaji
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
164 views8 pages

Application Development and Emerging Technologies Prelim Lab

The document summarizes the results of a prelim lab exam on CodeIgniter fundamentals taken by the user. The user answered 16 out of 20 questions correctly and received a score of 22 out of 40 or 55% overall. The exam covered topics like CodeIgniter directory structure, MVC architecture, and the roles of models, views and controllers.

Uploaded by

retiredxaji
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

2/1/24, 1:17 PM Prelim Lab Exam: Attempt review

Home / My courses / UGRD-ITE6301A-2323T / Prelim Exam / Prelim Lab Exam

Started on Thursday, 1 February 2024, 1:07 PM


State Finished
Completed on Thursday, 1 February 2024, 1:16 PM
Time taken 8 mins 17 secs
Marks 22.00/40.00
Grade 55.00 out of 100.00

Question 1
Correct

Mark 2.00 out of 2.00

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

Correct
Marks for this submission: 2.00/2.00.

Question 2
Correct

Mark 0.00 out of 2.00

CodeIgniter directory structure is divided into 5 folders

Select one:
True

False 

Correct
Marks for this submission: 2.00/2.00. Accounting for previous tries, this gives 0.00/2.00.

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=4172&cmid=5317 1/8
2/1/24, 1:17 PM Prelim Lab Exam: Attempt review

Question 3

Correct

Mark 0.00 out of 2.00

Use the same name of the method as your parent class

Select one:
True

False 

Correct
Marks for this submission: 2.00/2.00. Accounting for previous tries, this gives 0.00/2.00.

Question 4
Correct

Mark 2.00 out of 2.00

Model classes are stored in APPLICATION/MODELS directory.

Select one:
True 

False

Correct
Marks for this submission: 2.00/2.00.

Question 5
Correct

Mark 2.00 out of 2.00

Beside the three folders, there is one more important file named “INDEX.PHP”

Select one:
True 

False

Correct
Marks for this submission: 2.00/2.00.

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=4172&cmid=5317 2/8
2/1/24, 1:17 PM Prelim Lab Exam: Attempt review

Question 6

Correct

Mark 0.00 out of 2.00

User_guide folder contains all the code of your application that you are building

Select one:
True

False 

Correct
Marks for this submission: 2.00/2.00. Accounting for previous tries, this gives 0.00/2.00.

Question 7
Correct

Mark 2.00 out of 2.00

System This folder contains CodeIgniter core codes, libraries, helpers and other files, which help make the coding easy

Select one:
True 

False

Correct
Marks for this submission: 2.00/2.00.

Question 8
Correct

Mark 2.00 out of 2.00

whenever a request comes to CodeIgniter, it will first go to index.php page.

Select one:
True 

False

Correct
Marks for this submission: 2.00/2.00.

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=4172&cmid=5317 3/8
2/1/24, 1:17 PM Prelim Lab Exam: Attempt review

Question 9

Correct

Mark 2.00 out of 2.00

The fonts folder contains font related information and utilities.

Select one:
True 

False

Correct
Marks for this submission: 2.00/2.00.

Question 10
Correct

Mark 0.00 out of 2.00

A Model is a simple class file. As the name suggests, it controls the whole application by URI

Select one:
True

False 

Correct
Marks for this submission: 2.00/2.00. Accounting for previous tries, this gives 0.00/2.00.

Question 11
Correct

Mark 2.00 out of 2.00

The MODEL represents your data structures

Select one:
True 

False

Correct
Marks for this submission: 2.00/2.00.

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=4172&cmid=5317 4/8
2/1/24, 1:17 PM Prelim Lab Exam: Attempt review

Question 12

Correct

Mark 0.00 out of 2.00

MVC ,means Modular_View, Controller

Select one:
True

False 

Correct
Marks for this submission: 2.00/2.00. Accounting for previous tries, this gives 0.00/2.00.

Question 13
Correct

Mark 0.00 out of 2.00

Views classes will contain functions that help you retrieve, insert and update information in your database

Select one:
True

False 

Correct
Marks for this submission: 2.00/2.00. Accounting for previous tries, this gives 0.00/2.00.

Question 14
Correct

Mark 0.00 out of 2.00

Routet This folder contains files related to the log of the system

Select one:
True

False 

Correct
Marks for this submission: 2.00/2.00. Accounting for previous tries, this gives 0.00/2.00.

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=4172&cmid=5317 5/8
2/1/24, 1:17 PM Prelim Lab Exam: Attempt review

Question 15

Correct

Mark 2.00 out of 2.00

MVC is a software approach that separates application logic from presentation

Select one:
True 

False

Correct
Marks for this submission: 2.00/2.00.

Question 16
Correct

Mark 2.00 out of 2.00

Before passing the request to Application Controller, the Security of the submitted data is checked

Select one:
True 

False

Correct
Marks for this submission: 2.00/2.00.

Question 17
Correct

Mark 2.00 out of 2.00

The controller must be called with lowercase letter

Select one:
True 

False

Correct
Marks for this submission: 2.00/2.00.

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=4172&cmid=5317 6/8
2/1/24, 1:17 PM Prelim Lab Exam: Attempt review

Question 18

Correct

Mark 2.00 out of 2.00

MVC is a software approach that separates application logic from presentation

Select one:
True 

False

Correct
Marks for this submission: 2.00/2.00.

Question 19
Correct

Mark 0.00 out of 2.00

The name of the controller class must start with an lowercase letter.

Select one:
True

False 

Correct
Marks for this submission: 2.00/2.00. Accounting for previous tries, this gives 0.00/2.00.

Question 20
Correct

Mark 0.00 out of 2.00

The Controller will render the page with available data and pass it on for Caching.

Select one:
True

False 

Correct
Marks for this submission: 2.00/2.00. Accounting for previous tries, this gives 0.00/2.00.

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=4172&cmid=5317 7/8
2/1/24, 1:17 PM Prelim Lab Exam: Attempt review

◄ Prelim Exam

Jump to...

https://trimestralexam.amaesonline.com/2323/mod/quiz/review.php?attempt=4172&cmid=5317 8/8

You might also like