You are on page 1of 100

Started on Saturday, 23 July 2022, 4:39 PM

State Finished
Completed on Saturday, 23 July 2022, 4:48 PM
Time taken 9 mins 10 secs
Marks 48.00/50.00
Grade 96.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A cart library method used to update the information of a specific cart item.

Select one:
a.
replace()
b.
update()
c.
set()
d.
refresh()

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A query method used to returns the query result as an array of objects, or an empty array
on failure

Select one:
a.
result()
b.
row()
c.
row()
d.
execute()

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

Question text
This Class provides a means to retrieve configuration preferences and it is automatically
initialized by the system.

Select one:
a.
Config
b.
Autoload
c.
Database
d.
Route

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text
What do you call a structure made up of series of intersecting straight (vertical, horizontal
and angular) or curved guide lines used to structure content?

Select one:
a.
grid
b.
Lines and boxes
c.
Boxes
d.
Curves

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

Question text
What file you need to edit so that a given config file are automatically loaded.

Select one:
a.
autoload.php
b.
constructor.php
c.
controllers.php
d.
model.php

Question 6
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Ajax engine uses what type of object

Select one:
a.
XMLSHttpRequest
b.
XMLHttpRequests
c.
XMLHttpRequest
d.
XMLHttpsRequest

Question 7
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Permits you to set the value of an input form or textarea and used in form validation.

Select one:
a.
value
b.
set_value
c.
set_num
d.
num

Question 8
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Most web application frameworks are based on the model-view-controller (MVC) pat tern.

Select one:
True 
False

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Given the URL http://www.abc.com/student/record/201512345
State the following
student

Select one:
a.
method
b.
base_url
c.
data (ex. id)
d.
controller

Question 10
Correct
Mark 1.00 out of 1.00
Flag question

Question text
In shopping cart if the quantity is set to negative value, the item will be removed from the
cart.

Select one:
True 
False

Question 11
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Null keywords should be written in

Select one:
a.
any case
b.
Uppercase
c.
no correct answer
d.
lowercase

Question 12
Correct
Mark 1.00 out of 1.00
Flag question

Question text
This is used to emphasize a quote or citation by putting a colored left border to the text

Select one:
a.
Blockquote
b.
paragraph
c.
Roboto
d.
MaterializeCSS

Question 13
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A configuration variables that set number of items you intend to show per page.

Select one:
a.
row
b.
view_page
c.
page
d.
per_page

Question 14
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A cart library method that displays the total number of items in the cart.

Select one:
a.
total_rows()
b.
total_items()
c.
total()
d.
total_row()

Question 15
Correct
Mark 1.00 out of 1.00

Flag question

Question text
This helper file contains functions that assist in working with forms.

Select one:
a.
Form
b.
Webkit
c.
Window
d.
Registration
Question 16
Correct
Mark 1.00 out of 1.00

Flag question

Question text
In CodeIgniter the Calendar class enables you to dynamically create calendars.

Select one:
True
False 

Question 17
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Given the URL http://www.abc.com/student/record/201512345
State the following
www.abc.com

Select one:
a.
base_url
b.
data (ex. id)
c.
controller
d.
method

Question 18
Correct
Mark 1.00 out of 1.00
Flag question

Question text
A rule reference that returns FALSE if the form element is not unique to the table and field
name in the parameter.

Select one:
a.
is_exists
b.
is_unique
c.
single
d.
unique

Question 19
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Each item form a shopping cart produce a unique ________

Select one:
a.
ssid
b.
itemid
c.
id
d.
rowed
Question 20
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Constructors do return a value and they can do some default work.

Select one:
True
False 

Question 21
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is used to produce a fading in effect within a given time on a selected element

Select one:
a.
fadeIns(interval)
b.
fadeIn(interval)
c.
fadeIn(intervals)
d.
fade_In(interval)

Question 22
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Which is the right code for loading models

Select one:
a.
//$this->loads->model('sub_folder/model_name');
b.
No correct answer
c.
//$this->model->name-> /model_name;
d.
//$this->load->model('model_name');

Question 23
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Creator of CI

Select one:
a.
Ellislab
b.
Linux
c.
No correct answer
d.
Microsoft

