Module 1 Flashcards

Creating a Database (33 cards)

1
Q

Access

A

A database program you use to enter, organize, display, and retrieve related information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Field

A

A single characteristic or attribute of a person, place, object, event, or idea.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

table

A

A collection of fields that describes a person, place, object, event, or idea.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

field value

A

The specific value, or content, of a field in a record.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

record

A

A complete set of field values for a specific person, place, object, event, or idea.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

database

A

A collection of related tables stored in the same file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

relational database

A

A collection of related tables stored in the same file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

record selector

A

In a datasheet, the small square at the beginning of a row (also called the row selector) that you click to select the entire row.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

column selector

A

In a datasheet, the column heading (also called the field selector) that you click to select the entire column.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

row selector

A

In a datasheet, the small square at the beginning of a row (also called the record selector) that you click to select the entire row.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

pencil symbol

A

The symbol that appears in a row selector to indicate that the record is being edited.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

star symbol

A

The symbol that appears in a row selector to indicate that the row is the next one available for a new record.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Current Record box

A

The box that appears at the bottom of a datasheet or form and that indicates the current record and total number of records displayed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

datasheet selector

A

A box in the upper-left corner of a datasheet that lets you select the entire datasheet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

navigation buttons

A

A set of buttons found at the bottom of a table datasheet or form that you use to move through the records in the table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Layout view

A

The Access view in which you can make design changes to a form or report while it is displaying data so that you can immediately see the effects of changing the design.

17
Q

Print Preview

A

The view of a report, form, or datasheet that shows you what the object will look like when printed.

18
Q

All Access Objects

A

The default category in the Navigation Pane; it lists all the objects in the database grouped by type (tables, queries, forms, reports, and so on).

19
Q

Compacting

A

A process that rearranges the data and objects in a database to decrease its file size, thereby making more space available and enhancing the performance of the database.

20
Q

Backing up

A

Making a copy of a database file to protect your database against loss or damage.

21
Q

Microsoft Access 2016

A

A database program you use to enter, organize, display, and retrieve related information.

22
Q

common field

A

A field that appears in more than one table, allowing you to connect the records in the separate tables.

23
Q

primary key

A

A field, or a collection of fields, whose values uniquely identify each record in a database table.

24
Q

foreign key

A

A primary key field from one table that you include as a field in a second table to form a relationship between the two tables.

25
database management system (DBMS)
A software program that lets you create databases and then manipulate data in them.
26
relational database management system
A software program in which data is organized as a collection of tables, and relationships between tables are formed through a common field.
27
Backstage view
The File tab of the ribbon, which provides access to file-level options and program settings.
28
template
A predefined database that includes professionally designed tables, forms, reports, and other objects.
29
contextual tab
A tab that appears and provides options for working with a specific object that is selected.
30
data type
The field property that determines what field values you can enter for the field and what other properties the field will have.
31
AutoNumber
An Access data type that automatically assigns a unique number to a record.
32
Short Text
An Access data type that allows field values containing letters, digits, and other characters.
33
field selector
In a datasheet, the column heading (also called the column selector)that you click to select the entire column.