PHP Basics Quiz

PHP Basics Quiz

Professional Development

49 Qs

quiz-placeholder

Similar activities

TC203302 Praktek Pemrograman Berbasis Web 2

TC203302 Praktek Pemrograman Berbasis Web 2

University - Professional Development

50 Qs

Intro to Python class open book quiz.

Intro to Python class open book quiz.

Professional Development

45 Qs

HTML/CSS контрольный

HTML/CSS контрольный

Professional Development

50 Qs

1Rivet's Angular Community Quiz | Dynamic Components, Code Generators, ES-6 Features, Unit Test Cases

1Rivet's Angular Community Quiz | Dynamic Components, Code Generators, ES-6 Features, Unit Test Cases

Professional Development

45 Qs

HTML &CSS

HTML &CSS

Professional Development

54 Qs

100Devs - LwL - Class03 - CSS Basics

100Devs - LwL - Class03 - CSS Basics

10th Grade - Professional Development

49 Qs

Lesson 3 HTML M2-R5

Lesson 3 HTML M2-R5

Professional Development

50 Qs

Java Collection Test

Java Collection Test

Professional Development

50 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?