What does PHP stand for?

What does PHP stand for?
Hypertext Preprocessor.
Well Done. Your Answer is Correct Keep it Up!
Pretext Hypertext Processor
Preprocessor Home Page
None of the Option is Correct

PHP files have a default file extension of

PHP files have a default file extension of
php
Well Done. Your Answer is Correct Keep it Up!
html
js
asp

A PHP script should start with ___ and end with ___

A PHP script should start with ___ and end with ___
Well Done. Your Answer is Correct Keep it Up!
php

Which of the following is a PHP code editor?

Which of the following is a PHP code editor?
All Options are Correct
Well Done. Your Answer is Correct Keep it Up!
Sublime Text
Notepad++
Notepad

Which of the following must be installed on your computer so as to run PHP script?

Which of the following must be installed on your computer so as to run PHP script?
Apache
Well Done. Your Answer is Correct Keep it Up!
Adobe Dreamweaver
Sublime
None of the Option is Correct

PHP can be run on Microsoft Windows IIS(Internet Information Server)

PHP can be run on Microsoft Windows IIS(Internet Information Server)
TRUE
Well Done. Your Answer is Correct Keep it Up!
FALSE
Nothing
None of the Option is Correct

The die() and exit() functions do the exact same thing.

The die() and exit() functions do the exact same thing.
TRUE
Well Done. Your Answer is Correct Keep it Up!
FALSE
Nothing
None of the Option is Correct

How do you create a cookie in PHP?

How do you create a cookie in PHP?
setcookie()
Well Done. Your Answer is Correct Keep it Up!
makecookie()
createcookie
None of the Option is Correct

Which version of PHP introduced Try/catch Exception?

Which version of PHP introduced Try/catch Exception?
PHP 5
Well Done. Your Answer is Correct Keep it Up!
PHP 6
PHP 4
PHP 5.3

What will be the output of the following php code? $num = 1; $num1 = 2; print $num . “”+””. $num1;

What will be the output of the following php code?
$num = 1;
$num1 = 2;
print $num . “”+””. $num1;
1+2
Well Done. Your Answer is Correct Keep it Up!
3
4
$num . “”+””. $num1;

Page 1 of 2
1 2