PHP TEST-3

PHP TEST-3

University

5 Qs

quiz-placeholder

Similar activities

Java 1

Java 1

University

10 Qs

Programación Avanzada II - Parte 3

Programación Avanzada II - Parte 3

University

10 Qs

Who Wants To Be a Programmer?

Who Wants To Be a Programmer?

University - Professional Development

10 Qs

Informática VI - 3er Parcial

Informática VI - 3er Parcial

University

7 Qs

Artificial Intelligence Quiz Online

Artificial Intelligence Quiz Online

8th Grade - University

10 Qs

Website

Website

University

8 Qs

HTML is FuN!

HTML is FuN!

University

10 Qs

HTML Final Exam Review 3

HTML Final Exam Review 3

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