PHP MySQL

Quiz
•
Computers
•
7th Grade - Professional Development
•
Medium
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
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
Similar Resources on Wayground
15 questions
Latihan soal PHP MySQL Query

Quiz
•
12th Grade
21 questions
DDL dan DML

Quiz
•
12th Grade
18 questions
Dasar Pemrorgaman PHP

Quiz
•
11th Grade
20 questions
PTS PHP OOP Dasar Adi W

Quiz
•
9th - 12th Grade
20 questions
KUIS SISTEM INFORMASI

Quiz
•
University
18 questions
Quiz Perintah Dasar Linux

Quiz
•
10th Grade
20 questions
PHP&MySQL

Quiz
•
11th Grade
20 questions
Tes Unit 3.12 PWPB

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade