Chapter_1.
- A(n) ______is a collection of data organized in a manner that allows access, retrieval, and use of that data.
- file management system
- database management system
- integrated system
- database
- In Access, a database consists of a collection of ______.
- columns
- tables
- worksheets
- rows
- Access is a ______.
- word processing software package
- database
- database management system
- worksheet management system
- A(n) ______contains information about a given person, product, or event.
- attribute
- column
- field
- record
- A(n) ______contains a specific piece of information within a record.
- field
- entity
- row
- database
- A field that uniquely identifies a particular record in a table is called a ______key.
- secondary
- primary
- principal
- foreign
- If a width is not assigned to a text field, Access assumes the width is ______.
- 30
- 40
- 50
- 60
- Field names can be a maximum of ______characters in length.
- 64
- 32
- 16
- 8
- To move from the upper pane, the one where fields are defined, in the Table window to the lower pane, the one where field properties are defined, press the ______key.
- f8
- f7
- f6
- f5
- If a key appears in front of a field in the Table window, such as that shown in the accompanying figure, it means the field is the ______for the table.
- primary key
- row selector
- page header
- foreign key
- To make a field the primary key for a table, such as that shown in the accompanying figure, select the field and then click the ______button on the toolbar.
- Unique Key
- Single Key
- Principal Key
- Primary Key
- Table names can be no more than ______characters in length and can contain letters, numbers, and spaces.
- 32
- 64
- 128
- 256
- If the Customer table is represented as a collection of rows and columns, as shown in the accompanying figure, then the table is displaying in ______view.
- Table
- Tablesheet
- Datasheet
- Worksheet
- If the value 1505.5 is entered in a field that has been defined as Currency data type, then the value will display as ______.
- 1505.5
- 1505.50
- $1505.50
- $1,505.50
- To delete a record from a table, select the record and then press the ______key(s).
- delete
- ctrl+d
- ctrl+delete
- ctrl+y
- To change to landscape orientation to print a table, right-click the report in the Print Preview window and then click ______on the shortcut menu.
- Page Setup
- Print Settings
- Print Orientation
- Page Format
- ______view displays a single record at a time.
- Datasheet
- Screen
- Form
- Record
- To create a form, select the table for the form in the Database window, click the New Object: AutoForm button arrow on the toolbar, and then click ______in the list that displays.
- AutoForm
- FormView
- AutoScreen
- ScreenView
- To move from Form view to Datasheet view, click the View button arrow on the Form View toolbar and then click ______in the list that displays.
- Table View
- Datasheet View
- Multirecord View
- Worksheet View
- To preview a report from the Database window, click Reports on the Objects bar to display the report, right-click the report, and then click ______on the shortcut menu.
- View Report
- Open
- Display
- Print Preview
- In the Access Help system, the ______is similar to the Office Assistant in that it answers questions that you type in your own words.
- Contents sheet
- Ask a Question box
- Index sheet
- Locate sheet
- ______refers to the arrangement of data into tables and fields.
- File management
- Database structure
- Database design
- Normalization
- ______means storing the same fact in more than one place.
- Normalization
- Consistency
- Reference
- Redundancy
- ______is a special technique for identifying and eliminating redundancy.
- Consistency
- Replication
- Iteration
- Normalization
- All of the following are benefits of controlling redundancy except ______.
- greater consistency is maintained
- less space is occupied
- update is easier
- all of the above are benefits
True/False
TF /- A database management system is an application software package that can be used to create a database; add, change, and delete data in the database; sort and retrieve data; and create forms and reports using the data in a database.
TF /
- In Access, a database consists of a collection of tables.
TF /
- A field contains information about a given person, product, or event.
TF /
- A record contains a specific piece of information within a field.
TF /
- The rows in a table are called fields, and the columns are called records.
TF /
- In Access, all the tables, report, forms, and queries are stored in separate files. Collectively, these files are called a database.
TF /
- Every record in a table must have a primary key.
TF /
- The speech recognition feature of Access does not allow a user to dictate field entries.
TF /
- By default, Access creates a new database in Access 2002 format.
TF /
- If no width is assigned to a text field, Access assumes the width is 20.
TF /
- The same field name cannot be used for two different fields in the same table.
TF /
- Field names can contain periods but not square brackets ([ ]).
TF /
- Number fields can contain positive or negative numbers.
TF /
- Access assigns a size to currency fields automatically.
TF /
- To change the field size for a text field, use the Field Size property box in the lower pane of the Table window.
TF /
- To move from the upper pane, the one where fields are defined, in the Table window to the lower pane, the one where field properties are defined, press the f7 key.
TF /
- If a key appears in front of a field on the Table window, it means the field is the primary key for the table.
TF /
- To delete a field in a table structure, select the field by clicking the leftmost column on the row that contains the field to be deleted, and then press ctrl+delete.
TF /
- If the wrong field has been made the primary key, click the correct primary key entry for the field and then click the Primary Key button on the Table Design toolbar.
TF /
- Table names must be from 1 to 64 characters in length and cannot contain spaces.
TF /
- To assign a name to a table, save the table structure and continue working in the Table Design window, or click the Save button on the Table Design toolbar.
TF /
- When adding records to a table, it is necessary to click the Save button on the toolbar after adding each new record.
TF /
- In Datasheet view, the table is represented as a collection of rows and columns called a tablesheet.
TF /
- If the value 1500.5 is entered in a field that has been defined as Currency data type, the value will display as $1,500.50.
TF /
- Access automatically adds dollar signs and commas to data entered into currency fields.
TF /
- To add records to a table that already contains data, click the Last Record Navigation button.
TF /
- To move to the last record in a table, click the Last Record Navigation button.
TF /
- To move to the first record in a table, click the Start Record Navigation button.
TF /
- To delete a record from a table, select the record and press the delete key.
TF /
- Portrait orientation means a printout is across the length of a page.
TF /
- Landscape orientation means a printout is across the length of a page.
TF /
- To preview what printed copy will look like, use Print Setup.
TF /
- To change to landscape orientation to print a table, right-click the report in the Print Preview window and then click Page Setup on the shortcut menu.
TF /
- Display view displays a single record at a time.
TF /
- The simplest way to create a form is to use the New Object: AutoForm button on the Database toolbar.
TF /
- Forms can include special types of data such as pictures and sound.
TF /
- Forms cannot incorporate data from multiple tables in the same form.
TF /
- To create a form, select the table for the form in the Database window, click the New Object: AutoForm button arrow on the toolbar, and then click AutoForm in the list that displays.
TF /
- To add new records or change existing records, use either Datasheet view or Form view.
TF /
- To open a form, select the form in the Database window, right-click the form and click Form View on the shortcut menu.
TF /
- To move from Form view to Datasheet view, click the View button down arrow on the Form View toolbar and then click Datasheet View in the list that displays.
TF /
- In a report, the detail lines are lines that print for each record and contain only specified fields.
TF /
- To create a report, select the table for the report in the Database window, click the New Object: AutoForm button arrow on the toolbar, and then click AutoReport in the list that displays.
TF /
- Reports can incorporate data from multiple tables.
TF /
- To print a report from the Database window, click the Reports object to display the report, right-click the report, and then click Print on the shortcut menu.
TF /
- The Question Mark button can be used to identify unfamiliar items in a dialog box.
TF /
- The Index sheet in the Access Help system groups topics by general categories.
TF /
- The Contents sheet in the Access Help system is used in the same manner as the index at the back of a textbook.
TF /
- Normalization is a special technique for identifying and eliminating redundancy.
TF /
- Redundancy makes updating the database more difficult.
Short Answer
- A(n) ______is an application software package that can be used to create a database; add, change, and delete data in the database; sort and retrieve data; and create forms and reports using the data in the database.
- In Access, a(n) ______consists of a collection of tables.
- A(n) ______contains information about a given person, product, or event.
- A(n) ______contains a specific piece of information within a record.
- Every record in a table has a unique identifier that also is called a(n) ______.
- If no width is assigned to a text field, Access assumes the width is ______.
- A field name can be up to ______characters in length.
- A field with a data type of ______can contain only dollar amounts.
- A field with a data type of ______can contain any characters.
- The ______is a small box or bar that, when clicked, selects the entire row.
- To move from the upper pane, the one where fields are defined, in the Table window to the lower pane, the one where field properties are defined, press the ______key(s).
- If a(n) ______symbol appears in front of a field in the Table window, it means the field is the primary key for the table.
- To delete a field in a table structure, select the field by clicking the leftmost column on the row that contains the field to be deleted and then press the ______key(s).
- If the wrong field has been made the primary key, click the correct primary key entry for the field and then click the ______button on the Table Design toolbar.
- Table names can be from 1 to ______characters in length and can contain letters, numbers, and spaces.
- In ______, the table is represented as a collection of rows and columns called a datasheet.
- To move to the first record in a table, click the ______Navigation button.
- To move to the end of the table to a position for entering a new record, click the ______Navigation button.
- ______orientation means a printout is across the width of a page.
- ______orientation means a printout is across the length of a page.
- To preview what printed copy will look like, use ______.
- Form view displays ______record(s) at a time.
- To create a form, select the table for the form in the Database window, click the New Object: AutoForm button arrow on the toolbar, and then click ______in the list that displays.
- To move from Form view to Datasheet view, click the View button down arrow on the Form View toolbar and then click ______in the list that displays.
- In a report, the contents of a(n) ______appear at the top of each page.
- In a report, the ______are lines that print for each record and contain only specified fields.
- To create a report, select the table for the report in the Database window, click the New Object: AutoForm button arrow on the toolbar, and then click ______in the list that displays.
- To print a report from the Database window, click the Reports object to display the report, right-click the report, and then click ______on the shortcut menu.
- The ______in the Access Help system is used to identify unfamiliar items in a dialog box.
- The ______sheet in the Access Help system offers assistance when the general category of the topic is known but not the specifics.
- The ______sheet in the Access Help system is used in the same manner as the index at the back of a textbook.
- ______refers to the arrangement of data into tables and fields.
- ______means storing the same fact in more than one place.
- ______is a special technique for identifying and eliminating redundancy.
- Always design a database to remove ______.