Microsoft Access QUESTIONS with Answers
1. This data type allows alphanumeric characters and special symbols.
a. Text
b. Memo
c. Auto Number
d. None of the above
Ans: a. Text
2. Query design window has two parts. The upper part shows
a. Name od fields, field type and size
b. Tables with fields and relationship between tables
c. Criteria
d. Sorting check boxes
Ans: b. Tables with fields and relationship between tables
3. In database table, the category of information is called _______
a. Tuple
b. Field
c. Record
d. All of the above
Ans: b. Field
4. To create a new table, in which method you don’t need to specify the field type and size?
a. Create table in Design view
b. Create table using Wizard
c. Create table by Entering data
d. All of the above
Ans: c. Create table by Entering data
5. Which of the following is not a database object?
a. Tables
b. Queries
c. Relationships
d. Reports
Ans: c. Relationships
6. The two form layout types will display multiple records at one time are tabular and ________
a. Columnar
b. Justified
c. Date Sheet
d. Pivot table
Ans: b. Justified
7. A database language concerned with the definition of the whole database structure and schema
is ___________
a. DCL
b. DML
c. DDL
d. All of the above
Ans: c. DDL
8. When creating a new table which method can be used to choose fields from standard databases
and tables
a. Create table in Design view
b. Create table using Wizard
c. Create table by Entering data
d. All of the above
Ans: b. Create table using Wizard
9. How can you define a field so that when entering data for that field it will display ****** instead
of actual typed text?
a. Input mask
b. Validation Rule
c. Indexed
d. IME mode
Ans: a. Input mask
10. To sort records in a table
a. Open table, click on the field on which the sorting in to be done, then click Sort button on
database toolbar
b. Open table, click Sort button on database toolbar, choose field based on which to sort, click
OK.
c. Click the field heading to sort it ascending or descending
d. All of the above
Ans: a. Open table, click on the field on which the sorting in to be done, then click Sort button on
database toolbar
True or False
1. Relationship is an association established between common fields of two tables.
Ans: True
2. Arranging data in order is called Ordering.
Ans: False
3. Record provides the complete information about an entity in a database.
Ans: True
4. Form database object is used to enter the view or edit records
Ans: True
5. Tables is constituted by a number of individual data items
Ans: False
6. Relationship is not a database object in MS Access.
Ans: True
7. Tables is a collection of related records in a database.
Ans: True
8. A database can be described as Organized collection of data.
Ans: True
9. The Primary key can uniquely identify each record.
Ans: True
10. Queries is a store command to retrieve data from database.
Ans: True
Identification
1. In naming it must be unique within a database
Ans: Table
2. It enables you to view data from a table based on a specific criterion
Ans: Query
3. It is a button on the tool box display data from a related table
Ans: Sub form sub report
4. A database object hold data
Ans: Tables
5. A database object produces the final result to present
Ans: Report