You are on page 1of 105

Question 1

Correct
Mark 1.00 out of 1.00

Flag question

Question text
URI stands for?
Select one:

a.
Uniform Resources Identifier

b.
Uniform Resource Identifier

c.
United Resource Identifier

d.
Unchanging Resource Identifier

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Segment is the process of redirecting or remapping a controller class or method.
Select one:
True
False

Question 3
Correct
Mark 1.00 out of 1.00
Flag question

Question text
.htaccess file that will automatically route the index.php next to the Controller
Select one:
True
False

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A vital part of a website or system UI because it accepts inputs as data parameters
Select one:

a.
Load

b.
Images

c.
Forms

d.
Options

Question 5
Correct
Mark 1.00 out of 1.00
Flag question

Question text
A variable declared outside a function.
Select one:

a.
Local

b.
International

c.
Global

d.
Worldwide

Question 6
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Answer PHP version currently in use on most websites and included several new features
such as support for object-oriented programming.

Question 7
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A variable declared within a function.
Select one:

a.
Inside

b.
Global

c.
House

d.
Local

Question 8
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The page that displays a message that the requested page was not found.
Select one:

a.
Error 405

b.
Error 444

c.
Error 504

d.
Error 404

Question 9
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Form Helper method or code to return an HTML radio input type
Select one:

a.
form_radio()

b.
form_radio();;

c.

form radio)

