Php Quiz 2

Php Quiz 2

University

20 Qs

quiz-placeholder

Similar activities

Web Systems and Technologies

Web Systems and Technologies

University

20 Qs

Day 1 - Deployment ...

Day 1 - Deployment ...

University

15 Qs

Prueba Diagnóstica PHP Básico

Prueba Diagnóstica PHP Básico

10th Grade - University

20 Qs

Quiz -3: JavaScript & PHP (AIML)/CC/1st Year

Quiz -3: JavaScript & PHP (AIML)/CC/1st Year

University

15 Qs

Ujian Tengah Semester (UTS) Pemrograman Basis Web 2

Ujian Tengah Semester (UTS) Pemrograman Basis Web 2

University

20 Qs

Programacion web # 2

Programacion web # 2

University

20 Qs

IAW_2AS3_PHP_1

IAW_2AS3_PHP_1

1st Grade - University

23 Qs

PHP Quiz

PHP Quiz

University

16 Qs

Php Quiz 2

Php Quiz 2

Assessment

Quiz

Computers

University

Medium

Used 44+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A storage location in a PHP script that has its own unique name and data type.
variable
function
expression
construct

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The PHP sendMail() function sends an email message from within a script.
False
True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The PHP mail() function sends an email message from within a script.
True
False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A form element's _______ attribute is used to connect a form to a PHP script.
action
method
form
src

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This echo statement will output the text
  He's lost!
echo 'He\'s lost!';
echo He's lost!;
echo 'He"s lost!';
echo 'He's lost!';

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These tags are used to enclose PHP code so that the web server knows to process and run it.
<?php   ?>
<script> ... </script>
<!DOCTYPE html>
<html> ... </html>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to PHP code on the browser?
Nothing
It gets interpreted by the PHP script engine.
It gets displayed as PHP code.
None of the above.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers