This allows a single piece of information to be stored within a program.
What is a Variable?
This is the language used to create the structure of a web page.
What is HTML?
This attribute type stores True/False values within a database.
What is Boolean?
Scrambling data into an unreadable format.
What is Encryption?
This number is represented as 1 0 1 0 1 1 0 1 in binary.
What is 173 as a binary number?
This data type stores text within a program.
What is String?
This is language used to change the appearance of the web page.
What is CSS?
The purpose of this key is to uniquely identify fields within a table.
What is Primary Key?
Tis refers to a set of rules a network must abide by.
What is a protocol?
This number is represented as 0 1 0 1 1 1 0 1 in binary.
What is 93 as a binary number?
This data type stores whole numbers within a program.
What is an Integer?
This tag add an image called "sample.png" to the html page.
<img src= "sample.png" / >
The purpose of this key is to link two tables together within a relational database.
What is a Foreign Key?
This is used to uniquely identify a computer device within a network.
What is a IP address?
This graphic type is stored using objects/shapes and a list of their attributes.
What is a Vector Graphic?
This construct repeats a section of code a set number of times.
What is a Fixed loop?
This tag adds a hyperlink to another html document named page2.html.
<a href= "page2.html" > Click Here </a>
This method of sorting would organise specific fields from lowest to highest.
What is ascending order?
This system prevents unauthorised access to a network.
What is a firewall?
This graphic type is stored as an array if pixels each with their own binary value.
What is a Bitmap graphic?
This construct checks whether or not a condition has been met and runs a section of code.
What is an IF statement?
This tag will add a bulleted list ( eggs, milk, bread) to the html page.
<ul>
<li> eggs </li>
<li> milk </li>
<li> bread </li>
</ul>
This field is created by the computer by a formula using existed fields.
What is a calculated/computed field?
This protocol ensures that all data packets arrive correctly.
What is TCP?
This type of compression makes the file smaller by removing part of the file.
What is Lossy compression?