DATA ANALYSIS/ SEARCH ENGINES
NETWORK SECURITY/RISKS OF THE INTERNET
Online Banking/Shopping and Cloud storage
EMERGING TECHNOLOGIES/ OPERATING SYSTEMS
HTML TABLES
100

Write a formular to find the sum of numbers in cell A1, A2 and A3

=A1+A2+A3

100

What is network security?

Measures and practices to protect computer networks from threats.

100

Define Online banking

Managing bank accounts using the internet.

100

Define emerging technology

New technologies or ideas that are still under development and can change the world

100

Tag to create a table

<table></table>

200

What is the difference between formula and function?

Formula is user defined, function is pre built

200

Meaning of CIA in network security

Confidentiality, Integrity and Availability

200

Mention 3 reasons for cloud storage

Accessible, Scalable, auto backups, Access anywhere, share files, save space, collaborate

200

List 5 examples of emerging technology

AR, VR, HUMANOID ROBOTS, SELF DRIVING CARS, CRISPR Gene EDITING, NEURALINK, AI, 

200

Tag for a table row

tr

300

Mention the process involved in search engines

Indexing, Crawling and Ranking

300

Mention 2 risks of using the internet.

Privacy issues, Online scams or frauds, Misinformation, 

300

Mention 5 terms used in online banking

Deposit, Withdraw, Transfer, Gateway Payment, Credit/Debit Card, Account number, Transaction

300

Describe Neuralink

Brain computer interface. Human control the computer by just thinking.

300

tag for a table header

th

400

What is indexing in search engines?

Indexing is storing and organizing content from websites.

400

Mention 2 safety measures of securing a network aside from use of password

Authentication, Anti-Malware

400

4 disadvantages of using cloud storage

Needs internet, cost, security risk, privacy issues

400

Mention 4 functions of an OS

Managing hardware resources, managing files and folders, User interface, running applications, multitasking

400

tag to add a border to a table

<table border="1">

500

What is crawling in search engine?

Crawling in a search engine is the process where automated programs called web crawlers or spiders go through websites on the internet to discover and collect information about their content.

500

What is Trojan Horse?

A Trojan Horse is a type of malicious software (malware) that disguises itself as a harmless or useful program to trick users into installing it. Once installed, it can secretly perform harmful actions on the computer, such as stealing personal information, giving hackers access to the system, or damaging files.

500

2 examples of cloud storage platforms

icloud, google drive, one Drive, Dropbox, Mega

500

Mention 2 challenges of using VR in the classroom.

Distractions, illness, strains, expensive

500

Html code to create this table
_________________
|firstname|lastname|

<table>

<tr>

<td>firstname</td>

<td>lastname</td>

</tr>

</table>

M
e
n
u