Apa yang dimaksud dengan PHP? Jelaskan singkat tujuan penggunaan PHP dalam pengembangan web!

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
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 Quizizz
5 questions
Quiz Pertemuan 1 PBO

Quiz
•
University
15 questions
QUIZ PENGEMBANGAN PERANGKAT LUNAK DAN GIM

Quiz
•
10th Grade - University
15 questions
Pengenalan Aplikasi AppSheet

Quiz
•
11th Grade - University
15 questions
Quiz Informatika Genap KLs 7

Quiz
•
7th Grade - University
15 questions
Quiz Pemrograman Python

Quiz
•
10th Grade - University
15 questions
Codean - JavaScript Variablel & Function

Quiz
•
University
10 questions
Quiz konsep Algoritma

Quiz
•
11th Grade - University
10 questions
UAS Praktikum PWL

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade