PHP

PHP

University

25 Qs

quiz-placeholder

Similar activities

Web Systems and Technologies

Web Systems and Technologies

University

20 Qs

Ujian_web

Ujian_web

University

20 Qs

FINAL EXAM

FINAL EXAM

University

20 Qs

Ujian Tengah Semester (UTS) Pemrograman Basis Web 2

Ujian Tengah Semester (UTS) Pemrograman Basis Web 2

University

20 Qs

Kuis Teori Pemrograman Web

Kuis Teori Pemrograman Web

University

20 Qs

PHP Básico

PHP Básico

University

22 Qs

Examen3_Programación web I

Examen3_Programación web I

University

20 Qs

Jadi Programmer | Kampung Koding

Jadi Programmer | Kampung Koding

10th Grade - Professional Development

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