Discover PHP

Discover PHP

9th Grade

9 Qs

quiz-placeholder

Similar activities

Soal Bahasa pemrogramman berbasis web

Soal Bahasa pemrogramman berbasis web

9th - 12th Grade

10 Qs

HTML Basics

HTML Basics

8th - 10th Grade

10 Qs

PHP nulmeting

PHP nulmeting

8th Grade - Professional Development

14 Qs

HTML Basics Exit Questions

HTML Basics Exit Questions

9th - 12th Grade

12 Qs

HTML

HTML

9th Grade

10 Qs

HTML and CSS

HTML and CSS

7th - 9th Grade

10 Qs

Website Design

Website Design

KG - University

10 Qs

HTML-Master

HTML-Master

9th - 12th 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.