PHP Basics

PHP Basics

University

8 Qs

quiz-placeholder

Similar activities

Quiz Back End (Pertemuan 4)

Quiz Back End (Pertemuan 4)

University

10 Qs

MÔ HÌNH MVC

MÔ HÌNH MVC

University

10 Qs

Lý thuyết về Python

Lý thuyết về Python

3rd Grade - University

10 Qs

Java Basics – Day 1 Quiz

Java Basics – Day 1 Quiz

University

10 Qs

Recordando JavaScript

Recordando JavaScript

University

10 Qs

web progamming

web progamming

12th Grade - Professional Development

10 Qs

Javascript тілі

Javascript тілі

University

10 Qs

Կայքերի ստեղծում - Դաս 4

Կայքերի ստեղծում - Դաս 4

4th Grade - University

10 Qs

PHP Basics

PHP Basics

Assessment

Quiz

Other

University

Medium

Used 201+ 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