wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT Final

Total questions: 95

Worksheet time: 48mins

Name
Class
Date
1.

What is a database?

a)

Programming language

b)

Operating system

c)

Organized collection of related data

d)

Network protocol

2.

What is data?

a)

Processed information

b)

Instructions for the computer

c)

Raw facts and figures

d)

Database table

3.

What does the abbreviation DBMS stand for?

a)

Primary database storage

b)

Binary data management system

c)

Database management system

d)

Digital model database system

4.

What is the purpose of a database management system (DBMS)?

a)

To write programs

b)

To connect computers

c)

To create, manage, and manipulate databases

d)

To design websites

5.

What is a database management system based on tables and relationships?

a)

A database without tables

b)

A network system

c)

A database management system based on tables and relationships

d)

A programming language

6.

What does the abbreviation OORDBMS stand for?

a)

Object-oriented relational binary database management system

b)

Online object database

c)

Object-oriented relational database management system

d)

Open Office relational DBMS

7.

What is a database schema?

a)

Backup of the database

b)

Type of query

c)

Logical structure of the database

d)

Programming language

8.

What does a row in a database table represent?

a)

Field

b)

Column

c)

Record (tuple)

d)

Key

9.

What is another name for a column in a table?

a)

Record

b)

Tuple

c)

Field

d)

Schema

10.

Which element stores actual values in a table?

a)

Key

b)

Schema

c)

Field

d)

Query

11.

What is a primary key?

a)

Duplicate value

b)

Foreign value

c)

A field that uniquely identifies each record

d)

Computed value

12.

What property is mandatory for a primary key?

a)

Can be NULL

b)

Can be duplicated

c)

Must be unique and not NULL

d)

Can change frequently

13.

What is a foreign key?

a)

Primary key in the same table

b)

Random number

c)

Field that references a primary key in another table

d)

Field without values

14.

What is the main purpose of a foreign key?

a)

Increase speed

b)

Encrypt data

c)

Establish a relationship between tables

d)

Store text

15.

Which key guarantees the absence of duplicate values but can be NULL?

a)

Primary key

b)

Foreign key

c)

Unique key

d)

Composite key

16.

What is a relationship in a database?

a)

Backup of a table

b)

Query

c)

Logical relationship between tables

d)

Column type

17.

What type of relationship allows one record to be associated with multiple records?

a)

One-to-One

b)

Many-to-Many

c)

One-to-Many

d)

One-to-Nobody

18.

What ensures referential integrity?

a)

Tables load faster

b)

Queries are optimized

c)

Foreign keys correctly reference existing primary keys

d)

Data is encrypted

19.

What happens if referential integrity is violated?

a)

The database stops working

b)

Data is encrypted

c)

Inconsistent or invalid data appears

d)

Tables are deleted

20.

Which key ensures referential integrity?

a)

Primary key

b)

Foreign key

c)

Unique key

d)

Composite key

21.

Which SQL command is used to create a table?

a)

ADD

b)

INSERT

c)

CREATE

d)

UPDATE

22.

Which SQL operator inserts new data?

a)

ADD DATA

b)

PUT

c)

INSERT INTO

d)

SELECT

23.

What does the SELECT operator do?

a)

Inserts data

b)

Deletes data

c)

Retrieves data from a table

d)

Modifies the structure of a table

24.

Which part of the SELECT query filters records?

a)

ORDER BY

b)

GROUP BY

c)

WHERE

d)

HAVING

25.

What does the UPDATE command do?

a)

Inserts new records

b)

Deletes records

c)

Modifies existing records

d)

Retrieves data

26.

What does the UPDATE command do in SQL?

a)

Retrieves records

b)

Creates tables

c)

Modifies existing records

d)

Deletes data

27.

Why is it important to use WHERE in the UPDATE command?

a)

Improves performance

b)

Creates relationships

c)

Prevents updating all records

d)

Encrypts data

28.

What does the following SQL query do? INSERT INTO Student (name) VALUES ('Ali');

a)

Deletes a student

b)

Updates all students

c)

Inserts a new record

d)

Selects data

29.

What does the following SQL query do? SELECT * FROM Student;

a)

Deletes the table

b)

Updates records

c)

Displays all records

d)

Creates a table

30.

Which SQL command modifies the structure of a table?

a)

SELECT

b)

INSERT

c)

ALTER

d)

UPDATE

31.

SQL is best described as:

a)

Database

b)

Operating system

c)

Language for managing and querying databases

d)

Network protocol

32.

Which device operates at layer 2 of the OSI model?

a)

Router

b)

Modem

c)

Switch

d)

Firewall

