
Quiz 3: PHP
Authored by Developer UETT
Computers
University
Used 14+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1.
PHP is a _________.
Open Source Language
Widely Used Language
Server side scripting language
All of the above
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
2.
PHP Scripts starts with ________.
<php> … </php>
<?php …. ?>
<?=........?>
?php … ?php
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3.
What is the correct way to add 1 to the $count variable?
$count =+1
$count++;
++count
count++;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4.
PHP is case sensitive in what way?
It's never case sensitive, don't worry about it.
Only when referring to variables
When referring to classes, functions or variables
All the time!
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5.
How is PHP written into a webpage?
Just like other html tags: <php> </php>
Only in a separate file which is linked to the html page
Using curled brackets {php} {/php}
A PHP script starts with <?php and ends with ?>
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.
In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings. Is this statement TRUE or FALSE?
TRUE
FALSE
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7.
What does CRUD operation stands for in PHP?
Create
Read
Upload
Delete
Create
Read
Update
Delete
Concatenate
Read
Update
Destroy
Concatenate
Read
Upload
Delete
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?