Home

1000+ Microsoft Access Multiple Choice Question Answer [Solved]

Thursday 9th of March 2023

Sharing is caring

1. A search value can be an exact value or it can be
A. Logical Operator
B. Relationship
C. Wild card character
D. Comparison operation
Answer : C
2. To duplicate a controls formatting you can use___
A. Manager
B. Wizard
C. Painter
D. Control
Answer : C
3. An Access database object that is used to enter, view or edit records
A. Table
B. Form
C. Query
D. Report
Answer : B
4. When entering field name, how many characters you can type in maximum?
A. 60
B. 64
C. 68
D. Any number of character
Answer : B
5. Which is not a view to display a table in Access?
A. Datasheet View
B. Design View
C. Pivot Table & Pivot Chart View
D. None of above
Answer : D
6. A __ name must be unique within a database
A. Table
B. Field
C. Record
D. Character
Answer : A
7. The default and maximum size of text field in Access
A. 50 and 255 Characters
B. 8 and 1 GB
C. 266 characters & 64000 characters
D. None of above
Answer : A
8. The third stage in designing a database is when we analyze our tables more closely and create a ___________ between tables
A. relationship
B. Join
C. Query
D. None of these
Answer : A
9. A database can be best described as
A. Organized collection of data
B. Useful presentation of data
C. Graphical representation of data
D. All of above
Answer : A
10. A __________ enables you to view data from a table based on a specific criterion
A. Form
B. Query
C. Macro
D. Report
Answer : B
11. Both conditions display on the same row in the design grid when ___operator is in use
A. OR
B. IN
C. AND
D. LIKE
Answer : C
12. Two tables can be linked with relationship so that the data integrity can be enforced. Where can you find Relationship Command?
A. Home Tab
B. Create Tab
C. External Data Tab
D. Database Tab
Answer : D
13. In one-to-many relationship the table in one side is called _______ and on many side is called _______
A. Child , Parent
B. Parent , Child
C. Brother , Sister
D. Father , Son
Answer : B
14. Which of the following database object produces the final result to present?
A. Forms
B. Reports
C. Queries
D. Tables
Answer : B
15. A database object in MS Access that stores a question about the data in database?
A. Table
B. Form
C. Query
D. Report
Answer : C
16. A composite key is
A. Required when a table does not have any unique fields in it
B. The primary key with AutoNumber as the field type
C. Made up of two or more fields to uniquely identify records
D. Is a foreign key that uniquely identifies records
Answer : C
17. Which of the field has width 8 bytes?
A. Memo
B. Number
C. Date/Time
D. Hyperlink
Answer : C
18. While creating relationship, when you drag a field of a field to drop into another table the mouse pointer changes into
A. a doctors sign
B. thin + sign
C. outline rectangle
D. None of above
Answer : C
19. What are the columns in a Microsoft Access table called?
A. Rows
B. Records
C. Fields
D. Columns
Answer : C
20. To create a new table, in which method you dont 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 above
Answer : C
21. Referential integrity means
A. Do not enter a value in the foreign key field of a child table if that value does not exist in the primary key of the parent table
B. Do not enter a value in the primary key field of child table if that value does not exist in the primary key of the parent table
C. Do not enter a value in the foreign key field of a parent table if that value does not exist in the primary key of the child table
D. All of above
Answer : A
22. A part of database that stores only one type of data is
A. Report
B. Field
C. Query
D. Record
Answer : B
23. To create relationship between two tables
A. drag the primary key of a table into foreign key of another table
B. drag the foreign key of a table into the primary key of another table
C. drag any field from parent table and drop on child table
D. Any of above can be done to create relationship
Answer : A
24. It is a database object to view, change, and analyze data in different ways
A. query
B. form
C. report
D. None of the above
Answer : A
25. To create primary key for a table when in design view
A. Type PRIMARY in field type box when creating required field
B. Mark the Primary check box in field name of required field
C. Click the Primary Key button in Design ribbon when the cursor is in required field
D. None of the above
Answer : C
26. Which of the following is not a database object?
A. Tables
B. Queries
C. Relationships
D. Reports
Answer : C
27. The task of arranging data in order is called
A. Searching
B. Sorting
C. Ordering
D. Shorting
Answer : B
28. Following is not a database model
A. network database model
B. relational database model
C. Object Oriented database model
D. None
Answer : D
29. Cascade update option
A. means do not change the value in the primary key field if that record has related records in another table
B. means change all the related records in child tables if the record in parent table is changed
C. Both of above
D. None of above
Answer : C
30. If I create Student field in Fees table to store student_id of Students table, then this Student field in Fees table is called:
A. Foreign key
B. Native key
C. Composite key
D. Primary key
Answer : A
31. Which of the following statement is true
A. Reports can be used to retrieve data from tables and calculate
B. Queries can be printed in well formatted manner and presented as the information
C. Queries can include calculated fields that do not exist in table
D. Reports and forms are similar but forms are use to print but reports to display on screen only
Answer : C
32. If you write criteria values vertically (one in a row) it will mean
A. OR conditions
B. AND conditions
C. NOT condition
D. None of above
Answer : A
33. Which field type can store photos?
A. Hyperlink
B. OLE
C. Both of these can be used
D. Access tables cant store photos
Answer : B
34. Queries in Access can be used as
A. view, change and analyze data in different ways
B. a source of records for forms and reports
C. Only a
D. Both a and b
Answer : D
35. Which of the following is not a type of relationship that can be applied in Access database
A. One to One
B. One to Many
C. Many to Many
D. All of above can be applied
Answer : D
36. Microsoft Access is a
A. RDBMS
B. OODBMS
C. ORDBMS
D. Network database model
Answer : A
37. This key uniquely identifies each record
A. primary key
B. key record
C. unique key
D. field name
Answer : A
38. What is the maximum length a text field can be?
A. 120
B. 255
C. 265
D. 75
Answer : B
39. We can remove a relationship defined between two tables by
A. From Edit menu choose Delete Relationship
B. Select the relationship line and press Delete
C. Choose Delete option from Relationship menu
D. All of above
Answer : B
40. 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
Answer : A
41. This option allows you to build a new table by entering data directly into the datasheet.
A. datasheet view
B. design view
C. link table
D. None of the above
Answer : A
42. Which field type will you select when creating a new table if you require to enter long text in that field?
A. Text
B. Memo
C. Currency
D. Hyperlink
Answer : B
43. When a picture or other graphic image is placed in the report header section it will appear____
A. Once in the beginning of the report
B. At the top of every page
C. Every after record break
D. On the 1st and last pages of the report
Answer : A
44. Which of the following database object hold data?
A. Forms
B. Reports
C. Queries
D. Tables
Answer : D
45. You can automatically include all of the field in a table in a query by___ a strike that appear list box in query design view
A. Clicking
B. Right clicking
C. Double clicking
D. None of the above
Answer : C
46. This data type allows alphanumeric characters and special symbols.
A. text
B. memo
C.auto number
D. None of the above
Answer : A
47. Database Management Systems are featured with:
A. The facility to easy editing, spelling check, auto pagination, lay out and printing reports
B. The ability to store large amount of data to facilitate easy update, sort and retrieval
C. The ability to calculate efficiently with the help of built-in functions and analyze
D. All of above
Answer : B
48. Which of the following may not be a database?
A. Data presented in table in MS Word document
B. Data entered in Excel spreadsheet
C. A presentation created in PowerPoint
D. A telephone diary
Answer : C
49. The___ operator will cause a record to be selected only if two or more conditions are satisfied
A. Or
B. If or
C. Range
D. And
Answer : D
50. Unlike text data type, this can store up to maximum of 65, 535 characters.
A. memo
B. data/time
C. number
D. All of above
Answer : A

Sharing is caring