QUIZ PHP

QUIZ PHP

10th Grade

10 Qs

quiz-placeholder

Similar activities

PHP: مفاهيم أساسية

PHP: مفاهيم أساسية

7th Grade - University

11 Qs

PHP 4o.

PHP 4o.

9th - 12th Grade

15 Qs

PHP.

PHP.

9th - 12th Grade

15 Qs

Conceptos PHP

Conceptos PHP

10th Grade

11 Qs

PHP nulmeting

PHP nulmeting

8th Grade - Professional Development

14 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

Evaluasi materi Programming Rit

Evaluasi materi Programming Rit

10th Grade

10 Qs

Evaluasi PHP 1

Evaluasi PHP 1

10th Grade

10 Qs

QUIZ PHP

QUIZ PHP

Assessment

Quiz

Computers

10th Grade

Medium

Created by

putera islamiyadi

Used 30+ times

FREE Resource

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

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?