Computer Systems
Databases
Web Design
Programming
Random
100

10010001

How can you write 145 in binary?

100

Text

A data type used to store any kind of characters from your keyboard.

100

HTML

The language used to structure out web pages.

100

Boolean

The variable data type you would use if something can only be either true or false.

100

Hyperlink

Something we click on to navigate to another web page.

200

Bitmap

A graphic format made of pixels, used for storing digital photographs.
200

SQL

Structured Query Language, used to search and update data in a database.

200

CSS

The language used to enhance how a web page looks.

200

*

The arithmetic operator used to multiply numbers together.

200

Query

A way to search through records in a database.

300

Encryption

A security method used to make data unreadable.

300

Primary Key

A unique identifier assigned to each record in a table.

300

Wireframe

What can we create to outline a layout of how our webpage will look?

300

Running Total

The algorithm used to calculate the sum or total of values entered into a program.

300

Age = InputBox("Enter your age.")

Write a line of code in Visual Basic to ask a user for their age.

400

Packets

Before sending data over a network it is divided into small chunks named?

400

Computed Field

What do you call a field that contains a formula or calculation in a database?

400
<br>

What tag is used to create a blank space between text?

400

ListBox

A way to display information in Visual Studio.

400

FROM

In an SQL query, which keyword is used to specify the tables which data should be retrieved from?

500

ASCII

What is used to represent characters as numeric code?

500

Foreign Key

What term describes a field that uniquely identifies a record in another table?

500

Compression

A method of making files smaller.

500

Concatenation

The process of combining Strings and Variables together.

500

Pseudocode

How can we write out a program in english before writing actual code?

M
e
n
u