General
Spreadsheet
Database
Programming
Word Processing
100

A GUI is an example of what?

What is a  Hardware User Interface

100

In a spreadsheet, each _______ is given a
letter, and each _______ a number.

Column/Row

100

The field that uniquely identifies a record in a database is called what?

What is a Primary Key

100

An identifier that always holds the same value

What is a Constant

100

Font is measured in this

What is point.

200

In order to use a program on a flash drive, the program has to first be transferred to what type of memory

What is RAM

200

__________ data is aligned to the right of the cell

and ___________ data is aligned to the left by default

Numerical/Text

200

Allows a user to create field names, set data-types for tables, change filed size etc

Design View

200

A variable was created to calculate the average, what data-type should be used

What is REAL
200

The name of the section of the window the Inset tab is found on

What is the Ribbon

300

Working from home and linking to the office computer system and submitting work

What is teleworking

300

What cell would be 6 to the right and 5 down?

F5

300

>=05/11/2017 and <=05/14/2017 is an example of what?

What is Criteria

300

Problem solving is usually broken into these two phases.

Algorithm phase and Implementation

300

Selecting or highlighting a paragraph creates a what?

What is called a block

400

This is used to test an algorithm

What is a Trace Table

400

a _______ makes it easy to summarize your
data without altering the original location of your data.

Pivot table

400

is used to answer a question using the data in a database.

Query

400

This construct will test to see if an condition is false and if will continue to run until true

What is a REPEAT LOOP

400

Jenny is writing a research paper for History and needs to include a cover page. If she adds this item to her document she would use this tab.

Insert

500

Is usually already part of a computer
or laptop and provides the computer with a dedicated
connection to a network.

Network Interface Card (NIC)

500

searches the first column in a table of
data for a value. If the value is found, any other value
in that row can be selected.

Vlookup

500

If an attribute value in a relation refers to an attribute value in another relation, then the referenced value must exist.

Referential Integrity

500

Identify the line with the error

Line 1: var score
Line 2: Start
Line 3: Write('Enter Score')
Line 4: Read(score)
Line 5: IF score > 50 Do
Line 6: Write('You passed')
Line 7: ENDIF
Line 8: STOP

Line 5

500

These are the four different types of alignment.

center, left, right, and justified.