QUIZ PHP

Quiz
•
Computers
•
10th Grade
•
Medium
putera islamiyadi
Used 31+ 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 ...
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
Similar Resources on Wayground
15 questions
HTML is FuN! 2

Quiz
•
10th Grade - University
12 questions
Linux Chapter 3 Review

Quiz
•
9th - 12th Grade
10 questions
Soal Bahasa pemrogramman berbasis web

Quiz
•
9th - 12th Grade
10 questions
Evaluación - 27-04-2021 - 4A

Quiz
•
10th Grade
12 questions
form

Quiz
•
10th - 12th Grade
13 questions
Python Operators & Expressions

Quiz
•
8th - 11th Grade
15 questions
Web Design

Quiz
•
10th - 12th Grade
15 questions
Computer

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade