Your browser does not support JavaScript!

Web Application Development 2

63 answers

$(document)ready() function calls if the browser contents has properly loaded its contents and is browsing
  • True Correct
$that->db->insert_id() function returns the auto incremented or last inserted id from the query
  • $this->db->insert_id() Correct
A cart library method used to add item to the shopping cart
  • add() Correct
A cart library method used to update the information of a specific cart item
  • replace() Correct
A materializeCSS class that extends up to 100% of the browser's width to hold page contents
  • Container-fluid grid Correct
A materializeCSS class that provides a 70% space of the browser's full width and allows you to center the content horizontally
  • Container Correct
A Query is a formatted result of database queries and contain useful data for decision making and analysis
  • reports Correct
An input required to verify the user's record existence in order to reset his/her password
  • Email Address Correct
application to help the program perform small or simple task such as formatting a parameter, computation or series of commands
  • autoloaded Correct
CI file directory where autoload classes and functions are defined
  • Application/config/autoloadphp Correct
CI file directory where the database configuration settings and database groups is found
  • Application/config/databasephp Correct
CI function code to load a Model class
  • $this->load Correct
Creator of CI
  • Ellislab Correct
CSS stands for
  • Cascading Style Sheets Correct
Database Normalization is the process of organizing the columns/records or attributes and tables of the database to minimize data redundancy
  • Database Normalization Correct
Form helper class helps us by returning formatted HTML form elements
  • True Correct
Function that fetch the data as a single row array
  • row_array() Correct
Given the URLhttp://wwwabccom/student/record/201512345 State the following 201512345
  • data (ex id) Correct
Given the URLhttp://wwwabccom/student/record/201512345 State the following record
  • data (ex id) Correct
htaccess file that will automatically route the indexphp next to the Controller
  • htaccess Correct
In CI what does URI stands for
  • Uniform Resources Identifier Correct
is a design language or design convention for modern applications and website
  • Material Design Correct
It helps us enable sorting, pagination and search to our table data
  • DataTable jQuery plugin Correct
It is a configuration file that is used for configuration of site-access issues, such as URL redirect, URL shortening, Access-security control
  • htaccess Correct
It is the horizontal dimension of the grid system that separate page contents line after line
  • Rows Correct
It is the vertical dimension of the grid system that hold the actual page contents and is limited into 12s per line
  • Columns Correct
It is used creates a sliding down transition within a given time on a selected element
  • //slideUp(interval) //slideRight(interval) //slideDown(interval) //toggle() Correct
It is used to get or set values from and to an input element particularly textboxes
  • val() Correct
javascript library that makes web scripting easier for us
  • jQuery Correct
JQuery method used to creates a sliding to the left transition within a given time on a selected element
  • slideLeft(interval) Correct
JQuery method used to hide selected element(s)
  • hide() Correct
MaterializeCSS class prefix for desktop or larger devices
  • l Correct
MaterializeCSS class prefix for mobile devices
  • s Correct
Meaning of URN
  • Uniform Resource Name Correct
Method that accepts 'secondary recipients' that receives the mail just to keep them informed
  • $cc Correct
Method that accepts the email's body or content
  • $message Correct
Method that accepts the email's title or heading text
  • subject($subject) Correct
Method that accepts the recipient's email address
  • to() Correct
Method that returns a string containing any server messages, email header and email message
  • $this->email->print_debugger() Correct
Name the university that created MaterialDesign CSS
  • Carnegie Mellon University Correct
PHP version currently in use on most websites and included several new features such as support for object-oriented programming
  • PHP 5 Correct
PHP version that enabled the filter extension by default Native JSON default
  • 2 Correct
PHP version that uses void return type, class constant visibility modifiers, null types
  • 1 Correct
runs a back-end database query and displays the information in organized and informational manner
  • single report page Correct
SEARCH methods is very useful on getting pieces of data, one at a time particularly on multiple tables and databases
  • look up Correct
simply a new method that we use to extend jQuery'sprototype object
  • jQuery Plugin Correct
The second URI segment
  • method Correct
The third URI Segment
  • parameter Correct
This command is used creates a sliding up transition within a given time on a selected element
  • slideUp() Correct
This command is used to create a sliding down transition within a given time on a selected element
  • slideDown() Correct
This command is used to create a sliding to the left transition within a given time on a selected element
  • slideLeft() Correct
This command is used to get or set values from and to a non-input element like divs
  • text() Correct
This command is used to get or set values from and to an input element particularly textboxes
  • val() Correct
This command is used to produce a fading in effect within a given time on a selected element
  • fadeIn(interval) Correct
This command is used to produce a fading out effect within a given time on a selected element
  • fadeOut(interval) Correct
This command is used to show selected element(s)
  • show() Correct
This command is used to toggle, switch or alternate the selected item's visibility: show and hide
  • toggle() Correct
URI stands for Uniform Resource Identity
  • Uniform Resources Identifier Correct
Version of PHP that introduces the use of superglobals
  • 1 Correct
Version of PHP that uses namespace support late static binding
  • 3 Correct
We should subject a user for approval on registration
  • True Correct
Which of the following is correct from the given statement below: //$query - $this->db->get('mytable'); //return $query->result();
  • Select all records and return as an array of objects Correct
will be loaded by the controller passing the returned data from the model
  • view Correct
All courses