Midterm Exam - Attempt Review
Midterm Exam - Attempt Review
False
Question 2 valid_email form validation rule is used to check if an e-mail is valid or not.
Correct
False
Question 3 is_uniques form validation rule checks if the input is unique from the table.
Correct
False
Question 4
IDENTIFICATION: cc() Method that accepts 'secondary recipients' that receives the mail just to keep
Correct
them informed
Mark 1.00 out of
1.00
Question 5
IDENTIFICATION: from() Method that accepts the sender's email address
Correct
Question 6 Form helper class helps us by returning formatted HTML form elements.
Correct
False
False
False
Question 9 Database Normalization is the process of organizing the columns/records or attributes and tables of the database
Correct to minimize data redundancy.
Mark 1.00 out of
1.00 Select one:
True
False
Question 10 Matching Type. Choose the correct answer from the selection provided.
Correct
function returns the auto incremented or last inserted id from the query $this->db->insert_id()
It is very useful on web forms security against online bots, crawlers and CAPTCHA
spammers.
md5
encrypted email as a key
runs a back-end database query and displays the information in single report page
organized and informational manner
returns a string containing any server messages, email header and the $this->email->print_debugger()
email message.
variables that store values but it can only contain strings and numbers constant
methods is very useful on getting pieces of data, one at a time Look Up
particularly on multiple tables and databases
formatted result of database queries and contain useful data for decision Reports
making and analysis
used as a function library that we can just load to the controller or view. helper
Question 11 CodeIgniter allows us to send email in a neat and simple way. We can load the email class by Declaring $this-
Correct >load->library('email');
Mark 1.00 out of
1.00 Select one:
True
False
Question 12 $that->db->insert_id() function returns the auto incremented or last inserted id from the query.
Correct
False
Question 13 Account registration can be approved through activation link sent from user's email or by an admin approval.
Correct
False
Question 14 Self-survey password reset (SSPR) is defined as any process or technology that allows users who forgot their
Correct password authenticate their account and reset their passwords without calling the help desk.
Mark 1.00 out of
1.00 Select one:
True
False
False
False
Question 17
IDENTIFICATION: message() Method that accepts the email's body or content
Correct
Question 18
IDENTIFICATION: bcc() Method that accepts recipients that are not visible to the other recipients
Correct
False
Question 20
IDENTIFICATION: print_debug Method that returns a string containing any server messages, email header
Correct
and email message.
Mark 1.00 out of
1.00
Question 21
IDENTIFICATION: email addre An input required to verify the user's record existence in order to reset his/her
Correct
password.
Mark 1.00 out of
1.00
Question 22 SEARCH methods is very useful on getting pieces of data, one at a time particularly on multiple tables and
Correct databases.
Mark 1.00 out of
1.00 Select one:
True
False
Question 23
IDENTIFICATION: send() Method that triggers the sending of email
Correct
Question 24
IDENTIFICATION: to() Method that accepts the recipient's email address
Correct
Question 25 Matching Type. Choose the correct answer from the selection.
Correct
variables are session variables that expires with a given time limit. Tempdata
Question 26 Account registration can be approved through activation link sent from user's email or by an admin approval.
Correct
False
Question 27
IDENTIFICATION: subject() Method that accepts the email's title or heading text
Incorrect
Question 28
IDENTIFICATION: Forgot pass It is any process or technology that allows users who forgot their passwords
Correct
authenticate and reset the passwords of their account
Mark 1.00 out of
1.00
Question 29 Database Normalization is the process of organizing records to minimize redundancy.
Correct
False
Question 30 A Query is a formatted result of database queries and contain useful data for decision making and analysis
Correct
False
False
False