Question 24
Correct
Mark 1.00 out of 1.00

Flag question

Question text
MVC is a software architecture and architectural. pattern used in software engineering

Select one:
True 
False

Question 25
Correct
Mark 1.00 out of 1.00

Flag question

Question text
In file upload the maximum size are set in _________ that the file can be. Set to zero for no
limit

Select one:
a.
bytes
b.
gigabytes
c.
megabytes
d.
kilobytes

Question 26
Correct
Mark 1.00 out of 1.00
Flag question

Question text
Function when showing errors in CI page

Select one:
a.
show404()
b.
shows_404
c.
show_404
d.
show_404_error

Question 27
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A cart library method that returns the total amount

Select one:
a.
total_all()
b.
sum_all()
c.
total()
d.
sum()

Question 28
Correct
Mark 1.00 out of 1.00

Flag question

Question text
This refers to the data access layer.

Select one:
a.
None
b.
Controller
c.
View
d.
Model

Question 29
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following is correct from the given statement below:
//$query = $this->db->get('mytable');
//return $query->result();

Select one:
a.
Select all records and return as an array of objects
b.
Select all records that are unique and return as an array of objects
c.
Select all records and return as an array of string
d.
Select all records that are unique and return as an array of string

Question 30
Correct
Mark 1.00 out of 1.00

Flag question

Question text
How many parameters does CAPCHA requires

Select one:
a.
5
b.
2
c.
4
d.
3

Question 31
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The segment index value for the controller.

Select one:
a.
3
b.
2
c.
1
d.
0

Question 32
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The default controller assigned to CodeIgniter when first setup is set to ________.

Select one:
a.
Welcome
b.
Index
c.
Hello
d.
Blank

Question 33
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Similarly to the form_error() function, returns all validation error messages produced by the
Form Validation Library.

Select one:
a.
validation_error()
b.
validation_errors()
c.
form_errors()
d.
form_error()

Question 34
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It refers to the horizontal dimension of the grid system

Select one:
a.
rows
b.
row
c.
gridrow()
d.
grid_rows

Question 35
Correct
Mark 1.00 out of 1.00

Flag question

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();

Select one:
a.
No correct answer
b.
It will return only the given rows title, content, and date of the records
c.
It will return only the given value title, content, and date of the records
d.
It will return only the given fields title, content, and date of the records

Question 36
Correct
Mark 1.00 out of 1.00

Flag question

Question text
If set to true, if a file with the same name as the one you are uploading exists, it will be
overwritten. If set to false, a number will be appended to the filename if another with the
same name exists.

Select one:
a.
overwrite
b.
change
c.
rewrite
d.
replace

Question 37
Correct
Mark 1.00 out of 1.00
Flag question

Question text
This permits you to extend the validation class to meet your needs.

Select one:
a.
nodes
b.
validation_rule
c.
functions
d.
Callbacks

Question 38
Correct
Mark 1.00 out of 1.00

Flag question

Question text
This function will be called if the browser contents has properly loaded its contents and is
ready.

Select one:
a.
//$(document).ready()
b.
//$(document).$ready()
c.
//$(document).readys()
d.
//$(documents).ready()
Question 39
Correct
Mark 1.00 out of 1.00

Flag question

Question text
In CodeIgniter the validation system supports callforward to your own validation methods.

Select one:
True
False 

Question 40
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CodeIgniter provides rich set of libraries for commonly needed tasks.

Select one:
True 
False

Question 41
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following refers to the business logic

Select one:
a.
Controller
b.
View
c.
Model
d.
None

Question 42
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CodeIgniter's Image Manipulation class lets you perform Image Watermaking.

Select one:
True
False 

Question 43
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It's a javascript library that makes web scripting easier

Select one:
a.
JavaQuery
b.
JQueries
c.
Java
d.
JQuery

Question 44
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Is a type of challenge-response test used in computing to ensure that the response is not
generated by a computer.

Select one:
a.
javascript
b.
captcha
c.
spam
d.
jquery

Question 45
Correct
Mark 1.00 out of 1.00

Flag question

Question text
An upload helper method that returns an array containing all of the data related to the file
you uploaded.

Select one:
a.
info
b.
rows
c.
data
d.
items

