PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

quiz-placeholder

Similar activities

TRAC NGHIEM 12

TRAC NGHIEM 12

12th Grade

18 Qs

Algoritma Remedial RPL

Algoritma Remedial RPL

University

20 Qs

MIT APP - QUIZ

MIT APP - QUIZ

10th Grade

15 Qs

MB-7

MB-7

University

20 Qs

Simulasi dan Komunikasi Digital UAS 20-21

Simulasi dan Komunikasi Digital UAS 20-21

10th Grade

20 Qs

2. Ayo Main Quiz Lagi

2. Ayo Main Quiz Lagi

University - Professional Development

20 Qs

Perakitan dan Pengujian Komputer - KJD

Perakitan dan Pengujian Komputer - KJD

10th Grade

20 Qs

SOFTWARE 7I

SOFTWARE 7I

7th Grade - 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 in a minute

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?