wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ICT JHS 3 - Term 2

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Entering and retrieving data to and from data storage media requires a software called ..........

a)

RDBMS

b)

DBMS

c)

MYSQL

d)

PHP

2.

In a database system, INSERT INTO is a command for ........

a)

inserts new data into a database

b)

Insert table

c)

Insert database

d)

Insert Column

3.
Which is the lowest in the order of the database hierarchy?
a)
character
b)
field
c)
file
d)
table
4.
A column name is otherwise known as a _____.
a)
field
b)
table
c)
row
d)
record
5.
A quick way to find data in a database is to use _____.
a)
queries
b)
quandries
c)
questions
d)
file folders
6.
SQL stands for _____.
a)
structured query language
b)
sustainable query language
c)
structured question language
d)
sustainable question language
7.
A database application can perform which of the following activities?
a)
Add records
b)
Display / read records
c)
Update records
d)
All of the above
8.
Consider attributes ID, CITY, and NAME. Which one if this can be considered as a primary key?
a)
NAME
b)
ID
c)
CITY
d)
ID, NAME
9.

HTML stands for

a)

Hyper Text Machine Language

b)

Hyper Text Markup Language

c)

Hyper Technical Machine Language

d)

None of these

10.
Choose PHP Conditional Operator from the list.
a)
?;
b)
:?
c)
??
d)
?/
11.

What is a integer?

a)

It's a Whole Number

b)

It's a Decimal Number

c)

It's a True or False Declaration

d)

It's a String of Text

12.

What is a String?

a)

Text

b)

Number

c)

True

d)

Loop

13.

What is a Boolean

a)

It's Just Text

b)

It's a Number

c)

It's Just True

d)

It's True or False

14.

How do I print out the values of the variable "name" ?

a)

$name;

b)

include $name;

c)

echo $name;

d)

echo $name

15.

Create a variable in php assign with the

a)

String

b)

const

c)

let

d)

$

16.

$koneksi = mysqli_connect("localhost","root","","shp") The codes mean?

a)

Database Connection with Server: Local, Name of server:root, Password: " " , Database: shp

b)

Database Connection with Server: Local, Name of server:root, Password: 12345 , Database: shp

c)

Database Connection with Server: Local,, Password: " " , Database: shp

d)

Database Connection with Database: shp

17.

mysqli_query($koneksi,"insert into shop values ('','$nama','$email','$alamat')"); The codes mean........

a)

Table Connection

b)

Database Connection

c)

Server Connection

d)

Database Server

18.

Which of the following is browser?

a)

Telegram

b)

Yandex.Disk

c)

Google Chrome

d)

Google Classroom

19.
What is ICT?
a)
Information Communication technology
b)
Integrating communication technologhy
c)
Information Connecting Technology
d)
Information communication technique
20.
What benefits one can get from ICT in education?
a)
This leads to added abilities for self-regulated learning
b)
May not help more disorganized learners who needs more structure and routine available in a physical classroom setting. Better for those who are able to or at least keen to self-regulate their learning.
c)
Difficult to replicate settings such as lab activities that require hands-on, experiential learning
d)
Academic staff should spend more time in preparation of teaching materials.
21.
What browser is this the icon of?
a)
Internet Explorer
b)
Google Chrome
c)
Mozilla Firefox
d)
Safari
22.

What type of operating system does the logo represents

a)

Machintosh

b)

Linux

c)

Windows

d)

Android

23.

What icon is this?

a)

Avast

b)

Smadav

c)

Kaspersky

d)

Windows Defender

24.

Which data type is used to store:

"&"

a)

Character

b)

String

c)

Integer

d)

Real

25.

Which data type is used to store:

100

a)

Integer

b)

Character

c)

Boolean

d)

String