PHP TEST-3

PHP TEST-3

University

5 Qs

quiz-placeholder

Similar activities

Javascript

Javascript

University

10 Qs

java script

java script

University

10 Qs

Lesson 5 - Output Handling

Lesson 5 - Output Handling

University

10 Qs

JSPS Competition Hackathon - HTML Language Grade 4 & 5

JSPS Competition Hackathon - HTML Language Grade 4 & 5

4th Grade - University

10 Qs

PTS DMI Genap MM

PTS DMI Genap MM

12th Grade - University

10 Qs

Know Javascript

Know Javascript

University

7 Qs

WEB PROGRAMMING USING PHP-INTRODUCTION

WEB PROGRAMMING USING PHP-INTRODUCTION

University

8 Qs

WWW

WWW

University

10 Qs

PHP TEST-3

PHP TEST-3

Assessment

Quiz

Computers

University

Easy

Created by

Arivuselvi A

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following is new operator added in PHP 7?

<=!

<=$

<=>

<=?

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The script that executes at the browser side is called _____

Client side scripting

Server side scripting

Both A and B

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

On which Platform PHP Runs?

Windows

Linux

Mac OS X

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The PHP syntax is most similar to:

VBScript

JavaScript

Perl and C

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following PHP code?

<?php $x = 8; $y = 8.0; echo ($x === $y); ?>

8 === 8

No Output

1

0