
Module 5 & Module 6
Authored by devGJ pro
Computers, Science
University - Professional Development
Used 4+ 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
PHP server scripts are surrounded by delimiters, which?
<?php...?>
<&>...</&>
<?php>...</?>
<script>...</script>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you write "Hello World" in PHP
echo "Hello World";
"Hello World";
Document.Write("Hello World");
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
All variables in PHP start with which symbol?
$
!
&
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you get information from a form that is submitted using the "get" method?
$_GET[];
Request.QueryString;
Request.Form;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to add 1 to the $count variable?
$count++;
++count
count++;
$count =+1
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of these variables has an illegal name?
$my-Var
$myVar
$my_Var
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
With SQL, how do you select a column named "FirstName" from a table named "Persons"?
SELECT FirstName FROM Persons
EXTRACT FirstName FROM Persons
SELECT Persons.FirstName
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?