A GUI is an example of what?
What is a Hardware User Interface
In a spreadsheet, each _______ is given a
letter, and each _______ a number.
Column/Row
The field that uniquely identifies a record in a database is called what?
What is a Primary Key
An identifier that always holds the same value
What is a Constant
Font is measured in this
What is point.
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
__________ data is aligned to the right of the cell
and ___________ data is aligned to the left by default
Numerical/Text
Allows a user to create field names, set data-types for tables, change filed size etc
Design View
A variable was created to calculate the average, what data-type should be used
The name of the section of the window the Inset tab is found on
What is the Ribbon
Working from home and linking to the office computer system and submitting work
What is teleworking
What cell would be 6 to the right and 5 down?
F5
>=05/11/2017 and <=05/14/2017 is an example of what?
What is Criteria
Problem solving is usually broken into these two phases.
Algorithm phase and Implementation
Selecting or highlighting a paragraph creates a what?
What is called a block
This is used to test an algorithm
What is a Trace Table
a _______ makes it easy to summarize your
data without altering the original location of your data.
Pivot table
is used to answer a question using the data in a database.
Query
This construct will test to see if an condition is false and if will continue to run until true
What is a REPEAT LOOP
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
Is usually already part of a computer
or laptop and provides the computer with a dedicated
connection to a network.
Network Interface Card (NIC)
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
If an attribute value in a relation refers to an attribute value in another relation, then the referenced value must exist.
Referential Integrity
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
These are the four different types of alignment.
center, left, right, and justified.