1.
What is the file extension for a Microsoft Access 2007 database
Correct Answer
C. .accdb(x)
Explanation
ppt(X) is Powerpoint
doc(x) is Word
accdb is Access database 2007
xls(x) is Excel spreadsheet
2.
A Database is...
Correct Answer
D. A collection of information about a particular subject
Explanation
Drawing on your own experience and knowledge can you identify any instances where databases are used?
3.
Tables have two views. They are Datasheet view and ................ view.
Correct Answer
Design
Explanation
Tables have two views: Datasheet view and Design view. In Datasheet view, the table is displayed as a grid with rows and columns, allowing users to enter and view data. Design view, on the other hand, provides a more detailed and structured view of the table's design. It allows users to define the table's structure, set field properties, and specify relationships with other tables. In Design view, users can add, modify, or delete fields, set primary keys, and define data types and validation rules.
4.
A ........... is a collection of information that stores all of the data about one person or one thing. For instance a ........... in student table would contain all of the data about one student i.e. their name, address, home phone number, d.o.b. medical history. Each student would have a ............
Correct Answer
record
Explanation
Within each table there are records. A record is a collection of information that stores all of the data about one person or one thing. For instance a record in student table would contain all of the data about one student i.e. their name, address, home phone number, d.o.b. medical history. Each student would have a record.
5.
Each item within a record is called a ...... In the example of a student table, a......... would be first name or surname or student number.
Correct Answer
field
Explanation
Each item within a record is called a field.
Fields are the individual items that make up a record within your database. In the example of a student table, a field would be first name or surname or student number.
6.
Which one of the following is not part of a database
Correct Answer
B. A chart
Explanation
A chart is not part of a database because a chart is a visual representation of data, typically used for analysis or presentation purposes. In a database, data is organized and stored in tables, which consist of records (rows) and fields (columns). A chart is a separate entity that can be created using the data from a database, but it is not an inherent component of the database structure itself.
7.
Which of the following is not true. In design view you can...
Correct Answer
A. Add records to a table
Explanation
Design view is for entering and formatting fields.
Datasheet view is for entering and editing records.
8.
A primary key allows a user to
Correct Answer
C. Assign each record a unique field
Explanation
A primary key is a reference that uniquely identifies each record such as a membership number or a student number.
9.
Validation rules can be applied to fields. They ................. what users can enter in a table field.
Correct Answer
limit, control, format, decide
Explanation
For example in a title field you could limit the entry to be Mr,Mrs,Miss,Ms or Dr
10.
Changing the number of characters in a field from 50 to 20 will..
Correct Answer
A. Allow up to 20 characters to be entered in a field
Explanation
Be aware that if you do not set the field length to an appropriate size when you set the table up and then try to reduce the field length at a later date, you may lose some of the data you have entered. i.e. if you have entered an address that has 30 characters and then change the field size to 20, you would lose the last 10 characters in the address. It is better to get the text field sizes set up correctly right at the start.
11.
When changing table view Microsoft Access will automatically ask you if you want to save the table if...
Correct Answer
A. You have assigned a Primary Key
Explanation
Every time you switch the table view if you have made any changes then you will be asked if you wish to save the table. If you have not made any changes then you will not be prompted to save the table.