PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

quiz-placeholder

Similar activities

UH 1 Ms. Excel

UH 1 Ms. Excel

7th - 9th Grade

21 Qs

Python MCQ

Python MCQ

University

20 Qs

Pencarian Data dengan Fungsi Lookup

Pencarian Data dengan Fungsi Lookup

8th Grade

20 Qs

Diagnostik Test  ASJ PMM

Diagnostik Test ASJ PMM

11th Grade

15 Qs

SMKN 4 Jakarta Quiz MikroTik Dasar

SMKN 4 Jakarta Quiz MikroTik Dasar

12th Grade

16 Qs

QUIZ BAB 4: SISTEM OPERASI

QUIZ BAB 4: SISTEM OPERASI

8th Grade - University

20 Qs

Sumatif Harian 3

Sumatif Harian 3

7th Grade

12 Qs

Comandos DDL

Comandos DDL

University

20 Qs

PHP MySQL

PHP MySQL

Assessment

Quiz

Computers

7th Grade - Professional Development

Medium

Created by

Mohammada Aprilianto

Used 65+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

penulisan nama variabel yang benar adalah ...

$nama siswa 2 = 'mada';

$nama_siswa2 = 'mada';

$2namaSiswa = 'mada';

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

PHP termasuk ..

Client Side Scripting

Server Side Scripting

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Aplikasi yang digunakan untuk menjalankan web server apache yang bisa lintas OS linux dan windows adalah

WAMP

MAMP

LAMP

XAMPP

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Source code di atas akan mencetak tulisan ..

bilangan ganjil

bilangan genap

tidak mencetak apa-apa

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

$matrixA = [

[2,4],

[6,3]

];


$matrixB = [

[5,8],

[9,1]

];


Cara menjumlahkan kedua matrix tersebut di baris 0 dan kolom 0 adalah

$matrixA+$matrixB

$matrixA[0]+$matrixB[0]

$matrixA[0][0]+$matrixB[0][0]

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Untuk menampilkan tanggal dan jam saat ini adalah

time('Y-m-d H:i:s')

date('Y-m-d H:i:s')

date('T-b-t J:m:d')

mktime('Y-m-d H:i:s')

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

function cetakNama($nama = 'willy'){

echo $nama;

}


cetakNama('wildan');


Sintaks tersebut akan mencetak ..

willy

wildan

Tidak muncul apa-apa

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?