NEW
Font size
WorksheetsICT JHS 3 - Term 2
Total questions: 25
Worksheet time: 13mins
Entering and retrieving data to and from data storage media requires a software called ..........
RDBMS
DBMS
MYSQL
PHP
In a database system, INSERT INTO is a command for ........
inserts new data into a database
Insert table
Insert database
Insert Column
HTML stands for
Hyper Text Machine Language
Hyper Text Markup Language
Hyper Technical Machine Language
None of these
What is a integer?
It's a Whole Number
It's a Decimal Number
It's a True or False Declaration
It's a String of Text
What is a String?
Text
Number
True
Loop
What is a Boolean
It's Just Text
It's a Number
It's Just True
It's True or False
How do I print out the values of the variable "name" ?
$name;
include $name;
echo $name;
echo $name
Create a variable in php assign with the
String
const
let
$
$koneksi = mysqli_connect("localhost","root","","shp") The codes mean?
Database Connection with Server: Local, Name of server:root, Password: " " , Database: shp
Database Connection with Server: Local, Name of server:root, Password: 12345 , Database: shp
Database Connection with Server: Local,, Password: " " , Database: shp
Database Connection with Database: shp
mysqli_query($koneksi,"insert into shop values ('','$nama','$email','$alamat')"); The codes mean........
Table Connection
Database Connection
Server Connection
Database Server
Which of the following is browser?
Telegram
Yandex.Disk
Google Chrome
Google Classroom
What type of operating system does the logo represents
Machintosh
Linux
Windows
Android
What icon is this?
Avast
Smadav
Kaspersky
Windows Defender
Which data type is used to store:
"&"
Character
String
Integer
Real
Which data type is used to store:
100
Integer
Character
Boolean
String
