PHP Basics Quiz

PHP Basics Quiz

Professional Development

49 Qs

quiz-placeholder

Similar activities

Quiz Perangkat Bergerak 1

Quiz Perangkat Bergerak 1

University - Professional Development

53 Qs

UH PYTHON X7

UH PYTHON X7

Professional Development

50 Qs

CSI-Student Chapter Technical Quiz

CSI-Student Chapter Technical Quiz

Professional Development

50 Qs

Алгоритмы 3 (HARD)

Алгоритмы 3 (HARD)

Professional Development

45 Qs

Python Programming

Python Programming

Professional Development

50 Qs

Python Coding Specialist Exam

Python Coding Specialist Exam

Professional Development

53 Qs

Examen ACP 3ero

Examen ACP 3ero

Professional Development

50 Qs

Getting Started with Docker and Dockerfile

Getting Started with Docker and Dockerfile

Professional Development

47 Qs

PHP Basics Quiz

PHP Basics Quiz

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Lily Reyes

Used 5+ times

FREE Resource

49 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stand for?

Personal Home Page

Hypertext Preprocessor

Pre Hypertext Processing

Programming Hypertext Preprocessor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PHP files have a default file extension of:

.html

.xml

.php

.json

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to output text in PHP?

echo()

print()

display()

show()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables in PHP start with which symbol?

%

#

@

$

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct variable declaration in PHP?

$5name = "John";

$name5 = "John";

$name = "John";

name = "John";

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to get form data in PHP?

GET

POST

REQUEST

Both A and B

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to include files in PHP?

include()

require()

Both A and B

insert()

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?