PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

quiz-placeholder

Similar activities

XI RPL - PHP

XI RPL - PHP

12th Grade

20 Qs

Database SQL

Database SQL

1st - 12th Grade

20 Qs

PTS PWPB

PTS PWPB

12th Grade

20 Qs

XII - CA - Lesson 9 - Connecting PHP and MySQL

XII - CA - Lesson 9 - Connecting PHP and MySQL

12th Grade

20 Qs

PEMROGRAMAN WEB

PEMROGRAMAN WEB

University

20 Qs

DAND24_P2

DAND24_P2

University

14 Qs

UAS Konsep Basis Data

UAS Konsep Basis Data

University

14 Qs

Website Development

Website Development

6th - 12th Grade

14 Qs

PHP MySQL

PHP MySQL

Assessment

Quiz

Computers

7th Grade - Professional Development

Medium

Created by

Mohammada Aprilianto

Used 65+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?