Question 46
Correct
Mark 1.00 out of 1.00

Flag question

Question text
How do you get the value of a config file item named 'author'.

Select one:
a.
//$this->config->load('author');
b.
//$config('author')
c.
no correct answer
d.
//$config['author']

Question 47
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A method under the calendar library that will display the calendar

Select one:
a.
create()
b.
display()
c.
generate()
d.
calendar()

Question 48
Correct
Mark 1.00 out of 1.00

Flag question

Question text
An algorithm that is used in security hashing that transforms data into a 128 bit string

Select one:
a.
MD8
b.
MD5
c.
MD6
d.
MD7

Question 49
Correct
Mark 1.00 out of 1.00

Flag question

Question text
In file upload you'll need a destination directory for your uploaded images.
Select one:
True 
False

Question 50
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
CodeIgniter constants are defined in what folder

Select one:
a.
applications
b.
config
c.
constants
d.
configs
Started on Saturday, 23 July 2022, 4:37 PM
State Finished
Completed on Saturday, 23 July 2022, 4:38 PM
Time taken 1 min 3 secs
Marks 8.00/10.00
Grade 80.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
IDENTIFICATION: Name the university that created MaterialDesign CSS
Carnegie Mellon University
Answer: 

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

Question text
jQuery
IDENTIFICATION: Answer  javascript library that makes web scripting easier for us

Question 3
Correct
Mark 1.00 out of 1.00

Flag question
Question text
jQuery Plugin
IDENTIFICATION: Answer  simply a new method that we use to extend jQuery's
prototype object

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

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.

Select one:
True
False 

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

Question text
In jQuery the scr tag is use for linking.

Select one:
True
False 

Question 6
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
IDENTIFICATION: It helps us enable sorting, pagination and search to our table data.
DataTable jQuery plugin
Answer: 

Question 7
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
$(document).ready() function calls if the browser contents has properly loaded its contents
and is browsing.

Select one:
True 
False

Question 8
Correct
Mark 1.00 out of 1.00

Flag question

Question text
jQuery is a java library that makes web scripting easier for us.

Select one:
True
False 

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text
.vals() It is used to get or set values from and to an input element particularly textboxes.

Select one:
True
False 

Question 10
Correct
Mark 1.00 out of 1.00

Flag question

Question text
.text() is used to get or set values from and to a non-input element like divs.

Select one:
True 
False
Started on Saturday, 23 July 2022, 10:43 PM
State Finished
Completed on Saturday, 23 July 2022, 10:48 PM
Time taken 5 mins 2 secs
Marks 10.00/10.00
Grade 100.00 out of 100.00
Question 1
Correct
Mark 10.00 out of 10.00

Flag question

Question text
Matching Type. Choose the correct answer from the selection provided.
Answer 1
Code that Makes table elements bordered Bordered
 
Answer 2
Makes text responsive depending on the browser’s screen size Flow -text
 
Answer 3
Adds an alternate background colors on table rows striped
 
Code that adds a shadow effect on an element that looks how far Answer 4
raised or close it is shadow
 
Refers to nn element that is used to emphasize a quote or citation Answer 5
in MaterializeCSS A quote.
 
Code that Makes an embed widget from YouTube and other sites Answer 6
responsive video-container
 
Code that creates a highlight effect to table rows on mouse hover Answer 7
highlight
highlight
 
Code that Makes an image responsively resize and adapts its size Answer 8
based on the screen size responsive-img
 
It refers to shorten a long line of text and puts an ellipsis on the Answer 9
end of it. truncate
 
Displays an animation box shadow to an element when hovered by Answer 10
mouse hoverable
 
Feedback
Your answer is correct.

Started on Saturday, 23 July 2022, 4:22 PM


State Finished
Completed on Saturday, 23 July 2022, 4:32 PM
Time taken 10 mins 5 secs
Marks 29.00/50.00
Grade 58.00 out of 100.00
Question 1
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Contain
IDENTIFICATION: Answer  A materializeCSS class that extends up to 100% of the
browser's width to hold page contents.

Question 2
Incorrect
Mark 0.00 out of 1.00

