Discover PHP

Discover PHP

9th Grade

9 Qs

quiz-placeholder

Similar activities

HTML and CSS

HTML and CSS

7th - 9th Grade

10 Qs

Quiz 3 in Prog 1

Quiz 3 in Prog 1

8th - 11th Grade

10 Qs

Website Development

Website Development

6th - 12th Grade

14 Qs

HTML quiz 1

HTML quiz 1

7th - 12th Grade

10 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

Pretest ภาษา php

Pretest ภาษา php

7th - 9th Grade

10 Qs

HTML (unit)

HTML (unit)

9th Grade

11 Qs

HTML

HTML

9th Grade

10 Qs

Discover PHP

Discover PHP

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Disha pari

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

PHP: _____________________________

Hypertext

Hypertext processor

Hypertext Preprocess-or

Hypertext preprocess

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct syntax of PHP

<php>

<?php>

<?php

<?php?>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the default file extension of php among the following .

.xml

.html

.php

.ph

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which option given below is example of server side programming?

Java Script

HTML and CSS

VBS Script

Python

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The Request received from ________ is processed by ___________

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The requirements for php are_____ and ___________

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which format of comment is used for simple explanations?

#

/* */

//

*/ */

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

<html>

<body>

// php program to print name,and number.

< _ php

____" my name is john"__

?>

</_____

</html>

9.

FILL IN THE BLANK QUESTION

1 min • 1 pt

____________ is the program that runs on the client ,which is used to create interactive web pages.