Programming in VB
Web Design
Databases
Networking and Security
Data Representation
100

This allows a single piece of information to be stored within a program.

What is a Variable?

100

This is the language used to create the structure of a web page.

What is HTML?

100

This attribute type stores True/False values within a database.

What is Boolean?

100

Scrambling data into an unreadable format.

What is Encryption?

100

This number is represented as 1 0 1 0 1 1 0 1 in binary.

What is 173 as a binary number?

200

This data type stores text within a program.

What is String?

200

This is language used to change the appearance of the web page.

What is CSS?

200

The purpose of this key is to uniquely identify fields within a table.

What is Primary Key?

200

Tis refers to a set of rules a network must abide by.

What is a protocol?

200

This number is represented as 0 1 0 1 1 1 0 1 in binary.

What is 93 as a binary number?

300

This data type stores whole numbers within a program.

What is an Integer?

300

This tag add an image called "sample.png" to the html page.

<img src= "sample.png" / >

300

The purpose of this key is to link two tables together within a relational database.

What is a Foreign Key?

300

This is used to uniquely identify a computer device within a network.

What is a IP address?

300

This graphic type is stored using objects/shapes and a list of their attributes.

What is a Vector Graphic?

400

This construct repeats a section of code a set number of times.

What is a Fixed loop?

400

This tag adds a hyperlink to another html document named page2.html.

<a href= "page2.html" > Click Here </a>

400

This method of sorting would organise specific fields from lowest to highest.

What is ascending order?

400

This system prevents unauthorised access to a network.

What is a firewall?

400

This graphic type is stored as an array if pixels each with their own binary value.

What is a Bitmap graphic?

500

This construct checks whether or not a condition has been met and runs a section of code.

What is an IF statement?

500

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>

500

This field is created by the computer by a formula using existed fields.

What is a calculated/computed field?

500

This protocol ensures that all data packets arrive correctly.

What is TCP?

500

This type of compression makes the file smaller by removing part of the file.

What is Lossy compression?