Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT Week 23/24

Total questions: 21

Worksheet time: 7mins

Name
Class
Date
1.

Enter full name and computer id

(Example: Iqbal Omar 24302)

4 lines
2.

What is a software used to manage databases?

a)

Excel

b)

Access

c)

SQL

d)

Python

3.

Binary numbers are numbers expressed in the base-2 number system

a)

True

b)

False

c)

In certain conditions

4.

What part of a network is called: SSID?

a)

Network Name

b)

Security Settings

c)

Network Password

d)

Router Name

5.

The full form of ALU is:

a)

Array & Learning Unit

b)

Assembly Language User

c)

Aluminum Location Update

d)

Arithmetic & Logical Unit

6.

A Computer Program that converts Assembly language to Machine language

a)
Assembler
b)
Compiler
c)
Interpreter
d)
Debugger
7.

Which list has the same number of Input and Output devices?

a)

Keyboard, Mouse, Scanner, Printer, Camera, Microphone

b)

Monitor, Headphones, Touchscreen, Printer, Speaker, Camera

c)

Printer, Mouse, Monitor, Microphone, Keyboard, Speaker

d)

Router, Keyboard, Scanner, Camera, Microphone, Mouse

8.

What is this?

a)

Motherboard

b)

RAM

c)

ROM

d)

Transistors

9.

Which component of a computer holds the BIOS settings?

a)

RAM

b)

Motherboard

c)

ROM

d)

Battery

10.

What is hexadecimal “FF” in denary?

a)

34

b)

255

c)

256

d)

33

11.

Which list contains only programming languages?

a)
Python, Java, C++
b)

Python, Java, Algorithm

c)

Python, Apple, PC

d)

Python, Java, Scratch

12.

How many types of loops are there in python?

a)
3
b)
4
c)
2
d)
5
13.

Can two keys in a database have the same identifier?

a)
Yes, two keys can have the same identifier
b)
No, two keys cannot have the same identifier
c)
Yes, but only if they are in different tables
d)
No, but they can have similar identifiers
14.

Which is a type of network topology?

a)

Bus

b)

Car

c)

Line

d)

Linear

15.

The binary number: 11010111.
Is it odd or Even?

a)
Even
b)
Odd
16.

Can you represent negative numbers in binary?

a)

Yes

b)

No

17.

What is 16 in denary converted to hexadecimal?

a)
10
b)
16
c)
A
d)
F
18.

Which is not a Boolean operator?

a)
AND
b)
OR
c)
NOT
d)
IF
19.

Which of these are number systems?

a)

Octal

b)

Hexadecimal

c)

Denary

d)

Binary

20.

Which of these are HTML <tags>?

a)

<img>

b)

<a href>

c)

<b>

d)

<width>

21.

Which method is the correct way to get a number from the user in Python?

a)
input()
b)
getNumber()
c)
numberInput()
d)
fetchNumber()