Search Header Logo

QUIZ PHP

Authored by putera islamiyadi

Computers

10th Grade

Used 31+ times

QUIZ PHP
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A server-side scripting language designed for web development is ...

HTML

PHP

C++

C#

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The script is used to display the output of parameters that are passed to it is ...

PRINT

ECHO

SELECT

INSERT

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Comments in PHP are written with ...

$

//

<!-- ... -->

" ... "

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The correct way of defining a variable in PHP?

$variable name = value;

$variable_name = value

$variable name as value;

$variable_name = value;

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The correct way to print out the values of the variable "name" is ...

$name;

include $name;

echo $name;

echo $name

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

<?php

$sum= 15+30;

echo "$sum";

?>

The Correct output is ...

Error

15+30

45

No Answer

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

<?php

$x = 10;

$y = 6;

echo $x % $y;

?>

The correct type of operator in the code above is ...

Arithmetic Operators

Assignment Operators

Comparison Operators

Increment / Decrement Operators

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?