33.

What device connects different networks?

a)

Switch

b)

Hub

c)

Router

d)

Network Interface Card (NIC)

34.

What is the main function of DHCP?

a)

Data encryption

b)

Assigning IP addresses to devices on the network

c)

Packet filtering

d)

Routing management

35.

What does DNS do?

a)

Assigns MAC addresses

b)

Encrypts traffic

c)

Converts domain names to IP addresses

d)

Blocks traffic

36.

What does NAT do?

a)

Blocks access to the internet

b)

Assigns MAC addresses

c)

Translates private IP addresses to public IP

d)

Encrypts packets

37.

Which device supports NAT?

a)

Switch

b)

Hub

c)

Router

d)

Modem

38.

Which part of the IP address identifies the host?

a)

Network part

b)

Host part

c)

Subnet mask

d)

MAC address

39.

What is port forwarding?

a)

Blocking ports

b)

Encrypting traffic

c)

Routing traffic to a specific port on a device

d)

Assigning IP addresses

40.

What type of network covers a city or campus?

a)

LAN

b)

PAN

c)

MAN

d)

WAN

41.

Which network has no geographical limitations?

a)

LAN

b)

PAN

c)

MAN

d)

WAN

42.

What does the abbreviation NIC stand for?

a)

Network Internet Connector

b)

Network Internal Card

c)

Network Interface Card

d)

Network Integrated Cable

43.

What model of protocol does the Internet use?

a)

OSI

b)

ISO

c)

TCP/IP

d)

HTTP

44.

Which of the following functions is the primary function of an operating system?

a)

Playing video files

b)

Memory management

c)

Connecting to Wi-Fi

d)

Opening web browsers

45.

What type of kernel is monolithic?

a)

Hybrid kernel

b)

Monolithic kernel

c)

Layered kernel

d)

No kernel

46.

Which interface requires the input of text commands?

a)

Graphical User Interface (GUI)

b)

Command Line Interface (CLI)

c)

Touch Interface

d)

Voice Interface

47.

What is the key difference between booting Windows and Linux?

a)

Windows boots faster

b)

Windows can only boot from the primary partition

c)

Linux cannot boot from USB

d)

A license is required to boot Linux

48.

Which of the following options is an example of system software?

a)

Microsoft Word

b)

Device driver

c)

Google Chrome

d)

Video game

49.

What does the abbreviation GUI stand for?

a)

General User Interface

b)

Graphical User Interface

c)

Global User Interface

d)

Managed User Interaction

50.

What command would you use in Windows to display files in a directory?

a)

ls

b)

dir

c)

list

d)

show

51.

What is the advantage of using CLI compared to GUI?

a)

More colorful interface

b)

Easier for beginners

c)

Faster for repetitive tasks

d)

Requires more memory

52.

Which operating system is open-source?

a)

Windows 11

b)

Ubuntu Linux

c)

macOS

d)

iOS

53.

What does the operating system manage in the context of "process management"?

a)

File locations

b)

Network connections

c)

Allocating the processor to programs

d)

User passwords

54.

Which of the following goals does NOT relate to cybersecurity goals?

a)

Confidentiality

b)

Integrity

c)

Availability

d)

Profitability

55.

What is the difference between authentication and authorization?

a)

They are the same

b)

Authentication confirms identity, authorization confirms access rights

c)

Authentication encrypts data, authorization decrypts it

d)

Authentication is for networks, authorization is for devices

56.

What type of encryption uses only one key?

a)

Symmetric encryption

b)

Asymmetric encryption

c)

Public key encryption

d)

Hashing

57.

What does a digital certificate prove?

a)

Network speed

b)

Data size

c)

Authenticity of the server or user

d)

Cost of the website

58.

What is the main purpose of HTTPS?

a)

Speed up website loading

b)

Block ads

c)

Encrypt data between the browser and the server

d)

Reduce website costs

59.

What type of attack involves the use of fake emails to steal credentials?

a)

Ransomware

b)

Phishing

c)

DDoS

d)

Brute force

60.

What does the term "non-repudiation" mean?

a)

Inability to encrypt data

b)

Inability to access data

c)

Inability to deny the sending of a message or transaction

d)

Inability to alter data

61.

Which of the following options is a physical security measure?

a)

Firewall

b)

Antivirus

c)

Surveillance camera

d)

Password policy

62.

What is the purpose of a digital signature?

a)

To increase the file size

b)

To hide the contents of the file

c)

To verify the authenticity and integrity of the document

d)

To compress data

63.

Which protocol provides encryption for HTTPS?

a)

HTTP

b)

FTP

c)

TLS/SSL

