You are on page 1of 13

Question 1

Correct
Mark 1.00 out of 1.00

Flag question

Question text

forgot
IDENTIFICATION:Answer It is any process or technology that allows users
who forgot their passwords authenticate and reset the passwords of their
account

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

Question text

Registration is an activity of deleting user information on the database.

Select one:
True
False

Question 3
Not answered
Marked out of 1.00

Flag question

Question text

IDENTIFICATION:Answer Method that triggers the sending of email

Question 4
Correct
Mark 1.00 out of 1.00
Flag question

Question text

bcc stands for Black Carbon Copy

Select one:
True
False

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

Question text

SEARCH methods is very useful on getting pieces of data, one at a time


particularly on multiple tables and databases.

Select one:
True
False

Question 6
Correct
Mark 1.00 out of 1.00

Flag question

Question text

$this->db->insert_id() inserts an id in the database.

Select one:
True
False
Question 7
Correct
Mark 1.00 out of 1.00

Flag question

Question text

valid_email form validation rule is used to check if an e-mail is valid or not.

Select one:
True
False

Question 8
Not answered
Marked out of 1.00

Flag question

Question text

is_unique requires table and field name as parameter.

Select one:
True
False

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text

is_unique requires table and field name as parameter.

Select one:
True
False

Question 10
Correct
Mark 1.00 out of 1.00

Flag question

Question text

A Query is a formatted result of database queries and contain useful data for
decision making and analysis

Select one:
True
False

Question 11
Correct
Mark 1.00 out of 1.00

Flag question

Question text

We should subject a user for approval on registration.

Select one:
True
False

Question 12
Not answered
Marked out of 1.00

Flag question

Question text
IDENTIFICATION:Answer Method that accepts the sender's email address

Question 13
Not answered
Marked out of 1.00

Flag question

Question text

IDENTIFICATION:Answer Method that accepts recipients that are not visible


to the other recipients

Question 14
Not answered
Marked out of 1.00

Flag question

Question text

IDENTIFICATION:Answer Method that accepts the email's body or content

Question 15
Not answered
Marked out of 1.00

Flag question

Question text

IDENTIFICATION:Answer Method that accepts 'secondary recipients' that


receives the mail just to keep them informed

Question 16
Correct
Mark 1.00 out of 1.00
Flag question

Question text

matches form validation rule checks 3 fields that should have an equal or same
value.

Select one:
True
False

Question 17
Correct
Mark 1.00 out of 1.00

Flag question

Question text

Form helper class helps us by returning formatted HTML form elements.

Select one:
True
False

Question 18
Correct
Mark 1.00 out of 1.00

Flag question

Question text

We should subject a user for approval on registration.

Select one:
True
False
Question 19
Not answered
Marked out of 1.00

Flag question

Question text

IDENTIFICATION:Answer Method that accepts the email's title or heading


text

Question 20
Not answered
Marked out of 1.00

Flag question

Question text

IDENTIFICATION:Answer An input required to verify the user's record


existence in order to reset his/her password.

Question 21
Correct
Mark 1.00 out of 1.00

Flag question

Question text

Account registration can be approved through activation link sent from user's
email or by an admin approval.

Select one:
True
False

Question 22
Correct
Mark 1.00 out of 1.00
Flag question

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:
True
False

Question 23
Correct
Mark 1.00 out of 1.00

Flag question

Question text

$that->db->insert_id() function returns the auto incremented or last inserted id


from the query.

Select one:
True
False

Question 24
Not answered
Marked out of 1.00

Flag question

Question text

IDENTIFICATION:Answer Method that returns a string containing any server


messages, email header and email message.

Question 25
Correct
Mark 1.00 out of 1.00

Flag question

Question text

Database Normalization is the process of organizing records to minimize


redundancy.

Select one:
True
False

Question 26
Correct
Mark 1.00 out of 1.00

Flag question

Question text

Account registration can be approved through activation link sent from user's
email or by an admin approval.

Select one:
True
False

Question 27
Correct
Mark 1.00 out of 1.00

Flag question

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:
True
False

Question 28
Correct
Mark 1.00 out of 1.00

Flag question

Question text

is_uniques form validation rule checks if the input is unique from the table.

Select one:
True
False

Question 29
Partially correct
Mark 8.00 out of 10.00

Flag question

Question text

Matching Type. Choose the correct answer from the selection.

Answer 1
Function that fetch the data as a single row array . htaccess

Answer 2
Function that fetch the data as a multi-dimentional array row _array()

Answer 3
You can display the error 404 page by using what function show _404()

Answer 4
It can be said as the entry point of application. Controller

Answer 5
What function can be used to access session variables on webpages? session_start()

Method will execute codes once the class is created or instantiated. Answer 6
__construct

Answer 7
variables are session variables that expires with a given time limit. Tempdata

Variables that can be accessed anywhere on the web application Answer 8


because it is stored on the browser session superglobal

Answer 9
Organization that sponsors CI Ellislab

File that will automatically route the index.php next to the Answer 10
Controller . htaccess

Feedback

Your answer is partially correct.


You have correctly selected 8.

Question 30
Correct
Mark 1.00 out of 1.00

Flag question

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:
True
False

Question 31
Not answered
Marked out of 1.00

Flag question

Question text

IDENTIFICATION:Answer Method that accepts the recipient's email address


Question 32
Partially correct
Mark 6.67 out of 10.00

Flag question

Question text

Matching Type. Choose the correct answer from the selection provided.

runs a back-end database query and displays the Answer 1


information in organized and informational manner single report page

application to help the program perform small or simple


Answer 2
task such as formatting a parameter, computation or autoloaded
series of commands
Answer 3
Name the configuration file needed to set helper helper

Answer 4
encrypted email as a key md5

Answer 5
are templates for reports Reports

function returns the auto incremented or last inserted id Answer 6


from the query $this->db->insert_id()

used as a function library that we can just load to the Answer 7


controller or view. helper

formatted result of database queries and contain useful Answer 8


data for decision making and analysis form helper class

returns a string containing any server messages, email Answer 9


header and the email message. $this->email->print_debugger()

variables that store values but it can only contain strings Answer 10
and numbers constant

functions that accepts input parameters and returns an Answer 11


HTML input form element. autoload config

methods is very useful on getting pieces of data, one at a Answer 12


time particularly on multiple tables and databases Queries

Answer 13
SSPR stands for Self-service passw ord reset

It is very useful on web forms security against online Answer 14


bots, crawlers and spammers. CAPTCHA

is the process of organizing the columns/records or


Answer 15
attributes and tables of the database to minimize data Database Normalization
redundancy.
Feedback

Your answer is partially correct.


You have correctly selected 10.

You might also like