Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
65 views6 pages

PHP Exam Results Overview

The document is a summary of a midterm lab exam on web development topics. It shows that the exam consisted of 25 multiple choice questions and the student answered most of the questions correctly, scoring 44 out of 50 points or 88% overall. It lists each question, whether the student's answer was correct or incorrect, and how many points they received for each question.

Uploaded by

12stemd.cggarcia
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)
65 views6 pages

PHP Exam Results Overview

The document is a summary of a midterm lab exam on web development topics. It shows that the exam consisted of 25 multiple choice questions and the student answered most of the questions correctly, scoring 44 out of 50 points or 88% overall. It lists each question, whether the student's answer was correct or incorrect, and how many points they received for each question.

Uploaded by

12stemd.cggarcia
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/ 6

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

Started on Saturday, 2 March 2024, 8:56 PM


State Finished
Completed on Saturday, 2 March 2024, 9:20 PM
Time taken 23 mins 55 secs
Marks 44.00/50.00
Grade 88.00 out of 100.00

Question 1
Sessions in native PHP are the “superglobal” variables that can be accessed anywhere on the web application
Incorrect
because it is stored on the browser session.
Mark 0.00 out of
2.00

Select one:
True

False 

Question 2
A report module is typically a front-end web page that contains various figures of
Incorrect
interpreted database table records.
Mark 0.00 out of
2.00

Select one:
True 

False

Question 3
Log In modules are needed to limit users from accessing off-limits and restricted webpages or content.
Correct
Registration
Mark 2.00 out of
2.00

Select one:
True

False 


Question 4
Flashinfo are session variables that are only available until the next request.
Correct

Mark 2.00 out of


2.00
Select one:
True

False 

Question 5
Database Synchronization is the process
Correct

Mark 2.00 out of


of organizing the columns/records or attributes and tables of the database to minimize data
2.00 redundancy.

Select one:
True 

False

Question 6
you can declare your own session variable on the $_SESSION superglobal
Correct

Mark 2.00 out of


2.00
Select one:
True 

False

Question 7
There are certain common functions or small snippets of code used in every or most Information
Correct

Mark 2.00 out of


Systems. We call them controllers.
2.00

Select one:
True

False 

Question 8
The helper libraries all located in system/controller. After loading the helper class to be used, its functions is ready
Correct
to be used.
Mark 2.00 out of
2.00

Select one:
True

False 


Question 9
To avoid repetitive function declarations on controllers and modules, we should use Look up method classes.
Correct

Mark 2.00 out of


2.00
Select one:
True

False 

Question 10
.Model (the module) are templates for reports.
Correct

Mark 2.00 out of


2.00
Select one:
True

False 

Question 11
To avoid repetitive function declarations on controllers and modules, we should use Helper classes.
Correct

Mark 2.00 out of


2.00
Select one:
True 

False

Question 12
A report module is typically a back-end web page that contains various figures of interpreted database table
Incorrect
records
Mark 0.00 out of
2.00

Select one:
True

False 

Question 13
Constants are like variables that store values but it can only contain strings and numbers.
Correct

Mark 2.00 out of


2.00
Select one:
True 

False


Question 14
The helper is used as a function library that we can just load to the controller or view.
Correct

Mark 2.00 out of


2.00
Select one:
True 

False

Question 15
The helper is used as a function library that we can just load to the controller or view.
Correct

Mark 2.00 out of


2.00
Select one:
True 

False

Question 16
CAPTCHA stands for the acronym: Completely Automated Public Turing test to tell Computers
Correct

Mark 2.00 out of


and Humans Apart
2.00

Select one:
True 

False

Question 17
In order to use and access session variables on webpages, we must put the session_start().
Correct

Mark 2.00 out of


2.00
Select one:
True 

False

Question 18
.Self-service password reset (SSPR) is defined as any process or technology that allows users who forgot their
Correct
password authenticate their account and reset their
Mark 2.00 out of
2.00 passwords without calling the help desk.

Select one:
True 

False


Question 19
Search Up methods is very useful on getting pieces of data, one at a time particularly on multiple tables and
Correct
databases.
Mark 2.00 out of
2.00

Select one:
True

False 

Question 20
For sending email, make sure you configured your email server properly. This method
Correct
uses the Email class library.
Mark 2.00 out of
2.00

Select one:
True 

False

Question 21
You can declare your own session variable on the $_SESSION superglobal
Correct

Mark 2.00 out of


2.00
Select one:
True 

False

Question 22
There are certain common functions or small snippets of code used in every or most Information
Correct
Systems. We call them controllers.
Mark 2.00 out of
2.00

Select one:
True

False 

Question 23
Log In modules are needed to limit users from accessing off-limits and restricted webpages or content.
Correct

Mark 2.00 out of


2.00
Select one:
True

False 


Question 24
A query module contains a form that will pass parameters to the controller suggesting on how
Correct
you want the data to be showed.
Mark 2.00 out of
2.00

Select one:
True 

False

Question 25
CodeIgniter constants are defined in application/config/controller.php.
Correct

Mark 2.00 out of


2.00
Select one:
True

False 

◄ Midterm Exam Jump to...

You might also like