PHP TEST-3

PHP TEST-3

University

5 Qs

quiz-placeholder

Similar activities

Tehnologii Web

Tehnologii Web

University

10 Qs

Quiz 10 Perancangan dan Pemrograman Web  2021-2

Quiz 10 Perancangan dan Pemrograman Web 2021-2

University

10 Qs

Overview of Java Web Development

Overview of Java Web Development

University

10 Qs

Lecture 2 check understand 2

Lecture 2 check understand 2

University

4 Qs

WEB PROGRAMMING USING PHP-INTRODUCTION

WEB PROGRAMMING USING PHP-INTRODUCTION

University

8 Qs

java script

java script

University

10 Qs

latihtubik1

latihtubik1

University

7 Qs

Javascript

Javascript

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