IT-6314 - Web Application Development oed answer key
Showing 161 to 180 of 240 total answers.
#IT-3615
Awesome StudentQuestion • Web Application Development 2
CI file directory where autoload classes and functions are defined
Answer
Application/config/autoloadphp
#IT-3615
Awesome StudentQuestion • Web Application Development 2
simply a new method that we use to extend jQuery'sprototype object
Answer
jQuery Plugin
#IT-6314
Awesome StudentQuestion • Web Application Development 1
If a source file contains PHP code, what extension should be used?
Answer
.php
#IT-6314
Awesome StudentQuestion • Web Application Development 1
The echo command is a means of outputting text to the web browser?
Answer
True
#IT-3615
Awesome StudentQuestion • Web Application Development 2
It helps us enable sorting, pagination and search to our table data
Answer
DataTable jQuery plugin
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Function is used to convert a human readable string to a Unix time.
#IT-6314
Awesome StudentQuestion • Web Application Development 1
The following condition will return TRUE or FALSE:(4 >= 4 || 8 < 1)
#IT-3615
Awesome StudentQuestion • Web Application Development 2
Form helper class helps us by returning formatted HTML form elements
#IT-6314
Awesome StudentQuestion • Web Application Development 1
The "mysql_close()" function allows you to close a MySQL connection?
#IT-6314
Awesome StudentQuestion • Web Application Development 1
The following condition will return TRUE or FALSE: (7 >= 7 && 9 < 2)
#IT-6314
Awesome StudentQuestion • Web Application Development 1
The following comparison condition would return TRUE or FALSE3 <> 6)
#IT-6314
Awesome StudentQuestion • Web Application Development 1
mysql_query("INSERT INTO contacts (firstName, lastName, phoneNumber)
#IT-6314
Awesome StudentQuestion • Web Application Development 1
PHP can be run on Microsoft Windows IIS(Internet Information Server):
#IT-6314
Awesome StudentQuestion • Web Application Development 1
PHP runs on various platforms operating system such as apache and IIS
#IT-6314
Awesome StudentQuestion • Web Application Development 1
The following condition will return TRUE or FALSE: !(3 >= 3 || 8 < 1)
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Consider the following code snippet : var grand_Total=eval("10*10+5");
#IT-6314
Awesome StudentQuestion • Web Application Development 1
The following comparison condition would return TRUE or FALSE:(3 <> 6)
#IT-6314
Awesome StudentQuestion • Web Application Development 1
The following comparison condition would return TRUE or FALSE:(4 <> 7)
#IT-6314
Awesome StudentQuestion • Web Application Development 1