PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

quiz-placeholder

Similar activities

ICT QUIZ 2

ICT QUIZ 2

4th - 9th Grade

21 Qs

PTS PWPB Kelas 11 Sem 1

PTS PWPB Kelas 11 Sem 1

11th Grade

21 Qs

SUMATIF MS WORD X E 4 DAN 5

SUMATIF MS WORD X E 4 DAN 5

10th Grade

20 Qs

quiz pertemuan 2 asik ddp

quiz pertemuan 2 asik ddp

University

15 Qs

Tin 12_Trắc nghiệm_Bai2

Tin 12_Trắc nghiệm_Bai2

12th Grade

15 Qs

Ulangan Harian - Jaringan Komputer & Analisis Data

Ulangan Harian - Jaringan Komputer & Analisis Data

10th Grade

20 Qs

Cycle 4: Session 8 Review.

Cycle 4: Session 8 Review.

Professional Development

12 Qs

Year 8 Lists

Year 8 Lists

8th Grade

20 Qs

PHP MySQL

PHP MySQL

Assessment

Quiz

Computers

7th Grade - Professional Development

Practice Problem

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?