d.
form_radio{

Question 10
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The controller's $data["title"] variable will be delivered in a view as $title.
Select one:
True
False

Question 11
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Form Helper method or code to return an HTML password input type.
Select one:

a.

b.
form_password()

c.
form

d.
password()

e.
form_pword()

Question 12
Correct
Mark 1.00 out of 1.00

Flag question

Question text
php.org is the official php resource.
Select one:
True
False

Question 13
Correct
Mark 1.00 out of 1.00
Flag question

Question text
PHP varianbles start with what symbol?
Select one:

a.
@

b.
&

c.
%

d.
$

Question 14
Correct
Mark 1.00 out of 1.00

Flag question

Question text
This allows us to collect data from the htm file and display to the php script.
Select one:

a.
&_POST

b.
%_POST

c.
$_POST
d.
?_POST

Question 15
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Controller is also knows as the data access layer.
Select one:
True
False

Question 16
Correct
Mark 1.00 out of 1.00

Flag question

Question text
PHP is one of the most widely used and recognizable web technology used on the Internet.
Select one:
True
False

Question 17
Correct
Mark 1.00 out of 1.00

Flag question

Question text
FILL IN THE BLANK: Answer are function that is passed to another function and takes
this "other function" as a parameter
Answer: callbacks

Question 18
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Andi Gutmans was the inventor of PHP.
Select one:
True
False

Question 19
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Symbol used to combine 2 sting values to create one string.
Select one:

a.
()

b.
^

c.
%

d.
.

Question 20
Correct
Mark 1.00 out of 1.00
Flag question

Question text
PDO stands for Personal Data Objects.
Select one:
True
False

Question 21
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CodeIgniter is developed PHP.org
Select one:
True
False

Question 22
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CI method or code to set a rule in form validation.
Select one:

a.
&this->form_validation->set_rules()

b.
$this->form_validation->set_rules()

c.
&this->form+validation->set_rules()

d.
$this->form_validation->set_rules[]

Question 23
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Storage data in PHP
Select one:

a.
Echo

b.
Box

c.
variables

d.
cloud

Question 24
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The function or ci code to load a view.
Select one:
a.
%this->load->view

b.
$this->load->views

c.
$that->load->view

d.
$this->load->view

Question 25
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is a line that is not read/executed as part of the program.
Select one:

a.
comment

b.
print

c.
variables

d.
echo

Question 26
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Form Helper method or code to return an HTML button.
Select one:

a.
form_button_()

b.
formbutton_

c.
form_button()

d.
form-button()

Question 27
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is a configuration file that is used for configuration of site-access issues, such as URL redirect,
URL shortening, Access-security control.
Select one:

a.
.httptaccess

b.
.httpccess

c.
.htpaccess
d.
.htaccess

Question 28
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Area that can be specified by the cols and rows attributes, or even better; through CSS' height
and width properties.
Select one:

a.
Textarea

b.
Paragraph

c.
Selection

d.
Content

Question 29
Correct
Mark 1.00 out of 1.00

Flag question

Question text
One of the main points of interaction between a user and a web site or application. They allow
users to send data to the website.
Select one:

a.
WWW Forms

b.
HTML Forms

c.
URL Forms

d.
Registration Forms

Question 30
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Query Builder class method that inserts record on the database.
Select one:

a.
$this->data_base->insert()

b.
$this->data->insert()

c.
$this->db->insert()

d.
&this->db->insert()
Finish review
◄ Announcements
Question 1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
FILL IN THE BLANK: Answer is the process of redirecting or remapping a controller class
or method.

Answer: Routing

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Query Builder or Active Record pattern in CI replaces the traditional query string in php coding.

Select one:
True
False

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Element can be placed onto a web page in a pre-checked fashion by setting the checked
attribute.

Select one:
a.
Selection

b.
List

c.
Checkbox

d.
Options

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Can hold an unlimited number of characters, and the text renders in a fixed-width font.

Select one:

a.
TextArea

b.
Selection

c.
Paragraph

d.
Content

Question 5
Correct
Mark 1.00 out of 1.00
Flag question

Question text
The default file extension for PHP file is ".php"

Select one:
True
False

Question 6
Correct
Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer Meaning of URL.

Answer: Uniform resource locator

Question 7
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CI, basically contains 4 main folders Application, System, User, Help Guide

Select one:
True
False

Question 8
Correct
Mark 1.00 out of 1.00
Flag question

Question text
.htaccess file that will automatically route the index.php next to the Controller

Select one:
True
False

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Define styles for your documents, including the design, layout and variations in display for
different devices and screen sizes.

Select one:

a.
TextArea

b.
PHP

c.
HTML

d.
CSS

Question 10
Correct
Mark 1.00 out of 1.00
Flag question

Question text
PHP development began in 1995.

Select one:
True
False

Question 11
Correct
Mark 1.00 out of 1.00

Flag question

Question text
One of the main points of interaction between a user and a web site or application. They allow
users to send data to the website.

Select one:

a.
URL Forms

b.
Registration Forms

c.
WWW Forms

d.
HTML Forms

Question 12
Correct
Mark 1.00 out of 1.00
Flag question

Question text
A variable declared outside a function.

Select one:

a.
Worldwide

b.
International

c.
Global

d.
Local

Question 13
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Database group configuration in CI is stored in a multi-dimensional array.

Select one:
True
False

Question 14
Correct
Mark 1.00 out of 1.00
Flag question

Question text
The page that displays a message that the requested page was not found.

Select one:

a.
Error 504

b.
Error 405

c.
Error 444

d.
Error 404

Question 15
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Other term used for Option buttons?

Select one:

a.
Selection Buttons

b.
Television Buttons

c.
Radio Buttons
d.
Select Buttons

Question 16
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Answer Inventor of PHP

Answer: Rasmus Lerdorf

Question 17
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Andi Gutmans was the inventor of PHP.

Select one:
True
False

Question 18
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Answer Year that PHP was officially called Personal Home Page Tools.
Question 19
Correct
Mark 1.00 out of 1.00

Flag question

Question text
URN stands for?

Select one:

a.
Uniform Resources Name

b.
Uniform Resource Names

c.
Unique Resource Name

d.
Uniform Resource Name

Question 20
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Segment is the process of redirecting or remapping a controller class or method.

Select one:
True
False

Question 21
Correct
Mark 1.00 out of 1.00
Flag question

Question text
PHP is one of the most widely used and recognizable web technology used on the Internet.

Select one:
True
False

Question 22
Correct
Mark 1.00 out of 1.00

Flag question

Question text
row_array() fetch the data as a single row and result_array() fetch the data as a multi-
dimensional array.

Select one:
True
False

Question 23
Correct
Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer Meaning of URN

Answer: Uniform resource name

Question 24
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is a line that is not read/executed as part of the program.

Select one:

a.
variables

b.
print

c.
echo

d.
comment

Question 25
Correct
Mark 1.00 out of 1.00

Flag question

Question text
These are functions which are passed to another function and takes this "other function" as a
parameter.

Select one:

a.
errors

b.
setbacks
c.
callbacks

d.
echo

Question 26
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CI file directory where autoload classes and functions are defined.

Select one:

a.
Application/config/autoload.php

b.
App/config/autoload.php

c.
Application/autoload.php

d.
Application/direct/autoload.php

Question 27
Correct
Mark 1.00 out of 1.00

Flag question

Question text
To load the view, the function is like this: $this->load->view('name');

Select one:
True
False

Question 28
Correct
Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer What do you call the 3rd, 4th segment of the URI?

Answer: Parameters

Question 29
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The function of ci code to return a URI segment

Select one:

a.
$that->uri->segment

b.
%this->uri->segment

c.
$these->uri->segment

d.
$this->uri->segment

Question 30
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The first URI segment

Select one:

a.
parameter

b.
method

c.
controller

d.
address

Form Helper method or code to return an HTML radio input type

Select one:

a.
form_radio()

b.
form_radio();;

c.
form_radio{

d.

form radio)
Question 2
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 3
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 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Element represents a control that presents a menu of options.

Select one:

a.
HTML options
b.
PHP choose

c.
HTML select

d.
PHP select

Question 5
Incorrect
Mark 0.00 out of 1.00

Flag question

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

Answer: Forget password

Question 6
Correct
Mark 1.00 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.

Answer: email address

Question 7
Correct
Mark 1.00 out of 1.00
Flag question

Question text
IDENTIFICATION: What do you call the 1st segment of the URI?

Answer:

Question 8
Incorrect
Mark 0.00 out of 1.00

Flag question

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

Answer: ambot anu it answer hine

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is a URI Component that serve as persistent, location-independent identifiers

Select one:

a.
URI

b.
URN

c.
URL

d.
UWI

Question 10
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 11
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Answer PHP version currently in use on most websites and included several new features
such as support for object-oriented programming.

Question 12
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 13
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Originally, PHP is known as "Personal Home Pages"

Select one:
True
False

Question 14
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The function or ci code to show or call the client-side "non-existing page" error

Select one:

a.
show_404()

b.
show()_504

c.
show_405()

d.
show_444()

Question 15
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 16
Correct
Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer Method that triggers the sending of email

Question 17
Correct
Mark 1.00 out of 1.00

Flag question

Question text
_construct() method executes when a class is created or instantiated.

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

Flag question

Question text
The second URI segment

Select one:

a.
address

b.
controller

c.
parameter

d.
method

Question 19
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Form Helper method or code to return an HTML password input type.

Select one:

a.

b.
password()
c.
form_password()

d.
form

e.
form_pword()

Question 20
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Answer What functionality was added to PHP 5.1 as interface for accessing databases?

Answer: PHP Data Objects

Question 21
Correct
Mark 1.00 out of 1.00

Flag question

Question text
PHP runs on various platforms operating system such as apache and IIS.

Select one:
True
False

Question 22
Correct
Mark 1.00 out of 1.00
Flag question

Question text
IDENTIFICATION: Answer Meaning of URL.

Answer: Uniform resource locator

Question 23
Correct
Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer Method that returns a string containing any server messages,
email header and email message.

Answer: print_debugger()

Question 24
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 25
Correct
Mark 1.00 out of 1.00
Flag question

Question text
IDENTIFICATION: Answer Method that accepts recipients that are not visible to the other
recipients

Question 26
Correct
Mark 1.00 out of 1.00

Flag question

Question text
PHP is one of the most widely used and recognizable web technology used on the Internet.

Select one:
True
False

Question 27
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CI uses Model-Viewable-Controller architecture

Select one:
True
False

Question 28
Correct
Mark 1.00 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 29
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 30
Correct
Mark 1.00 out of 1.00

Flag question

Question text
PHP 3 was released in 1998.

Select one:
True
False

Question 31
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 32
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Query Builder or Active Record pattern in CI replaces the traditional query string in php coding.

Select one:
True
False

Question 33
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 34
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 35
Correct
Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer Data Access Layer or Persistence Layer of the MVC Layered
Architecture.

Answer: Model

Question 36
Correct
Mark 10.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 multi-dimentional array
Answer 2
Organization that sponsors CI

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

Answer 4
Function that fetch the data as a single row array

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

Answer 6
You can display the error 404 page by using what function

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

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


because it is stored on the browser session
Answer 9
What function can be used to access session variables on webpages?

File that will automatically route the index.php next to the Answer 10
Controller
Feedback
Your answer is correct.

Question 37
Correct
Mark 1.00 out of 1.00

Flag question

Question text
php.org is the official php resource.

Select one:
True
False

Question 38
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Answer Year that PHP 3 was released

Question 39
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 40
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 41
Correct
Mark 1.00 out of 1.00
Flag question

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

Answer: message()

Question 1
Correct

Mark 1.00 out of 1.00

Flag question

Question text
FILL IN THE BLANK: Answer are function that is passed to another function and takes this
"other function" as a parameter

Answer: callbacks

Question 2
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Segment is the process of redirecting or remapping a controller class or method.

Select one:

True
False

Question 3
Correct

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer Method that returns a string containing any server messages,
email header and email message.

Answer: print_debugger()

Question 4
Incorrect

Mark 0.00 out of 1.00

Flag question

Question text
CI function code to load a Model class.

Select one:

a.

$this->load

b.

$this->load-
c.

$this-<load-< div="" style="box-sizing: border-box;"></load-<>

d.

$this->load-

Question 5
Correct

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer variables are just like session variables except it is only available
on the next request.

Answer: Flashdata

Question 6
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Area that can be specified by the cols and rows attributes, or even better; through CSS' height
and width properties.

Select one:

a.

Content
b.

Textarea

c.

Paragraph

d.

Selection

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
Correct

Mark 1.00 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 9
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 10
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 11
Correct

Mark 1.00 out of 1.00


Flag question

Question text
Symbol used to combine 2 sting values to create one string.

Select one:

a.

b.

()

c.

d.

Question 12
Correct

Mark 1.00 out of 1.00

Flag question

Question text
PHP runs on various platforms operating system such as apache and IIS.

Select one:
True

False

Question 13
Incorrect

Mark 0.00 out of 1.00

Flag question

Question text
Delimiter symbol for rules in form validation.

Select one:

a.

"?" symbol

b.

"|" or pipe symbol

c.

"^" symbol

d.

"/" symbol

Question 14
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 15
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Answer PHP version that uses void return type, class constant visibility modifiers, null
types.

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 method or code to return an HTML password input type.

Select one:

a.

form

b.

form_pword()

c.

form_password()

d.

password()

e.

Question 18
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 19
Correct

Mark 1.00 out of 1.00

Flag question

Question text
CI method or code to set a rule in form validation.

Select one:

a.

&this->form_validation->set_rules()

b.

$this->form_validation->set_rules[]

c.

$this->form_validation->set_rules()
d.

&this->form+validation->set_rules()

Question 20
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Andi Gutmans was the inventor of PHP.

Select one:

True

False

Question 21
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 22
Incorrect
Mark 0.00 out of 1.00

Flag question

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

Answer: ambot anu answer hine

Question 23
Correct

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer Method that triggers the sending of email

Question 24
Correct

Mark 1.00 out of 1.00

Flag question

Question text
HTML is a requirement in Code igniter

Select one:

True

False

Question 25
Correct

Mark 1.00 out of 1.00

Flag question

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

Answer: message()

Question 26
Correct

Mark 1.00 out of 1.00

Flag question

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

Question 27
Correct

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer Data Access Layer or Persistence Layer of the MVC Layered
Architecture.

Question 28
Correct

Mark 1.00 out of 1.00


Flag question

Question text
Query Builder or Active Record pattern in CI replaces the traditional query string in php coding.

Select one:

True

False

Question 29
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 30
Correct

Mark 1.00 out of 1.00

Flag question

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

Question 31
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Form Helper method or code to return an HTML text input type.

Select one:

a.

form_outout[]

b.

form_input[]

c.

form_input()

d.

form_output()

Question 32
Correct

Mark 1.00 out of 1.00


Flag question

Question text
IDENTIFICATION: Answer Method that accepts recipients that are not visible to the other
recipients

Question 33
Correct

Mark 1.00 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.

Answer: email address

Question 34
Correct

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: What do you call the 1st segment of the URI?

Answer:

Question 35
Correct

Mark 10.00 out of 10.00


Flag question

Question text
Matching Type. Choose the correct answer from the selection.
Answer 1
You can display the error 404 page by using what function

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

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

Answer 4
Organization that sponsors CI

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

Answer 6
What function can be used to access session variables on webpages?

Answer 7
Variables that can be accessed anywhere on the web application
because it is stored on the browser session

Answer 8
Function that fetch the data as a multi-dimentional array

Answer 9
Function that fetch the data as a single row array

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

Feedback
Your answer is correct.

Question 36
Correct
Mark 1.00 out of 1.00

Flag question

Question text
One of the main points of interaction between a user and a web site or application. They allow
users to send data to the website.

Select one:

a.

WWW Forms

b.

HTML Forms

c.

URL Forms

d.

Registration Forms

Question 37
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 38
Correct

Mark 1.00 out of 1.00

Flag question

Question text
PDO stands for Personal Data Objects.

Select one:

True

False

Question 39
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 40
Correct

Mark 1.00 out of 1.00

Flag question

Question text
It is a line that is not read/executed as part of the program.

Select one:

a.

print

b.

variables

c.

echo

d.

comment

Question 41
Incorrect

Mark 0.00 out of 1.00

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

Answer: dre ak maaram answer

A variable declared within a function.

Select one:

a.

Local

b.

House

c.

Inside

d.

Global

Question 2
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Defines a multi-line text input control.
Select one:
a.

//< paragraph > tag

b.

//< header > tag

c.

//< letterarea > tag

d.

//< textarea > tag

Question 3
Correct

Mark 1.00 out of 1.00

Flag question

Question text
php.org is the official php resource.

Select one:

True

False

Question 4
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 5
Correct

Mark 1.00 out of 1.00

Flag question

Question text
CI function code to load a Model class.

Select one:

a.

$this->load-

b.

$this->load

c.

$this->load-
d.

$this-<load-< div="" style="box-sizing: border-box;"></load-<>

Question 6
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 7
Correct

Mark 1.00 out of 1.00

Flag question

Question text
CI method or code to load the form validation library.

Select one:

a.

$this->load->library('form_validation')

b.

$this->load
c.

$load->library('form_validation')

d.

$this->load('library_form_validation')

e.

"library"

Question 8
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 9
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Element represents a control that presents a menu of options.
Select one:

a.

HTML select

b.

PHP choose

c.

PHP select

d.

HTML options

Question 10
Correct

Mark 1.00 out of 1.00

Flag question

Question text
FILL IN THE BLANK: Answer functions to help you build your form easier and faster.

Question 11
Correct

Mark 1.00 out of 1.00

Flag question

Question text
PDO stands for Personal Data Objects.

Select one:

True

False

Question 12
Correct

Mark 1.00 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 13
Correct

Mark 10.00 out of 10.00

Flag question

Question text
Matching Type. Choose the correct answer from the selection.
Answer 1
Variables that can be accessed anywhere on the web application
because it is stored on the browser session

Answer 2
What function can be used to access session variables on webpages?

Answer 3
Organization that sponsors CI
Answer 4
variables are session variables that expires with a given time limit.

Answer 5
Function that fetch the data as a multi-dimentional array

Answer 6
Function that fetch the data as a single row array

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

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

Answer 9
You can display the error 404 page by using what function

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

Feedback
Your answer is correct.
Question 14
Correct

Mark 1.00 out of 1.00

Flag question

Question text
The third URI Segment

Select one:

a.

method
b.

controller

c.

address

d.

parameter

Question 15
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 16
Correct

Mark 1.00 out of 1.00

Flag question

Question text
What is the meaning of URL?

Select one:
a.

United Resource Locator

b.

Uniform Resources Locator

c.

Uniform Resource Location

d.

Uniform Resource Locator

Question 17
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 18
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 19
Correct

Mark 1.00 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 20
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Andi Gutmans was the inventor of PHP.

Select one:

True
False

Question 21
Correct

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer Method that accepts recipients that are not visible to the other
recipients

Question 22
Correct

Mark 1.00 out of 1.00

Flag question

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

Question 23
Correct

Mark 1.00 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 24
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 25
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 26
Correct

Mark 1.00 out of 1.00

Flag question

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

Question 27
Correct

Mark 1.00 out of 1.00

Flag question

Question text
The first URI segment

Select one:

a.

address

b.

method

c.

controller

d.

parameter

Question 28
Correct

Mark 1.00 out of 1.00

Flag question
Question text
A variable declared outside a function.

Select one:

a.

Local

b.

Global

c.

Worldwide

d.

International

Question 29
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Answer Year that PHP was officially called Personal Home Page Tools.

Question 30
Correct

Mark 1.00 out of 1.00


Flag question

Question text
The controller's $data["title"] variable will be delivered in a view as $title.

Select one:

True

False

Question 31
Incorrect

Mark 0.00 out of 1.00

Flag question

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

Question 32
Correct

Mark 1.00 out of 1.00

Flag question

Question text
The default file extension for PHP file is ".php"

Select one:

True

False
Question 33
Incorrect

Mark 0.00 out of 1.00

Flag question

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

Question 34
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 35
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Database group configuration in CI is stored in a multi-dimensional array.
Select one:

True

False

Question 36
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 37
Correct

Mark 1.00 out of 1.00

Flag question

Question text
The second URI segment

Select one:

a.

method
b.

parameter

c.

controller

d.

address

Question 38
Correct

Mark 1.00 out of 1.00

Flag question

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

Question 39
Correct

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer Method that triggers the sending of email

Question 40
Correct

Mark 1.00 out of 1.00


Flag question

Question text
IDENTIFICATION: Answer What do you call the 3rd, 4th segment of the URI?

Question 41
Correct

Mark 1.00 out of 1.00

Flag question

Question text
URI stands for Uniform Resource Identity

Select one:

True

False

Question 1
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 2
Correct

Mark 1.00 out of 1.00

Flag question

Question text
PHP development began in 1995.

Select one:

True

False

Question 3
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Answer PHP version currently in use on most websites and included several new features
such as support for object-oriented programming.

Question 4
Correct

Mark 1.00 out of 1.00


Flag question

Question text
URI is the historical name that serve as persistent, location-independent identifiers allowing the
simple mapping of namespaces into a single URN namespace

Select one:

True

False

Question 5
Correct

Mark 1.00 out of 1.00

Flag question

Question text
One of the main points of interaction between a user and a web site or application. They allow
users to send data to the website.

Select one:

a.

HTML Forms

b.

Registration Forms

c.
URL Forms

d.

WWW Forms

Question 6
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 7
Correct

Mark 1.00 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 8
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 9
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Answer Inventor of PHP

Question 10
Correct

Mark 1.00 out of 1.00

Flag question

Question text
The controller's $data["title"] variable will be delivered in a view as $title.

Select one:

True
False

Question 11
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 12
Correct

Mark 1.00 out of 1.00

Flag question

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

Question 13
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 14
Correct

Mark 1.00 out of 1.00

Flag question

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

Question 15
Correct

Mark 1.00 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
The first URI segment

Select one:

a.

parameter

b.

controller

c.

method

d.

address

Question 17
Correct

Mark 1.00 out of 1.00

Flag question

Question text
To load the view, the function is like this: $this->load->view('name');

Select one:
True

False

Question 18
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 19
Correct

Mark 1.00 out of 1.00

Flag question

Question text
PHP 3 was released in 1998.

Select one:

True

False

Question 20
Correct

Mark 1.00 out of 1.00


Flag question

Question text
IDENTIFICATION: Answer Method that accepts recipients that are not visible to the other
recipients

Question 21
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Storage data in PHP

Select one:

a.

Echo

b.

Box

c.

variables

d.

cloud
Question 22
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 23
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Other term used for Option buttons?

Select one:

a.

Television Buttons

b.

Select Buttons
c.

Selection Buttons

d.

Radio Buttons

Question 24
Correct

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer What do you call the 3rd, 4th segment of the URI?

Question 25
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 26
Correct

Mark 10.00 out of 10.00


Flag question

Question text
Matching Type. Choose the correct answer from the selection.
Answer 1
What function can be used to access session variables on webpages?

Answer 2
Organization that sponsors CI

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

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

Answer 5
You can display the error 404 page by using what function

Answer 6
Variables that can be accessed anywhere on the web application
because it is stored on the browser session

Answer 7
Function that fetch the data as a single row array

Answer 8
Function that fetch the data as a multi-dimentional array

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

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

Feedback
Your answer is correct.

Question 27
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CI method or code to load the form validation library.

Select one:

a.

"library"

b.

$load->library('form_validation')

c.

$this->load->library('form_validation')

d.

$this->load

e.

$this->load('library_form_validation')

Question 28
Correct

Mark 1.00 out of 1.00


Flag question

Question text
IDENTIFICATION: Answer Method that triggers the sending of email

Question 29
Correct

Mark 1.00 out of 1.00

Flag question

Question text
What is the meaning of URL?

Select one:

a.

Uniform Resources Locator

b.

Uniform Resource Locator

c.

Uniform Resource Location

d.

United Resource Locator


Question 30
Correct

Mark 1.00 out of 1.00

Flag question

Question text
CI, basically contains 4 main folders Application, System, User, Help Guide

Select one:

True

False

Question 31
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 32
Correct

Mark 1.00 out of 1.00


Flag question

Question text
Area that can be specified by the cols and rows attributes, or even better; through CSS' height
and width properties.

Select one:

a.

Paragraph

b.

Content

c.

Textarea

d.

Selection

Question 33
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 34
Correct

Mark 1.00 out of 1.00

Flag question

Question text
Element can be placed onto a web page in a pre-checked fashion by setting the checked
attribute.

Select one:

a.

Options

b.

Checkbox

c.

Selection

d.

List

Question 35
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Form Helper method or code to return an HTML button.

Select one:

a.

form_button()

b.

formbutton_

c.

form_button_()

d.

form-button()

Question 36
Correct

Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Answer Method that accepts the recipient's email address
Question 37
Incorrect

Mark 0.00 out of 1.00

Flag question

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

Question 38
Correct

Mark 1.00 out of 1.00

Flag question

Question text
CI file directory where autoload classes and functions are defined.

Select one:

a.

Application/direct/autoload.php

b.

App/config/autoload.php

c.

Application/autoload.php
d.

Application/config/autoload.php

Question 39
Incorrect

Mark 0.00 out of 1.00

Flag question

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

Question 40
Correct

Mark 1.00 out of 1.00

Flag question

Question text
A vital part of a website or system UI because it accepts inputs as data parameters

Select one:

a.

Options

b.

Load
c.

Forms

d.

Images

Question 41
Correct

Mark 1.00 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.

You might also like