PHP

PHP

University

25 Qs

quiz-placeholder

Similar activities

Examen3_Programación web I

Examen3_Programación web I

University

20 Qs

PEMROGRAMAN WEB

PEMROGRAMAN WEB

University

20 Qs

Programacion web # 2

Programacion web # 2

University

20 Qs

Prueba Diagnóstica PHP Básico

Prueba Diagnóstica PHP Básico

10th Grade - University

20 Qs

Ujian_web

Ujian_web

University

20 Qs

Post Test JWD 21 September 2022

Post Test JWD 21 September 2022

University

20 Qs

Kuis Teori Pemrograman Web

Kuis Teori Pemrograman Web

University

20 Qs

PHP Básico

PHP Básico

University

22 Qs

PHP

PHP

Assessment

Quiz

Computers

University

Medium

Created by

Haryoko Haryoko

Used 199+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stand for?

PHP: Hypertext Preprocessor

Private Home Page

Personal Hypertext Processor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PHP server scripts are surrounded by delimiters, which?

<?php>...</?>

<&>...</&>

<script>...</script>

<?php...?>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write "Hello World" in PHP

"Hello World";

echo "Hello World";

Document.Write("Hello World");

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All variables in PHP start with which symbol?

!

$

&

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to end a PHP statement?

New Line

</php>

;

.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The PHP syntax is most similar to:

JavaScript

VBScript

Perl and C

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you get information from a form that is submitted using the "get" method?

Request.QueryString;

Request.Form;

$_GET[];

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?