Home

Microsoft Access MCQ Solved Paper for NEET

Thursday 9th of March 2023

Sharing is caring

1. Which of the following is not a database object?
A. Tables
B. Queries
C. Relationships
D. Reports
Answer : C
2. In a database table, the category of information is called ____________
A. tuple
B. field
C. record
D. All of above
Answer : B
3. What do you mean by one to many relationship between Student and Class table?
A. One student can have many classes
B. One class may have many student
C. Many classes may have many students
D. Many students may have many classes
Answer : A
4. Each record is constituted by a number of individual data items which are called
A. Fields
B. Data Types
C. Relations
D. Tables
Answer : A
5. To achieve AND effect when you are entering criteria in a query design window
A. write criteria values vertically one in a row
B. write criteria values horizontally
C. Write criteria values in same field separated with AND
D. Write criteria values in same field separated with &
Answer : B
6. 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
7. If you need to edit a relationship
A. Right click the relationship line and choose Edit Relationship
B. Double click the relationship line
C. Both of above
D. None of above
Answer : C
8. A __ name must be unique within a database
A. Table
B. Field
C. Record
D. Character
Answer : A
9. 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
10. To sort records in a table
A. Open table, click on the field on which the sorting is 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 above
Answer : A
11. 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
12. What is the maximum length a text field can be?
A. 120
B. 255
C. 265
D. 75
Answer : B
13. 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
14. This data type allows alphanumeric characters and special symbols.
A. text
B. memo
C. auto number
D. None of the above
Answer : A
15. 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
16. The size of Yes No field is always
A. 1 bit
B. 1 byte
C. 1 character
D. 1 GB
Answer : A
17. 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
18. 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. None of above
Answer : D
19. 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
20. 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
21. What is the difference between Open and Open Exclusively?
A. Open statement opens access database files and Open Exclusively opens database files of other program like Oracle
B. Open Exclusive locks whole database so that no one can access it whereas Open locks only the record that is being accesed
C. Both Open and Open Exclusively are same
D. Open Exclusive command does not exist in MS Access
Answer : B
22. Which of the following can be an example of a database?
A. Address book of all the suppliers of a company
B. Salary sheet of all the employees of a company
C. Records of daily sales transactions of a company
D. All of above
Answer : D
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. What is a form in MS Access
A. It is a printed page where users will write their data to fill it up
B. It is an input screen designed to make the viewing and entering data easier
C. This is an important part of database used by analysts to draw conclusions
D. All of above
Answer : B
25. 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
26. DCL provides commands to perform actions like
A. Change the structure of tables
B. insert, update or delete records and data values
C. authorizing access and other control over database
D. None of above
Answer : C
27. How can you link a table with another so that a field in current table will display values in drop down box from another table while entering data:
A. Query Wizard
B. Look up Wizard
C. Form Wizard
D. Report Wizard
Answer : B
28. Query design window has two parts. The upper part shows
A. Name of fields, field type and size
B. Tables with fields and relationships between tables
C. Criteria
D. Sorting check boxes
Answer : B
29. Following is not a database model
A. network database model
B. relational database model
C. Object Oriented database model
D. None
Answer : D
30. 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
Answer : B
31. 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
32. 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
33. The key uniquely identifies each record in a table.
A. primary key
B. key word
C. filed name
D. All of above
Answer : A
34. 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
35. 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
36. In table design view, which key can be used to switch between the field names and properties panels?
A. F3
B. F4
C. F5
D. F6
Answer : D
37. 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
38. 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
39. 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
40. 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
41. 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
42. Which of the following is not a field type in Access
A. Memo
B. Hyperlink
C. OLE Object
D. Lookup Wizard
Answer : D
43. A part of database that stores only one type of data is
A. Report
B. Field
C. Query
D. Record
Answer : B
44. A primary key in any table has the properties
A. Not Null
B. No Duplicates
C. Both of above
D. None of above
Answer : C
45. Which of the following store command to retrieve data from database?
A. Forms
B. Reports
C. Queries
D. Tables
Answer : C
46. What does the show check box in query design window indicate
A. It indicates whether the field is to be used or not
B. It indicates whether the field is to be displayed in query result or not
C. It indicates whether the field names to be displayed in query result or not
D. None of above
Answer : B
47. Every table in relational database contain a field or combination of fields that can uniquely identify each records, it is called
A. Foreign key
B. Native key
C. Composite key
D. Primary key
Answer : D
48. You can set a controls border type to make the border invisible.
A. Transparent
B. Invisible
C. Do not display
D. No border
Answer : C
49. Which of the following term is least related to database?
A. Attributes
B. Tuples
C. Relationship
D. Columns
Answer : D
50. Which of the following is a method to create a new table in MS Access?
A. Create table in Design View
B. Create Table using wizard
C. Create Table by Entering data
D. All of above
Answer : D

Sharing is caring