Discover PHP

Discover PHP

9th Grade

9 Qs

quiz-placeholder

Similar activities

HTML Basics

HTML Basics

8th - 10th Grade

10 Qs

HTML basics

HTML basics

5th - 10th Grade

10 Qs

HTML - Year 8

HTML - Year 8

7th - 10th Grade

10 Qs

URL and IP

URL and IP

8th - 10th Grade

12 Qs

WD 1 - Basic HTML

WD 1 - Basic HTML

KG - University

10 Qs

HTML introduction

HTML introduction

8th - 9th Grade

10 Qs

HTML

HTML

5th - 10th Grade

10 Qs

HTML тегтері

HTML тегтері

1st Grade - University

13 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.