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
20204-2107 บทที่5

Quiz
•
1st Grade - University
10 questions
Soal BAB V PemWeb

Quiz
•
12th Grade
10 questions
Tipuri de date structurate, C++

Quiz
•
11th Grade
10 questions
Soal informatika

Quiz
•
12th Grade
10 questions
Arrays

Quiz
•
11th Grade - University
10 questions
Dasar pemrograman PHP

Quiz
•
10th - 12th Grade
10 questions
Post-Test Operator (Pemrograman Web Server-Side PHP)

Quiz
•
9th - 12th Grade
10 questions
Kuis Dasar-Dasar HTML

Quiz
•
9th 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
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th 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