d)

SMTP

64.

What is the Internet?

a)

One computer

b)

Web browser

c)

A network of computer networks around the world

d)

Programming language

65.

What is the World Wide Web?

a)

The same as the hardware of the Internet

b)

Protocol

c)

A collection of websites and web pages

d)

Operating system

66.

What is a web browser?

a)

Network protocol

b)

Search engine

c)

Application that retrieves and displays web pages

d)

Database

67.

What is a URL?

a)

Real name of the computer

b)

Network protocol

c)

Alias used to access a website

d)

IP address

68.

What is an IP address?

a)

Website name

b)

Browser function

c)

Unique numerical identifier of a device on the Internet

d)

Protocol

69.

What does DNS do?

a)

Encrypts data

b)

Sends emails

c)

Converts domain names to IP addresses

d)

Creates web pages

70.

What protocol is the foundation of the World Wide Web?

a)

FTP

b)

TCP

c)

HTTP

d)

DNS

71.

What is HTTPS?

a)

Browser

b)

Insecure protocol

c)

Secure, encrypted version of HTTP

d)

Domain name

72.

What is a hyperlink?

a)

Protocol

b)

Browser

c)

Clickable link to another resource

d)

Server

73.

What is hypertext?

a)

Regular text without links

b)

Encrypted text

c)

Text that contains links to other documents

d)

Text based on IP

74.

What is TCP/IP?

a)

Web browser

b)

Programming language

c)

Set of protocols that enable communication over the Internet

d)

Domain Name System

75.

What happens when you visit a web page?

a)

IP translates DNS

b)

The browser creates a server

c)

DNS converts the URL, the server sends data, the browser displays the page

d)

Data is deleted

76.

What is No-Code AI?

a)

Writing AI models in Python

b)

Using only hardware

c)

Creating AI applications without writing code

d)

Type of operating system

77.

What feature is characteristic of No-Code AI platforms?

a)

Command line interface

b)

Manual coding

c)

Visual interfaces and predefined workflows

d)

Low network speed

78.

Who benefits the most from using No-Code AI?

a)

Only software engineers

b)

Network administrators

c)

Non-technical users

d)

Hardware developers

79.

What task can be performed using No-Code AI?

a)

Writing operating systems

b)

Designing processors

c)

Predictive analytics

d)

Building networks

80.

In which areas is image classification used in No-Code AI?

a)

Only in marketing

b)

Only in medicine

c)

Only in education

d)

In various fields

81.

What does customer segmentation mean?

a)

Data encryption

b)

IP address assignment

c)

Dividing customers into groups based on behavior

d)

Sending emails

82.

In which industry is No-Code AI used for predictive maintenance?

a)

Education

b)

Retail

c)

Manufacturing

d)

Finance

83.

In which field is content generation most commonly used?

a)

Network technologies

b)

Databases

c)

Marketing and advertising

d)

Cybersecurity

84.

Which of the listed platforms is a No-Code AI platform?

a)

Microsoft Word

b)

Google Chrome

c)

Google Teachable Machine

d)

Windows OS

85.

What is the main goal of No-Code AI?

a)

Replace the internet

b)

Make AI more complex

c)

Make AI accessible without programming

d)

Remove databases

86.

What is a block in a blockchain?

a)

A unit of data storage linked to other blocks

b)

A program for encrypting data

c)

A server for storing information

d)

A network for transmitting data

87.

What is a block in a blockchain?

a)

Computer

b)

Protocol

c)

Container that stores transactions

d)

Network cable

88.

What connects blocks together in a blockchain?

a)

Passwords

b)

IP addresses

c)

Hash pointers

d)

MAC addresses

89.

What will happen if the data in the block changes?

a)

Nothing will happen

b)

Only this block will change

c)

The hash will change and the chain will be broken

d)

The node will restart

90.

What is immutability?

a)

Fast transactions

b)

Encryption

c)

Data cannot be changed after being added

d)

Centralized control

91.

What is a node?

a)

Computer

b)

Protocol

c)

Container that stores transactions

d)

Network cable

92.

What is a node in a blockchain network?

a)

User

b)

Transaction

c)

Computer participating in the blockchain network

d)

Wallet password

93.

What is the architecture of a blockchain network?

a)

Client-server

b)

Centralized

c)

Peer-to-peer (P2P)

d)

Star topology

94.

What does decentralization mean?

a)

One central authority

b)

Faster internet

c)

Absence of a single governing entity

d)

Private access

95.

What feature makes blockchain resistant to forgery?

a)

Firewalls

b)

Central servers

c)

Blocks linked by hashes

d)

User accounts