QUIZ PHP

QUIZ PHP

10th Grade

10 Qs

quiz-placeholder

Similar activities

KTTX Tin 9-HKII

KTTX Tin 9-HKII

9th - 12th Grade

10 Qs

Ôn tập KTGK. Bài 17. Biến và lệnh gán

Ôn tập KTGK. Bài 17. Biến và lệnh gán

10th Grade

15 Qs

Test Your Knowledge of HTML

Test Your Knowledge of HTML

9th - 12th Grade

15 Qs

CHƯƠNG TRÌNH CON BT1

CHƯƠNG TRÌNH CON BT1

10th - 12th Grade

10 Qs

Bài làm việc Access, cấu trúc bảng

Bài làm việc Access, cấu trúc bảng

9th - 12th Grade

10 Qs

Soal Simulasi Ujian Daring Informatika

Soal Simulasi Ujian Daring Informatika

10th Grade

15 Qs

Hệ Điều Hành Của Máy Tính

Hệ Điều Hành Của Máy Tính

10th Grade - University

10 Qs

Unit 8 - Representing Images, Sound & Text

Unit 8 - Representing Images, Sound & Text

10th - 11th Grade

10 Qs

QUIZ PHP

QUIZ PHP

Assessment

Quiz

Computers

10th Grade

Practice Problem

Medium

Created by

putera islamiyadi

Used 31+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?