IT-6314 - Web Application Development oed answer key
Showing 221 to 240 of 240 total answers.
#IT-3615
Awesome StudentQuestion • Web Application Development 2
It is used creates a sliding down transition within a given time on a selected element
Answer
//slideUp(interval) //slideRight(interval) //slideDown(interval) //toggle()
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Joining values together (by appending them to each other) to form a single long value.
Answer
concatenate
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Which statement will evaluate and include a file into the location where it is called.
Answer
include statement
#IT-3615
Awesome StudentQuestion • Web Application Development 2
PHP version that uses void return type, class constant visibility modifiers, null types
Answer
7.1
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Can hold an unlimited number of characters, and the text renders in a fixed-width font.
Answer
Textarea
#IT-6314
Awesome StudentQuestion • Web Application Development 1
PHP is one of the most widely used and recognizable web technology use on the internet.
#IT-3615
Awesome StudentQuestion • Web Application Development 2
CI file directory where the database configuration settings and database groups is found
#IT-6314
Awesome StudentQuestion • Web Application Development 1
This are functions that operate on a set of rows to calculate and return a single value.
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Which one of the following methods is responsible for sending the query to the database?
#IT-6314
Awesome StudentQuestion • Web Application Development 1
What does the following MySQL command do? SELECT * FROM author WHERE auth_name LIKE 'W%';
#IT-3615
Awesome StudentQuestion • Web Application Development 2
An input required to verify the user's record existence in order to reset his/her password
#IT-6314
Awesome StudentQuestion • Web Application Development 1
What data type will PHP automatically convert the following variable to:? $aVariable = 99;
#IT-3615
Awesome StudentQuestion • Web Application Development 2
A materializeCSS class that extends up to 100% of the browser's width to hold page contents
#IT-3615
Awesome StudentQuestion • Web Application Development 2
Method that returns a string containing any server messages, email header and email message
#IT-3615
Awesome StudentQuestion • Web Application Development 2
Method that accepts 'secondary recipients' that receives the mail just to keep them informed
#IT-3615
Awesome StudentQuestion • Web Application Development 2
This command is used to produce a fading in effect within a given time on a selected element
#IT-6314
Awesome StudentQuestion • Web Application Development 1
What will be the output of the following PHP code ? < ?php $i = 0; for ($i) { print$i; } ? >
#IT-3615
Awesome StudentQuestion • Web Application Development 2
It is the horizontal dimension of the grid system that separate page contents line after line
#IT-3615
Awesome StudentQuestion • Web Application Development 2