
Quiz Pertemuan 5 Mata Kuliah Pemrograman Web

Quiz
•
Information Technology (IT)
•
University
•
Hard
David Naista
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa yang dimaksud dengan PHP? Jelaskan singkat tujuan penggunaan PHP dalam pengembangan web!
PHP adalah bahasa pemrograman untuk aplikasi desktop
PHP adalah bahasa pemrograman server-side yang digunakan untuk membuat situs web dinamis
PHP adalah bahasa pemrograman yang hanya digunakan untuk aplikasi mobile
PHP adalah bahasa markup yang digunakan untuk merancang antarmuka pengguna
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa yang dimaksud dengan variabel dalam PHP? Berikan contoh cara mendeklarasikan variabel dalam PHP!
Variabel adalah tempat untuk menyimpan nilai yang dapat diubah. Contoh: $a = 5;
Variabel adalah fungsi yang mengembalikan nilai. Contoh: int $a;
Variabel adalah sebuah tipe data. Contoh: string $a;
Variabel adalah nama file PHP. Contoh: file.php = 10;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa hasil dari kode berikut?
$a = 10;
$b = 3;
$result = $a + $b * 2;
echo $result;
16
26
20
17
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa hasil dari perbandingan berikut dalam PHP?
$a = 5;
$b = 8;
var_dump($a == $b);
true
false
1
0
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa hasil dari kode berikut?
$a = true;
$b = false;
var_dump($a && $b);
true
false
1
0
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perhatikan kode berikut dan pilih hasil yang benar!
$a = 15;
$b = 4;
$c = $a % $b;
echo $c;
4
3
15
1
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa yang terjadi pada kode berikut ini?
$x = 10;
$x += 5;
echo $x;
5
10
15
25
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
QUIZ PENGEMBANGAN PERANGKAT LUNAK DAN GIM

Quiz
•
10th Grade - University
15 questions
Quality Assurance

Quiz
•
University
10 questions
Pemrograman & Aplikasi Mikrokontroler (Pengenalan IDE)

Quiz
•
11th Grade - University
10 questions
Dasar Koding dan Kecerdasan Artifisial

Quiz
•
11th Grade - University
5 questions
pengenalan pemprograman prosedural3

Quiz
•
8th Grade - University
10 questions
Kuis Alur Proses Pengembangan

Quiz
•
11th Grade - University
15 questions
Scratch

Quiz
•
8th Grade - University
5 questions
Soal Koding & Kecerdasan Artifisial untuk SMA/SMK

Quiz
•
12th Grade - University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade