PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

quiz-placeholder

Similar activities

GAME BASDAT

GAME BASDAT

University

15 Qs

Módulo IV - 2º Parcial

Módulo IV - 2º Parcial

12th Grade

20 Qs

Quiz Time - Praktikum Aplikasi Basis Data

Quiz Time - Praktikum Aplikasi Basis Data

University

15 Qs

Database SQL

Database SQL

1st - 12th Grade

20 Qs

PHP Quiz - 1

PHP Quiz - 1

University

20 Qs

Post Test JWD 21 September 2022

Post Test JWD 21 September 2022

University

20 Qs

PHP Pretest

PHP Pretest

10th Grade

15 Qs

BASIS DATA KELAS XII RPL

BASIS DATA KELAS XII RPL

12th Grade

20 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?