PHP QUIZ-2

PHP QUIZ-2

Professional Development

10 Qs

quiz-placeholder

Similar activities

PHP nulmeting

PHP nulmeting

8th Grade - Professional Development

14 Qs

насколько ты крутой PHP pocketmine developer

насколько ты крутой PHP pocketmine developer

Professional Development

10 Qs

Python Class 1

Python Class 1

Professional Development

15 Qs

Punto de partida

Punto de partida

Professional Development

10 Qs

Conceitos Python

Conceitos Python

Professional Development

10 Qs

7/2/2024

7/2/2024

Professional Development

10 Qs

Day 4 C Programming Quiz

Day 4 C Programming Quiz

Professional Development

10 Qs

Dasar Pemrograman

Dasar Pemrograman

Professional Development

7 Qs

PHP QUIZ-2

PHP QUIZ-2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Nirmala Devi

Used 130+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct output of the given code <?php

$NUM1 = 3;

$NUM2 = 4;

$NUM3 = $NUM1 ** $NUM2;

echo $NUM3;

?>

12

81

Garbage Value

None of the above

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The "**" operator belongs to which category of operators?

Arithmetic operator

Logical operator

Comparison operator

Conditional operator

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following are comparison operators in PHP?

A. ==

B. !=

C. ===

D. < = >

A and B

C and D

A,B and C

A,B,C and D

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the Output:

<?php

$color= "red";

echo "$color";

echo "$COLOR";

echo "$Color";

?>

redredred

redred

red

Error

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the Output?

<?php

#echo "Hello World"

echo "#Hello World";

?>

Hello World #Hello World

Hello World

#Hello World

Error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the Output


<?php

$color=red;

echo "$color";

?>

red

$color

No answer

Error

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the Ouput

<?php

$color1="green";

$color2="yellow";

echo "$color1" + "$color2";

?>

greenyellow

green yellow

Error

0

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?