wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PHP Basics Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does PHP stand for?

a)

Personal Hypertext Processor

b)

Private Hypertext Preprocessor

c)

PHP: Hypertext Preprocessor

d)

Public Hypertext Processor

2.

Which of the following is NOT a feature of PHP?

a)

Creating 3D graphics

b)

Generating dynamic page content

c)

Creating and managing databases

d)

Controlling user-access

3.

What is required to run PHP scripts on a server?

a)

A web browser only

b)

A command line interface

c)

Only a database

d)

A PHP parser and a web server

4.

Which of the following is a valid PHP opening tag?

a)

<$php

b)

<php

c)

<!php

d)

<?php

5.

What symbol is used to denote a variable in PHP?

a)

#

b)

$

c)

%

d)

@

6.

Which of the following is NOT a built-in type in PHP?

a)

float

b)

string

c)

character

d)

int

7.

What is type juggling in PHP?

a)

Creating new types

b)

Defining strict types for variables

c)

Automatically converting types based on context

d)

The process of converting types manually

8.

What is the purpose of the 'echo' statement in PHP?

a)

To output text

b)

To include files

c)

To create a variable

d)

To define a function

9.

Which of the following operating systems does PHP support?

a)

Only macOS

b)

All major operating systems

c)

Only Linux

d)

Only Windows

10.

What is the default file extension for PHP files?

a)

.html

b)

.php

c)

.txt

d)

.xml