Application Software Flashcards
A _______ is a collection of interrelated files in a computer system.
database
[Explanation]
Database files are organized according to common elements to simplify retrieval.
A structured file uses a _______ format to store data for each person or thing in the file.
uniform
[Explanation]
Databases use structured files to organize data.
The most common type of database used on PCs is the __________ database in which data is organized into related tables.
relational
[Explanation]
Relational databases organize data in rows and columns. Access (included with Microsoft Office) is an example of a popular Windows-based relational database application.
Paint, photo editing, and drawing software are all examples of ________ software.
graphics
[Explanation]
Graphics software is designed to help users manipulate and print graphics.
In a relational database, a ___ field is used to sort data.
key
[Explanation]
This can also be called a sort key, index, or keyword. Most database applications allow for multiple keys so that users can sort records in different ways.
In a relational database, the primary key holds a ______ value for each record.
unique
[Explanation]
If we were using a database containing employee records, the primary key might be the employee ID number or social security number. The primary key could be a unique series of numbers or characters; it doesn’t have to be meaningful–just unique.
A database _____ contains a list of keys and each key provides a pointer to the record that contains the rest of the fields related to that key.
index
[Explanation]
A database index can be used to organize data in alphabetical or numerical order.
In a relational database, information is organized in rows and columns. ____ are called records.
Rows
In a relational database, information is organized in rows and columns. The ______ are called fields.
columns
A field contains the smallest unit of meaningful data and can therefore be called the basic ________ block for a structured file or database.
building
[Explanation]
Examples of fields include name, address, social security number, etc.. A collection of fields make up a record.
With a relational database, users _____ records to locate and display them.
query
[Explanation]
This action of calling up specific records in the database is called “querying”.
____ processing software is used to create, edit, print, format and store text.
Word
The ______ is a marker on the monitor which indicates where the next character will appear.
cursor
[Explanation]
The cursor is often a blinking rectangle and its location is called the insertion point.
Spelling and _______ checkers flag unrecognized words, misspelled words, and incorrect grammar with different color squiggly lines.
grammar
In word processing, the formatting for a ________ refers to the way text, graphics, headings, and page numbers appear on a page.
document
[Explanation]
The format for a document refers to the way the document looks.
A ________ is a preformatted document often provided with word processing software.
template
[Explanation]
Examples of popular word processing templates include invoices, FAX cover sheets, and letterheads.
A ________ allows users to enter data in rows and columns to create financial schedules and tables arranged as a grid on a display.
spreadsheet
[Explanation]
In addition to displaying information in rows and columns, spreadsheet software can perform calculations on inputted data. Examples of uses for this feature include grade books, budgets, project costs, expenses, etc..
________ column headings appear across the top frame of the spreadsheet.
Lettered
[Explanation]
Column headings are used to select an entire column with a mouse click.
Numbered ___ headings appear down the left frame of the spreadsheet.
row
[Explanation]
Row headings are used to select an entire row with a mouse click.
The location on a spreadsheet where a row and a column intersect is called a ____.
cell
A group of adjacent cells on a spreadsheet is called a _____.
range
[Explanation]
An example of specifying a range is “C1 to C17”.
Harvard Graphics and MS PowerPoint are examples of ____________ graphics software.
presentation
[Explanation]
Typically, presentations created with this software are used in live presentations, but they may also be printed or presented over the web.
Spreadsheet instructions for calculations are called ________.
formulas
[Explanation]
A formula works behind the scenes to instruct the spreadsheet on how to use the contents of cells in calculations. For example, a user might create a formula to add the contents of a range of cells.
A spreadsheet _____ is any number used in a calculation.
value
[Explanation]
Values are the actual numbers or dates entered into cells. Examples of values include dollars, percentages, grade points and temperatures.