Flag question
Question text
from($
IDENTIFICATION: Answer  Method that accepts the sender's email address

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

Flag question

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

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Grid
IDENTIFICATION: Answer  A structure made up of series of intersecting straight
(vertical, horizontal and angular) or curved guide lines used to structure content.

Question 6
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
s
IDENTIFICATION: Answer  MaterializeCSS class prefix for tablet devices.

Question 7
Correct
Mark 1.00 out of 1.00

Flag question

Question text
slideLeft()
IDENTIFICATION: Answer  This command is used to create a sliding to the left
transition within a given time on a selected element

Question 8
Correct
Mark 1.00 out of 1.00

Flag question

Question text
val()
IDENTIFICATION: Answer  This command is used to get or set values from and to an
input element particularly textboxes.

Question 9
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 10
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
.show ()
IDENTIFICATION: Answer  This command is used to show selected element(s)

Question 11
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Fixed layout
IDENTIFICATION: Answer  A grid layout that is used for static website designs because
it has fixed/distributed column sizes.

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

Flag question

Question text
toggle()
IDENTIFICATION: Answer  This command is used to toggle, switch or alternate the
selected item's visibility: show and hide

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
matches form validation rule checks 3 fields that should have an equal or same value.

Select one:
True
False 

Question 16
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 17
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 18
Incorrect
Mark 0.00 out of 1.00

Flag question

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

Question 19
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
.slideD
IDENTIFICATION: Answer  This command is used to create a sliding down transition
within a given time on a selected element

Question 20
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
.slideUp(interval)
IDENTIFICATION: Answer  This command is used creates a sliding up transition within
a given time on a selected element

Question 21
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
.fadeOut(interval)
IDENTIFICATION: Answer  This command is used to produce a fading out effect within
a given time on a selected element

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

Flag question

Question text
.hide()
IDENTIFICATION: Answer  This command is used to hide selected element(s)

Question 24
Incorrect
Mark 0.00 out of 1.00
Flag question

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

Question 25
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 26
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Adaptiv
IDENTIFICATION: Answer  A grid layout that adapts or resize columns depending on
the device screen size.

Question 27
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
.text()
IDENTIFICATION: Answer  This command is used to get or set values from and to a
non-input element like divs.

Question 28
Incorrect
Mark 0.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 29
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Column
IDENTIFICATION: Answer  It is the vertical dimension of the grid system that hold the
actual page contents and is limited into 12s per line.

Question 30
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 31
Incorrect
Mark 0.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 32
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
l
IDENTIFICATION: Answer  MaterializeCSS class prefix for desktop or larger devices
Question 33
Correct
Mark 10.00 out of 10.00

Flag question

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

variables that store values but it can only contain strings Answer 1
and numbers constant
 
Answer 2
SSPR stands for  Self-service passw ord reset
 
function returns the auto incremented or last inserted id Answer 3
from the query $this->db->insert_id()
 
Answer 4
are templates for reports Queries
 
Answer 5
encrypted email as a key md5
 
Answer 6
Name the configuration file needed to set helper autoload config
 
used as a function library that we can just load to the Answer 7
controller or view. helper
 
is the process of organizing the columns/records or
Answer 8
attributes and tables of the database to minimize data Database Normalization
redundancy.  
functions that accepts input parameters and returns an Answer 9
HTML input form element. form helper class
 
methods is very useful on getting pieces of data, one at a Answer 10
time particularly on multiple tables and databases Look Up
 
formatted result of database queries and contain useful Answer 11
data for decision making and analysis Reports
 
returns a string containing any server messages, email Answer 12
header and the email message. $this->email->print_debugger()
 
application to help the program perform small or simple Answer 13
task such as formatting a parameter, computation or autoloaded
 
series of commands
It is very useful on web forms security against online Answer 14
bots, crawlers and spammers. CAPTCHA
 
runs a back-end database query and displays the Answer 15
information in organized and informational manner single report page
 
Feedback
Your answer is correct.

Question 34
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
cc($cc
IDENTIFICATION: Answer  Method that accepts 'secondary recipients' that receives
the mail just to keep them informed

Question 35
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
.s
IDENTIFICATION: Answer  MaterializeCSS class prefix for mobile devices.

Question 36
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Container
IDENTIFICATION: Answer  A materializeCSS class that provides a 70% space of the
browser's full width and allows you to center the content horizontally.

Question 37
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Row s
IDENTIFICATION: Answer  It is the horizontal dimension of the grid system that
separate page contents line after line.

Question 38
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
faceIn(
IDENTIFICATION: Answer  This command is used to produce a fading in effect within a
given time on a selected element

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

Flag question

Question text
bcc stands for Black Carbon Copy

Select one:
True
False 

Question 41
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 

Started on Saturday, 23 July 2022, 4:19 PM


State Finished
Completed on Saturday, 23 July 2022, 4:21 PM
Time taken 2 mins 3 secs
Marks 3.00/10.00
Grade 30.00 out of 100.00
Question 1
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
.s
IDENTIFICATION: Answer  MaterializeCSS class prefix for mobile devices.

Question 2
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Row s
IDENTIFICATION: Answer  It is the horizontal dimension of the grid system that
separate page contents line after line.

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Grid
IDENTIFICATION: Answer  A structure made up of series of intersecting straight
(vertical, horizontal and angular) or curved guide lines used to structure content.

Question 4
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
l
IDENTIFICATION: Answer  MaterializeCSS class prefix for desktop or larger devices

Question 5
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Contain
IDENTIFICATION: Answer  A materializeCSS class that extends up to 100% of the
browser's width to hold page contents.

Question 6
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
.m
IDENTIFICATION: Answer  MaterializeCSS class prefix for tablet devices.

Question 7
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Contain
IDENTIFICATION: Answer  A materializeCSS class that provides a 70% space of the
browser's full width and allows you to center the content horizontally.

Question 8
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Column
IDENTIFICATION: Answer  It is the vertical dimension of the grid system that hold the
actual page contents and is limited into 12s per line.

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Fixed layout
IDENTIFICATION: Answer  A grid layout that is used for static website designs because
it has fixed/distributed column sizes.

Question 10
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Respon
IDENTIFICATION: Answer  A grid layout that adapts or resize columns depending on
the device screen size.
Started on Saturday, 23 July 2022, 3:58 PM
State Finished
Completed on Saturday, 23 July 2022, 4:00 PM
Time taken 1 min 20 secs
Marks 8.00/10.00
Grade 80.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Text()
IDENTIFICATION: Answer  This command is used to get or set values from and to a
non-input element like divs.

Question 2
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 3
Incorrect
Mark 0.00 out of 1.00
Flag question

Question text
comma
IDENTIFICATION: Answer  This command is used to show selected element(s)

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

Flag question

Question text
Hide()
IDENTIFICATION: Answer  This command is used to hide selected element(s)

Question 6
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 7
Not answered
Marked out of 1.00

Flag question

Question text
IDENTIFICATION: Answer  This command is used creates a sliding up transition within
a given time on a selected element

Question 8
Correct
Mark 1.00 out of 1.00

Flag question

Question text
slideDow n()
IDENTIFICATION: Answer  This command is used to create a sliding down transition
within a given time on a selected element

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

Flag question

Question text
bcc stands for Black Carbon Copy

Select one:
True
False 

Started on Saturday, 23 July 2022, 3:46 PM


State Finished
Completed on Saturday, 23 July 2022, 3:58 PM
Time taken 12 mins 10 secs
Marks 45.00/50.00
Grade 90.00 out of 100.00
Question 1
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 2
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 3
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 4
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 5
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.
Checkbox
b.
Selection
c.
Options
d.
List

Question 6
Correct
Mark 1.00 out of 1.00
Flag question

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

Question 7
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.
URL
b.
URI
c.
UWI
d.
URN

Question 8
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 9
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.
.htaccess
b.
.htpaccess
c.
.httptaccess
d.
.httpccess

Question 10
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CI method or code that display/echo error messages when form_validation->run() returns
false.

Select one:
a.
valid_errors()
b.
ValidationErrors_()
c.
validation_error()
d.
validation_errors()

Question 11
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 12
Incorrect
Mark 0.00 out of 1.00

Flag question

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

Select one:
a.
form_checkbox()
b.
form_boxcheck()
c.
form_checklist()
d.
form_checkbox[]

Question 13
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 14
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.
echo
b.
comment
c.
variables
d.
print

Question 15
Correct
Mark 1.00 out of 1.00
Flag question

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

Question 16
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 17
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Email A
IDENTIFICATION: Answer  An input required to verify the user's record existence in
order to reset his/her password.

Question 18
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CI function code to load the database class.
Select one:
a.
?this->load->database();
b.
$this->load->database();
c.
$this->load-<database();< div="" style="box-sizing: border-box;"></database();<>
d.
$this->load->database[];
Question 19
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.
form-button()
c.
formbutton_
d.
form_button_()

Question 20
Incorrect
Mark 0.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 21
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 22
Correct
Mark 10.00 out of 10.00

Flag question

Question text
Matching Type. Choose the correct answer from the selection.
Answer 1
Organization that sponsors CI Ellislab
 
Answer 2
Method will execute codes once the class is created or instantiated. __construct
 
Answer 3
It can be said as the entry point of application. Controller
 
File that will automatically route the index.php next to the Answer 4
Controller . htaccess
 
You can display the error 404 page by using what function Answer 5
show _404()
show _404()
 
Answer 6
Function that fetch the data as a single row array row _array()
 
Answer 7
Function that fetch the data as a multi-dimentional array result_array()
 
Answer 8
What function can be used to access session variables on webpages? session_start()
 
Answer 9
variables are session variables that expires with a given time limit.  Tempdata
 
Variables that can be accessed anywhere on the web application Answer 10
because it is stored on the browser session superglobal
 
Feedback
Your answer is correct.

Question 23
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 24
Correct
Mark 1.00 out of 1.00

Flag question

Question text
5.2
Answer  PHP version that enabled the filter extension by default Native JSON default

Question 25
Correct
Mark 1.00 out of 1.00
Flag question

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

Question 26
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.
$this->uri->segment
b.
$that->uri->segment
c.
$these->uri->segment
d.
%this->uri->segment

Question 27
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is a URI Component that locates the path or address.

Select one:
a.
Web browser
b.
Web Address
c.
Root address
d.
Web interface address

Question 28
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 29
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 30
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 31
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 32
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 33
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
cc($cc
IDENTIFICATION: Answer  Method that accepts 'secondary recipients' that receives
the mail just to keep them informed

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

Flag question

Question text
View
FILL IN THE BLANK: Answer  will be loaded by the controller passing the returned data
from the model.

Question 37
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 38
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.
callbacks
b.
setbacks
c.
echo
d.
errors

Question 39
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.
App/config/autoload.php
b.
Application/direct/autoload.php
c.
Application/autoload.php
d.
Application/config/autoload.php
Question 40
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
subject($subject)
IDENTIFICATION: Answer  Method that accepts the email's title or heading text

Question 41
Incorrect
Mark 0.00 out of 1.00

Flag question

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

Started on Saturday, 23 July 2022, 3:42 PM


State Finished
Completed on Saturday, 23 July 2022, 3:46 PM
Time taken 3 mins 38 secs
Marks 9.00/10.00
Grade 90.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

Flag question
Question text
HTML is a requirement in Code igniter

Select one:
True 
False

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

Flag question

Question text
URI stands for Uniform Resource Identity

Select one:
True
False 

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

Flag question

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

Question 6
Correct
Mark 1.00 out of 1.00

Flag question

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

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

Flag question

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

Question 9
Incorrect
Mark 0.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 10
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

Started on Saturday, 23 July 2022, 3:36 PM


State Finished
Completed on Saturday, 23 July 2022, 3:38 PM
Time taken 1 min 29 secs
Marks 10.00/10.00
Grade 100.00 out of 100.00
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
Email a
IDENTIFICATION: Answer  An input required to verify the user's record existence in
order to reset his/her password.

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 4
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 5
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 6
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 7
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 8
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 9
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 10
Correct
Mark 1.00 out of 1.00

Flag question

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

Started on Saturday, 23 July 2022, 3:01 PM


State Finished
Completed on Saturday, 23 July 2022, 3:06 PM
Time taken 4 mins 35 secs
Marks 30.00/30.00
Grade 100.00 out of 100.00
Question 1
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 2
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 3
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 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text
5.2
Answer  PHP version that enabled the filter extension by default Native JSON default

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CI method or code that display/echo error messages when form_validation->run() returns
false.

Select one:
a.
valid_errors()
b.
ValidationErrors_()
c.
validation_errors()
d.
validation_error()

Question 6
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.
password()
b.
form_password()
c.
d.
form_pword()
e.
form

Question 7
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Rasmu
Answer  Inventor of PHP
Question 8
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.
WWW Forms
c.
URL Forms
d.
Registration Forms

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

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

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
URN stands for?

Select one:
a.
Uniform Resources Name
b.
Uniform Resource Name
c.
Uniform Resource Names
d.
Unique Resource Name

Question 12
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 13
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 14
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.
UWI
b.
URN
c.
URI
d.
URL

Question 15
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.
HTML
b.
PHP
c.
TextArea
d.
CSS

Question 16
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.
List
b.
Checkbox
c.
Selection
d.
Options

Question 17
Correct
Mark 1.00 out of 1.00

Flag question

Question text
1998
Answer  Year that PHP 3 was released

Question 18
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 19
Correct
Mark 1.00 out of 1.00

Flag question

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

Select one:
a.
Router
b.
Routed
c.
Rotate
d.
Routing

Question 20
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_405()
b.
show_404()
c.
show_444()
d.
show()_504

Question 21
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Delimiter symbol for rules in form validation.
Select one:
a.
"^" symbol
b.
"/" symbol
c.
"?" symbol
d.
"|" or pipe symbol

Question 22
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 23
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Storage data in PHP

Select one:
a.
Box
b.
cloud
c.
variables
d.
Echo

Question 24
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The first URI segment

Select one:
a.
controller
b.
address
c.
parameter
d.
method

Question 25
Correct
Mark 1.00 out of 1.00

Flag question
Question text
The second URI segment

Select one:
a.
method
b.
address
c.
parameter
d.
controller

Question 26
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CI method or code to set an error message in form validation.

Select one:
a.
$this->form_validation->set_error()
b.
$this->form_validation->error_message()
c.
$this->form_validation->set_message()
d.
$this->form_validation->error_()

Question 27
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.
form-button()
c.
form_button_()
d.
formbutton_

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

Flag question

Question text
PHP 3 was released in 1998.

Select one:
True 
False

Question 30
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.
echo
c.
callbacks
d.
setbacks

Started on Saturday, 23 July 2022, 2:59 PM


State Finished
Completed on Saturday, 23 July 2022, 3:01 PM
Time taken 1 min 19 secs
Marks 10.00/10.00
Grade 100.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

Question text
CodeIgniter is developed PHP.org

Select one:
True
False 

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Uniform
IDENTIFICATION: Answer  Meaning of URL.

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Uniform
IDENTIFICATION: Answer  Meaning of URN

Question 6
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 7
Correct
Mark 1.00 out of 1.00
Flag question

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

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

Flag question

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

Question 10
Correct
Mark 1.00 out of 1.00
Flag question

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

Started on Saturday, 23 July 2022, 2:53 PM


State Finished
Completed on Saturday, 23 July 2022, 2:58 PM
Time taken 5 mins 44 secs
Marks 9.00/10.00
Grade 90.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Storage data in PHP

Select one:
a.
Box
b.
cloud
c.
Echo
d.
variables

Question 2
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.
PHP choose
b.
HTML select
c.
PHP select
d.
HTML options

Question 3
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 4
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->insert()
b.
&this->db->insert()
c.
$this->db->insert()
d.
$this->data_base->insert()

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

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

Question 6
Incorrect
Mark 0.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 7
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 8
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.
$these->uri->segment
b.
$this->uri->segment
c.
$that->uri->segment
d.
%this->uri->segment

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text
URI stands for?

Select one:
a.
United Resource Identifier
b.
Unchanging Resource Identifier
c.
Uniform Resources Identifier
d.
Uniform Resource Identifier

Question 10
Correct
Mark 1.00 out of 1.00

Flag question

Question text
PHP varianbles start with what symbol?

Select one:
a.
%
b.
&
c.
@
d.
$

You might also like