Web Application Development 2
(PreMP1, MP2, PreLab)
(MidMP1, MP2, MidLab)
(FinMP1, MP2, FinLab)
Question 1
Question text
Question 2
Question text
Question 3
Question text
Question 4
Question text
Question 5
Question text
Question 6
Question text
Question 7
Question text
Question 8
Question text
Question 9
Question text
Question 10
Question text
Question 11
Question text
Question 12
Question text
Question 13
Question text
Question 14
Question text
Question 15
Question text
Question 16
Question text
Question 17
Question text
Question 18
Question text
Question 19
Question text
Question 20
Question text
Question 21
Question text
Question 22
Question text
Question 23
Question text
Question 24
Question text
Question 25
Question text
Question 26
Question text
Question 27
Question text
Question 28
Question text
Question 29
Question text
Question 30
Question text
Question 31
Question text
Question 32
Question text
Which of the following is correct from the given statement below:
//$this->db->limit(10);
Question 33
Question text
Question 34
Question text
Question 35
Question text
Question 36
Question text
Question 37
Question text
Question 38
Question text
Question 39
Question text
Question 40
Question text
Which of the following is correct from given the statement below:
//$this->db->select('title, content, date');
//$query = $this->db->get('mytable');
//return $query->result();
Question 41
Question text
Question 42
Question text
Question 43
Question text
Question 44
Question text
Question 45
Question text
Question 46
Question text
Question 47
Question text
Question 48
Question text
Question 49
Question text
Question 50
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
In jQuery the scr tag is use for linking.
Question text
IDENTIFICATION: CSS stands for
Cascading Style Sheets
Question text
Successful - this will be triggered upon the AJAX request and usually accepts the parameter response response contains the loaded content from the URL requested.
Question text
IDENTIFICATION: JQuery method used to hide selected element(s)
.hide()
Question text
IDENTIFICATION: simply a new method that we use to extend jQuery's prototype object
jQuery plugin
Question text
DataTable jQuery plugin helps us enable sorting, pagination and search to our table data.
Question text
IDENTIFICATION: Name the university that created MaterialDesign CSS
Carnegie Mellon University
Question text
$(document).ready() function calls if the browser contents has properly loaded its contents and is browsing.
Question text
IDENTIFICATION: It helps us enable sorting, pagination and search to our table data.
DataTable jQuery
Question text
IDENTIFICATION: JQuery method used to creates a sliding to the left transition within a given time on a selected element
slideLeft(interval)
Question text
Account registration can be approved through activation link sent from user's email or by an admin approval.Select one:
Question text
SEARCH methods is very useful on getting pieces of data, one at a time particularly on multiple tables and databases.Select one:
Question text
IDENTIFICATION: Method that triggers the sending of email
Question text
is_uniques form validation rule checks if the input is unique from the table.Select one:
Question text
Account registration can be approved through activation link sent from user's email or by an admin approval.Select one:
Question text
CodeIgniter allows us to send email in a neat and simple way. We can load the email class by Declaring $this->load->library('email');Select one:
Question text
Matching Type. Choose the correct answer from the selection provided.
SSPR stands for
runs a back-end database query and displays the information in organized and informational manner
variables that store values but it can only contain strings and numbers
are templates for reports
used as a function library that we can just load to the controller or view.
methods is very useful on getting pieces of data, one at a time particularly on multiple tables and databases
is the process of organizing the columns/records or attributes and tables of the database to minimize data redundancy.
functions that accepts input parameters and returns an HTML input form element.
formatted result of database queries and contain useful data for decision making and analysis
application to help the program perform small or simple task such as formatting a parameter, computation or series of commands
Name the configuration file needed to set helper
encrypted email as a key
returns a string containing any server messages, email header and the email message.
function returns the auto incremented or last inserted id from the query
It is very useful on web forms security against online bots, crawlers and spammers.
Matching Type. Choose the correct answer from the selection provided.
SSPR stands for | |
runs a back-end database query and displays the information in organized and informational manner | |
variables that store values but it can only contain strings and numbers | |
are templates for reports | |
used as a function library that we can just load to the controller or view. | |
methods is very useful on getting pieces of data, one at a time particularly on multiple tables and databases | |
is the process of organizing the columns/records or attributes and tables of the database to minimize data redundancy. | |
functions that accepts input parameters and returns an HTML input form element. | |
formatted result of database queries and contain useful data for decision making and analysis | |
application to help the program perform small or simple task such as formatting a parameter, computation or series of commands | |
Name the configuration file needed to set helper | |
encrypted email as a key | |
returns a string containing any server messages, email header and the email message. | |
function returns the auto incremented or last inserted id from the query | |
It is very useful on web forms security against online bots, crawlers and spammers. |
Question text
IDENTIFICATION: Method that returns a string containing any server messages, email header and email message.print_debugger()
Question text
IDENTIFICATION: Method that accepts 'secondary recipients' that receives the mail just to keep them informed
Question text
bcc stands for Black Carbon CopySelect one:
Question text
IDENTIFICATION: Method that accepts the sender's email address
Question text
$this->db->insert_id() inserts an id in the database.Select one:
Question text
Form helper class helps us by returning formatted HTML form elements.Select one:
Question text
Database Normalization is the process of organizing the columns/records or attributes and tables of the database to minimize data redundancy.Select one:
Question text
IDENTIFICATION: Method that accepts the recipient's email address
Question text
Database Normalization is the process of organizing records to minimize redundancy.Select one:
Question text
Self-survey password reset (SSPR) is defined as any process or technology that allows users who forgot their password authenticate their account and reset their passwords without calling the help desk.Select one:
Question text
IDENTIFICATION: An input required to verify the user's record existence in order to reset his/her password.Email address
Question text
We should subject a user for approval on registration.Select one:
Question text
Matching Type. Choose the correct answer from the selection.
Organization that sponsors CI
Function that fetch the data as a multi-dimentional array
Function that fetch the data as a single row array
File that will automatically route the index.php next to the Controller
It can be said as the entry point of application.
Method will execute codes once the class is created or instantiated.
Variables that can be accessed anywhere on the web application because it is stored on the browser session
What function can be used to access session variables on webpages?
variables are session variables that expires with a given time limit.
You can display the error 404 page by using what function
Matching Type. Choose the correct answer from the selection.
Organization that sponsors CI | |
Function that fetch the data as a multi-dimentional array | |
Function that fetch the data as a single row array | |
File that will automatically route the index.php next to the Controller | |
It can be said as the entry point of application. | |
Method will execute codes once the class is created or instantiated. | |
Variables that can be accessed anywhere on the web application because it is stored on the browser session | |
What function can be used to access session variables on webpages? | |
variables are session variables that expires with a given time limit. | |
You can display the error 404 page by using what function |
Question text
IDENTIFICATION: Method that accepts recipients that are not visible to the other recipients
Question text
IDENTIFICATION: It is any process or technology that allows users who forgot their passwords authenticate and reset the passwords of their accountForgot password
Question text
A Query is a formatted result of database queries and contain useful data for decision making and analysisSelect one:
Question text
Registration is an activity of deleting user information on the database.Select one:
Question text
is_unique requires table and field name as parameter.Select one:
Question text
We should subject a user for approval on registration.Select one:
Question text
$that->db->insert_id() function returns the auto incremented or last inserted id from the query.Select one:
Question text
IDENTIFICATION: Method that accepts the email's body or content
Question text
valid_email form validation rule is used to check if an e-mail is valid or not.Select one:
Question text
matches form validation rule checks 3 fields that should have an equal or same value.Select one:
Question text
IDENTIFICATION: Method that accepts the email's title or heading text
Question text
is_unique requires table and field name as parameter.Select one:
Question text
Who first use the term AJAX?
Who first use the term AJAX?
Question text
.vals() It is used to get or set values from and to an input element particularly textboxes.
Select one:
.vals() It is used to get or set values from and to an input element particularly textboxes.
Question text
DataTable jQuery plugin helps us enable sorting, pagination and search to our table data.
Select one:
DataTable jQuery plugin helps us enable sorting, pagination and search to our table data.
Question text
We used the base_url() function to return our domain or application path
Select one:
We used the base_url() function to return our domain or application path
Question text
jQuery is a java library that makes web scripting easier for us.
Select one:
jQuery is a java library that makes web scripting easier for us.
Question text
IDENTIFICATION: JQuery method used to hide selected element(s)
IDENTIFICATION: JQuery method used to hide selected element(s)
Question text
IDENTIFICATION: JQuery method used to creates a sliding to the left transition within a given time on a selected element
IDENTIFICATION: JQuery method used to creates a sliding to the left transition within a given time on a selected element
Question text
IDENTIFICATION: javascript library that makes web scripting easier for us
IDENTIFICATION: javascript library that makes web scripting easier for us
Question text
IDENTIFICATION: simply a new method that we use to extend jQuery's prototype object
IDENTIFICATION: simply a new method that we use to extend jQuery's prototype object
Question text
IDENTIFICATION: is a design language or design convention for modern applications and website
IDENTIFICATION: is a design language or design convention for modern applications and website
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Matching Type. Choose the correct answer from the selection provided.
returns a string containing any server messages, email header and the email message. | |
function returns the auto incremented or last inserted id from the query | |
are templates for reports | |
is the process of organizing the columns/records or attributes and tables of the database to minimize data redundancy. | |
variables that store values but it can only contain strings and numbers | |
It is very useful on web forms security against online bots, crawlers and spammers. | |
methods is very useful on getting pieces of data, one at a time particularly on multiple tables and databases | |
encrypted email as a key | |
functions that accepts input parameters and returns an HTML input form element. | |
SSPR stands for | |
formatted result of database queries and contain useful data for decision making and analysis | |
used as a function library that we can just load to the controller or view. | |
runs a back-end database query and displays the information in organized and informational manner | |
Name the configuration file needed to set helper | |
application to help the program perform small or simple task such as formatting a parameter, computation or series of commands |
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Defines a multi-line text input control.
Question text
Question text
Question text
Matching Type. Choose the correct answer from the selection.
It can be said as the entry point of application. | |
What function can be used to access session variables on webpages? | |
You can display the error 404 page by using what function | |
Function that fetch the data as a single row array | |
Organization that sponsors CI | |
Method will execute codes once the class is created or instantiated. | |
Function that fetch the data as a multi-dimentional array | |
variables are session variables that expires with a given time limit. | |
Variables that can be accessed anywhere on the web application because it is stored on the browser session | |
File that will automatically route the index.php next to the Controller |