IT-6314 - Web Application Development oed answer key
Showing 181 to 200 of 240 total answers.
#IT-6314
Awesome StudentQuestion • Web Application Development 1
You can add a row using SQL in a database with which of the following?
Answer
INSERT
#IT-6314
Awesome StudentQuestion • Web Application Development 1
The SQL statement that queries or reads data from a table is ________ .
Answer
SELECT
#IT-6314
Awesome StudentQuestion • Web Application Development 1
What does a semicolon signify at the end of a instruction or statement?
Answer
the end of a PHP statement or instruction
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Which of the following are the five built-in functions provided by SQL?
Answer
COUNT, SUM, AVG, MAX, MIN
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Which one of the following statements should be used to include a file?
Answer
include 'filename';
#IT-3615
Awesome StudentQuestion • Web Application Development 2
will be loaded by the controller passing the returned data from the model
#IT-6314
Awesome StudentQuestion • Web Application Development 1
What is the output of the following code? $a=1; ++$a; $a*=$a; echo $a- -;
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Which one of the following is the right way of defining a function in PHP?
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Originally PHP is known as PHP: Hypertext Preprocessor (Personal Home Page)
#IT-3615
Awesome StudentQuestion • Web Application Development 2
A cart library method used to update the information of a specific cart item
#IT-3615
Awesome StudentQuestion • Web Application Development 2
PHP version that enabled the filter extension by default Native JSON default
#IT-6314
Awesome StudentQuestion • Web Application Development 1
In a LIKE clause, you can could ask for any value ending in "qpt" by writing
#IT-6314
Awesome StudentQuestion • Web Application Development 1
The "or die()" part of a MySQL command will execute if the connection fails?
#IT-3615
Awesome StudentQuestion • Web Application Development 2
is a design language or design convention for modern applications and website
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Multiple Choice. Select the best answer How do you write "Hello World" in PHP
#IT-6314
Awesome StudentQuestion • Web Application Development 1
The INSERT INTO statement is not used to add new records to a database table?
#IT-6314
Awesome StudentQuestion • Web Application Development 1
It allows us to collect data from the htm file and display to the php script.
#IT-6314
Awesome StudentQuestion • Web Application Development 1
Is allowed us to collect data from the htm file and display to the php script.
#IT-3615
Awesome StudentQuestion • Web Application Development 2