Microsoft Acess MCQ




·       What is Microsoft Access primarily used for?
a. Word processing
b. Spreadsheet calculations
c. Relational database management
d. Graphic design
Answer: c. Relational database management


·       What is a table in Microsoft Access?
a. A worksheet
b. A collection of fields for related data
c. A database report
d. A type of graph
Answer: b. A collection of fields for related data


·       Which view in Access allows you to define the structure of a table?
a. Data Sheet View
b. Query View
c. Design View
d. Form View
Answer: c. Design View


·       4. What is a primary key in Access?
a. A key used for opening a database
b. A unique identifier for each record
c. A type of password
d. A type of table
Answer: b. A unique identifier for each record
5. Which object in Access is used to extract and display data based on specific criteria?
a. Form
b. Report
c. Query
d. Table
Answer: c. Query
6. Which data type is used for storing large text entries in Access?
a. INT
b. FLOAT
c. TEXT
d. MEMO
Answer: d. MEMO
7. Which of the following is not a valid data type in Access?
a. BOOLEAN
b. DECIMAL
c. IMAGE
d. DATE/TIME
Answer: c. IMAGE
8. What is the purpose of a relationship in Access?
a. It defines a query
b. It defines how tables are connected
c. It defines a primary key
d. It defines a data type
Answer: b. It defines how tables are connected
9. Which view in Access allows you to input and edit data in a table directly?
a. Data Entry View
b. Datasheet View
c. Data Input View
d. Design View
Answer: b. Datasheet View
10. Which of the following is a valid SQL command for creating a table in Access?
a. CREATE DATABASE
b. CREATE TABLE
c. ADD TABLE
d. MAKE TABLE
Answer: b. CREATE TABLE
11. What does SQL stand for in the context of Access?
a. Standard Query Language
b. Structured Query Language
c. Simple Query Language
d. Structured Query Logic
Answer: b. Structured Query Language
12. Which object in Access is used for creating custom data entry forms?
a. Report
b. Query
c. Form
d. Table
Answer: c. Form
13. What is a report in Access primarily used for?
a. Data input
b. Data storage
c. Data presentation and printing
d. Data analysis
Answer: c. Data presentation and printing
14. In Access, what is a form control that allows users to select an option from a list?
a. Checkbox
b. Radio button
c. Combo box
d. Text box
Answer: c. Combo box
15. Which of the following is a valid query type in Access?
a. Information Query
b. Select Query
c. Display Query
d. Input Query
Answer: b. Select Query
16. What is the purpose of a relationship in Access?
a. It defines how data is organized
b. It defines how queries are generated
c. It links data in different tables
d. It defines primary keys
Answer: c. It links data in different tables
17. What is the purpose of indexing in Access?
a. It controls access permissions
b. It defines primary keys
c. It optimizes query performance
d. It creates data relationships
Answer: c. It optimizes query performance
18. Which data type is used for storing currency values in Access?
a. MONEY
b. CURRENCY
c. DECIMAL
d. NUMERIC
Answer: b. CURRENCY
19. What is the purpose of a subform in Access?
a. It displays the main form
b. It holds backup data
c. It displays data related to the main form
d. It contains reports
Answer: c. It displays data related to the main form
20. In Access, which object allows you to automate tasks and add functionality using Visual Basic for Applications (VBA)?
a. Report
b. Query
c. Macro
d. Form
Answer: c. Macro
21. What is the purpose of the AutoNumber data type in Access?
a. It generates random values
b. It stores calculated values
c. It generates unique, incremental values for each record
d. It stores dates and times
Answer: c. It generates unique, incremental values for each record
22. What is the purpose of a filter in Access?
a. To sort data
b. To hide specific records temporarily
c. To create relationships between tables
d. To create custom data entry forms
Answer: b. To hide specific records temporarily
23. Which of the following data types is used for storing email addresses in Access?
a. CHAR
b. TEXT
c. MEMO
d. HYPERLINK
Answer: d. HYPERLINK
24. What does the "Lookup Wizard" in Access assist with?
a. Query design
b. Data entry forms
c. Creating relationships
d. Defining lookup fields
Answer: d. Defining lookup fields
25. In Access, what does a "crosstab query" do?
a. Sorts data alphabetically
b. Displays data horizontally and vertically in a table
c. Counts and summarizes data in a table
d. Creates a backup of a table
Answer: b. Displays data horizontally and vertically in a table
26. What is the purpose of the "Compact and Repair" feature in Access?
a. It compresses database files to save disk space
b. It creates a backup of the database
c. It encrypts the database for security
d. It checks and repairs the database for optimal performance
Answer: d. It checks and repairs the database for optimal performance
27. In Access, what does the "Import" function allow you to do?
a. Create new tables
b. Design reports
c. Import data from external sources into the database
d. Run queries
Answer: c. Import data from external sources into the database
28. What is the maximum number of fields allowed in an Access table?
a. 50
b. 255
c. 1000
d. Unlimited
Answer: b. 255
29. Which Access object is primarily used for presenting data in a printed format?
a. Table
b. Form
c. Query
d. Report
Answer: d. Report
30. What is the purpose of an index in an Access table?
a. To define primary keys
b. To enforce data integrity
c. To improve data retrieval performance
d. To display data
Answer: c. To improve data retrieval performance
31. Which of the following is an example of a database management system (DBMS) similar to Access?
a. Microsoft Excel
b. Microsoft Word
c. Microsoft PowerPoint
d. Microsoft SQL Server
Answer: d. Microsoft SQL Server
32. What is the file extension for Access database files created in Access 2007 and later versions?
a. .mdb
b. .accdb
c. .adp
d. .mdbx
Answer: b. .accdb
33. Which SQL database engine is used by Microsoft Access?
a. MySQL
b. SQLite
c. Jet Database Engine
d. PostgreSQL
Answer: c. Jet Database Engine
34. In Access, what is a "module" used for?
a. Storing backup copies of tables
b. Creating data entry forms
c. Running queries
d. Writing custom code using Visual Basic for Applications (VBA)
Answer: d. Writing custom code using Visual Basic for Applications (VBA)
35. What is the purpose of referential integrity in database design?
a. To allow duplicate records
b. To enforce data integrity and maintain relationships between tables
c. To sort data alphabetically
d. To create custom data entry forms
Answer: b. To enforce data integrity and maintain relationships between tables
36. What is the purpose of the "Validation Rule" property in an Access table?
a. To restrict the range of allowed values in a field
b. To sort data alphabetically
c. To define primary keys
d. To create reports
Answer: a. To restrict the range of allowed values in a field
37. What is a "query parameter" in Access?
a. A field that is indexed
b. A variable value used in a query
c. A primary key field
d. A foreign key field
Answer: b. A variable value used in a query
38. Which of the following is not a valid data type for an Access table field?
a. NUMBER
b. DATE/TIME
c. CURRENCY
d. MEMO
Answer: a. NUMBER
39. What is the purpose of a "lookup field" in Access?
a. To store email addresses
b. To display a drop-down list of values
c. To create data relationships
d. To create reports
Answer: b. To display a drop-down list of values
40. In Access, what does the "Query by Example" (QBE) grid allow you to do?
a. Design forms
b. Design reports
c. Create complex SQL queries
d. Build queries by selecting criteria visually
Answer: d. Build queries by selecting criteria visually
41. What is a "parameter query" in Access used for?
a. Sorting data
b. Displaying data in a table
c. Creating forms
d. Allowing users to provide criteria when running a query
Answer: d. Allowing users to provide criteria when running a query
42. What is a "cascading delete" in Access?
a. A type of table
b. A query result
c. A method to prevent data deletion
d. A feature that automatically deletes related records when a record is deleted
Answer: d. A feature that automatically deletes related records when a record is deleted
43. Which object in Access allows you to create custom automated sequences of actions without coding?
a. Form
b. Report
c. Macro
d. Query
Answer: c. Macro
44. What is the "Compact and Repair" feature used for in Access?
a. To make the database smaller in size
b. To create a backup of the database
c. To encrypt the database
d. To compress images in the database
Answer: a. To make the database smaller in size
45. What is the purpose of a "split database" in Access?
a. To split data into multiple tables
b. To make data sharing between multiple users more efficient
c. To delete data
d. To combine tables
Answer: b. To make data sharing between multiple users more efficient
46. What does the "Join Type" property specify in an Access query?
a. The type of data stored in the table
b. The type of join (e.g., inner, outer) between tables
c. The primary key of the table
d. The SQL statement
Answer: b. The type of join (e.g., inner, outer) between tables
47. In Access, what is the purpose of the "Parameter" button in a query?
a. To execute the query
b. To define a new table
c. To prompt the user for input criteria when running the query
d. To sort the results
Answer: c. To prompt the user for input criteria when running the query
48. What is the purpose of the "Lookup Wizard" in Access?
a. To create complex SQL queries
b. To define lookup fields
c. To design reports
d. To organize data in tables
Answer: b. To define lookup fields
49. Which Access object is primarily used for entering and viewing data in a user-friendly format?
a. Table
b. Form
c. Query
d. Report
Answer: b. Form
50. What does the "Control Source" property specify in an Access form or report?
a. The type of data source
b. The type of data entry
c. The field from the underlying table or query that the control is bound to
d. The control's color
Answer: c. The field from the underlying table or query that the control is bound to

·       Feel free to use these questions for your purpose, and if you have any more queries or need additional information, please let me know!

 


Post a Comment

0 Comments