PHP Basics

PHP Basics

University

8 Qs

quiz-placeholder

Similar activities

CMO 30-2019 - AOB

CMO 30-2019 - AOB

University

10 Qs

GROUP 3 QUIZ NSTP

GROUP 3 QUIZ NSTP

University

10 Qs

Latihan Soal Materi 7

Latihan Soal Materi 7

University

8 Qs

TEST YOUR KNOWLEDGE

TEST YOUR KNOWLEDGE

12th Grade - University

10 Qs

quizz naruto + naruto shipuden

quizz naruto + naruto shipuden

1st Grade - Professional Development

11 Qs

Quiz Organisasi dan Arsitektur Komputer

Quiz Organisasi dan Arsitektur Komputer

University

10 Qs

CIS314M_GroupB

CIS314M_GroupB

University

10 Qs

Pemrograman Web 03

Pemrograman Web 03

University

13 Qs

PHP Basics

PHP Basics

Assessment

Quiz

Other

University

Medium

Used 203+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PHP stands for?

Homepage Programming Processor

HTML Preprocessor

Hypertext Preprocessor

Pretext HyperProcessor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PHP files executed on ...

Client Browser

Server

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct on creating comment in PHP?

*My comment*

**My comment**

<!--My comment-->

/*My comment*/

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PHP codes should start with ____ and ends with ____

<php> ... </php>

<php ... />

<?php ... ?>

<? ... /?>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We should name variables used in PHP with ...

$

$$

Nothing

?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the meaning of $x xor $y in PHP?

True if either $x or $y is true, but not both

True if either $x or $y is true

True if either $x or $y is wrong, but not both

True if either $x or $y is wrong

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following PHP code?


echo "Hello World";

Display the word Hello World on the page

Display the word "Hello World" on the page

Print the word "Hello World" on pop-up screen

Repeat the word "Hello Word" on page

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following must be installed on your computer so as to run PHP script?


i) Adobe Dreamweaver

ii) PHP

iii) Apache HTTP Server

iv) MySQL Server

All the above

i, ii, iii

ii, iii

ii, iii, iv