Font size
Worksheetsit10
Total questions: 20
Worksheet time: 18mins
What does XAMPP stand for?
(a)
(a) are expressions terminated by semicolons
The (a) tell the web server to treat everything inside the tags as PHP code to run
(a) means to process text strings word-by-word, line-by-line, to figure out what to do with them.
(a) Is a software that converts source code into the code that computer can understand
(a) is the stuff you type that is typically invisible on the screen, including spaces, tabs, and carriage returns
PHP is case-sensitive. Knowing what are case sensitive and what is not is very important to avoid syntax errors.
True
False
There are 10 datatypes
True
False
A (a) is a sequence of characters or letters
An (a) stores multiple values in one single variable
(a) is used if you want to select one of many blocks of code to be executed
PHP is a recursive acronym for
(a)
PHP was created by a man named?
(a)
in a truth table, If X = True and Y = False then the value of ((!X && Y) || Y && X) is?
(a)
(a) are symbols that are used to perform mathematical calculations
A (a) in PHP code is a line that is not executed as a part of the program
This data type can hold one of two values: true or false.
(a)
Which of the following is correct on creating comment in PHP?
*My comment*
/*My comment*/
<!--My comment-->
**My comment**
PHP codes should start with ____ and ends with ____
<php> ... </php>
<? ... /?>
<php ... />
<?php ... ?>
We should name variables used in PHP with ...
Nothing
$$
?
$
