The person that the data is being collected from or stored about.
Data Subject
True or False
The first two symbols in HTML color code represent the intensity of red.
True
What does HTML stand for?
Hyper Text Markup Language
Name one way a company can physically protect its data.
alarm systems/security cameras.
security locks/ smart cards.
security guards are in place.
storing sensitive data on Standalone machines rather than networks.
Write the tag used to create the smallest heading.
<H6>
The Data Protection Act is a law to protect what?
the DPA protects personal data of individuals.
What is the Hexadecimal code for Red?
#FF0000
A _________ is anyone who breaks passwords and codes in order to gain unauthorized access to a computer system.
Hacker
Name one type of physical data protection.
alarm systems/security cameras.
security locks/ smart cards.
security guards are in place.
storing sensitive data on Standalone machines rather than networks.
Write the tag used to create the largest heading.
<H1>
Name 2 types of sensitive data.
Religious beliefs
Political affiliations/opinions
Racial/ethnic origins
Criminal record
What is the Hexadecimal code for White?
#FFFFFF
A network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules. It typically establishes a barrier between a trusted network and an untrusted network, such as the Internet.
Firewall
Name two types of software protection a company can use for data.
user IDs
passwords
access rights
data encryption
Write the tag used to create a numbered list.
<OL>
When should stored dat be destroyed?
When it is no longer needed.
Which tag does not make a the table element?
<table>
<tr>
<tt>
<td>
<tt>
Define Data Encryption
Data Encryption is when data is ‘ scrambled’ before it is transmitted over the network. The authorized person receiving the message has the ‘key’ to ‘unscramble’ the message.
Name 2 types of personal data that is not sensitive data.
Name
Address
Phone number
Photo
Finances
All visible content on the web should go between witch tags?
<body> </body>
What is the role of the Data Controller?
determines the purposes and means of processing personal data.
Write the tag used to create a bulleted list.
<ul>
Define Phishing
Phishing is an attempt by cybercriminals posing as legitimate institutions, usually via email, text message, phone calls, to obtain sensitive information.
Write the tag used to insert a line break.
<br>