QUIZ PHP

Quiz
•
Computers
•
10th Grade
•
Medium
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 ...
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
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
15 questions
HTML is FuN! 2

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

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade