Dasar Dasar PHP

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Aris Zulwafa
Used 3+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
Apa yang dimaksud dengan PHP?
Personal Home Page
Hypertext Preprocessor
Public Home Page
Private Home Page
Answer explanation
PHP merupakan singkatan dari Hypertext Preprocessor
2.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
Bagaimana memulai scripting PHP pada halaman web?
<script>...</script>
<php>...</php>
<?php...?>
<?...</?>
3.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
Bagaimana mendefinisikan variabel dalam PHP?
define name = value;
variable name = value;
$name = value;
#name = value;
4.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
Bagaimana menampilkan teks pada halaman web menggunakan PHP?
echo "Teks";
print "Teks";
document.write("Teks");
printf("Teks");
Answer explanation
Contoh menampilkan teks di PHP
<?php
echo "Halo,saya Aris";
?>
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bagaimana mengakses elemen array dalam PHP?
array.element
array(element)
array[element]
array->element
Answer explanation
Contoh Array di PHP
$nama = array["Aris","Via","Rudi","Ahmad"];
Similar Resources on Wayground
10 questions
Dasar Pemrograman PHP 3

Quiz
•
11th Grade - University
10 questions
QUIZ PHP

Quiz
•
10th Grade
10 questions
Algoritma dan Pemrograman Karakter dan String

Quiz
•
11th Grade
10 questions
JSPS Competition Hackathon - HTML Language Grade 4 & 5

Quiz
•
4th Grade - University
10 questions
Post Test C++

Quiz
•
9th - 12th Grade
9 questions
Front_lesson1

Quiz
•
9th - 12th Grade
10 questions
Inserting hyperlinks

Quiz
•
9th Grade
10 questions
Quiz 2: Introduction to PHP

Quiz
•
11th 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
30 questions
Introduction to Computers

Quiz
•
8th - 9th 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