NEW
Font size
WorksheetsHTML Quiz
Total questions: 10
Worksheet time: 5mins
What is the output?
4
3
2
Error
What is variable in programming?
Symbolic name given to unknown quantity
Storage name associated with symbolic name
Pembolehubah
Unknown
Laragon / XAMMP are example of development stacks
True
False
What does PHP stand for?
Personal Home Page
PHP Hypertext Preprocesor
PHP Hypertext Procesor
Private Home Page
What is the output?
Error
Hi Bye
10
Bye
What is the output?
Sun
Moon
Error
Sun Moon
How do you write "Hello World" in PHP?
Document.write("Hello World");
System.out.println("Hello World");
print "Hello World"!
echo ("Hello World");
PHP server scripts are surrounded by which delimiters?
<? ... ?>
<script> ... </script>
<?php ... ?>
<?php> ... </php>
Which is not server-side scripting language?
JSP
Javascript
DOT NET
PHP
You may use foreach to iterate items in an array variable.
Yes
No
