QUIZ PHP

QUIZ PHP

10th Grade

10 Qs

quiz-placeholder

Similar activities

Evaluasi PHP 1

Evaluasi PHP 1

10th Grade

10 Qs

Website Development

Website Development

6th - 12th Grade

14 Qs

XII RPL 1

XII RPL 1

9th - 12th Grade

15 Qs

مراجعة وحدة PHP

مراجعة وحدة PHP

10th Grade

10 Qs

Python  beginners quiz

Python beginners quiz

9th - 10th Grade

10 Qs

Kuis 1- Pemrograman Dasar

Kuis 1- Pemrograman Dasar

10th Grade

10 Qs

PHP Basic Quiz

PHP Basic Quiz

10th Grade

10 Qs

Dasar pemrograman PHP

Dasar pemrograman PHP

10th - 12th 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?