Quiz PHP, HTML, dan CSS

Quiz PHP, HTML, dan CSS

11th Grade

41 Qs

quiz-placeholder

Similar activities

MID Sem 5 PWPB XIIRPL

MID Sem 5 PWPB XIIRPL

2nd Grade - University

40 Qs

PPL Game

PPL Game

1st - 12th Grade

40 Qs

Pemrograman Web

Pemrograman Web

11th Grade

40 Qs

Remidi Pemrograman Dasar

Remidi Pemrograman Dasar

1st - 12th Grade

45 Qs

HTML

HTML

11th Grade

45 Qs

Web 2025

Web 2025

11th Grade

40 Qs

Quiz Informatika Kelas XI

Quiz Informatika Kelas XI

11th Grade

40 Qs

Quis Laravel

Quis Laravel

11th Grade

41 Qs

Quiz PHP, HTML, dan CSS

Quiz PHP, HTML, dan CSS

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Jajang Nurjaman

Used 7+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa singkatan dari PHP?

Hypertext Preprocessor

Hypertext Programming

Preprocessor Hypertext

Programming Hypertext

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara menampilkan teks di PHP?

echo "Hello World";

printline("Hello World");

printf("Hello World");

console.log("Hello World");

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara mendefinisikan variabel di PHP?

$variabel

var variabel

let variabel

@variabel

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fungsi mana yang digunakan untuk menyertakan file eksternal di PHP?

include()

require()

import()

load()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa fungsi dari isset() di PHP?

Memeriksa apakah variabel sudah diset dan tidak null

Menghapus variabel

Mendefinisikan variabel

Membuat array

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa hasil dari strlen("PHP") di PHP?

3

4

2

5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara membuat array di PHP?

$arr = array("value1", "value2");

$arr = ["value1", "value2"];

$arr = ("value1", "value2");

$arr = new Array("value1", "value2");

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?