Microsoft MS Access MCQ. Prepare for exams with MS Access multiple choice questions. Covers tables, queries, forms, reports, relationships, and essential database fundamentals.
Microsoft MS Access MCQ – Mock Online Test
Question 1: What type of database management system is Microsoft Access?
A. Hierarchical
B. Network
C. Relational
D. Object-oriented
C. Relational. Access is known for its relational database management capabilities, allowing users to link related information easily.
Question 2: Which of the following is NOT a core feature of MS Access?
A. Report generation
B. Advanced statistical analysis
C. Data entry and validation
D. Query design
B. Advanced statistical analysis. While Access can perform basic calculations and analysis, it’s not designed for complex statistical functions.
Question 3: In which industry might MS Access be used to manage customer information and orders?
A. Healthcare
B. Retail
C. Manufacturing
D. All of the above
D. All of the above. Access is versatile and can be used in various industries to manage data.
Question 4: Which view in Access displays data in a row-and-column format?
A. Design View
B. Datasheet View
C. Layout View
D. Report View
B. Datasheet View. This view presents data in a spreadsheet-like format.
Question 5: Where can you find commands for formatting text, adding images, and creating tables in an Access form?
A. Navigation Pane
B. Ribbon
C. Status Bar
D. Query Design Grid
B. Ribbon. The Ribbon organizes commands into various tabs for easy access.
Question 6: What is the purpose of the Navigation Pane in Access?
A. To design queries
B. To manage database objects
C. To enter data into tables
D. To create reports
B. To manage database objects. The Navigation Pane provides a hierarchical view of all the objects within a database.
Question 7: Which of the following is NOT an object typically found in an Access database?
A. Worksheet
B. Table
C. Form
D. Report
A. Worksheet. Worksheets are associated with spreadsheet software like Excel, not Access databases.
Question 8: What is a field in a database table?
A. A complete set of data for one individual or item
B. A single piece of information about an individual or item
C. A group of related tables
D. A method for retrieving data
B. A single piece of information about an individual or item. For example, “First Name” or “City” would be fields in a customer table.
Question 9: Which data type would be most appropriate for storing a person’s date of birth?
A. Text
B. Number
C. Date/Time
D. Currency
C. Date/Time. This data type is specifically designed for storing date and time values.
Question 10: What is the primary function of a primary key in a database table?
A. To establish relationships between tables
B. To uniquely identify each record in the table
C. To store numerical data
D. To define the data type of a field
B. To uniquely identify each record in the table. This ensures that each record can be distinguished from others.
Question 11: Which data type would be suitable for storing a product’s description in a database table?
A. Number
B. Memo
C. Yes/No
D. AutoNumber
B. Memo. The Memo data type allows for lengthy text entries.
Question 12: What is the purpose of a validation rule in a field?
A. To automatically generate a value for the field
B. To control the format of data entered into the field
C. To restrict the type of data that can be entered into the field
D. To create a relationship with another table
C. To restrict the type of data that can be entered into the field. This helps maintain data integrity.
Question 13: Why is it important to index fields in a database table?
A. To improve data validation
B. To enforce referential integrity
C. To increase the speed of data retrieval
D. To define relationships between tables
C. To increase the speed of data retrieval. Indexing helps Access quickly locate specific records.
Question 14: You have a spreadsheet of customer data in Excel. What feature in Access allows you to easily transfer this data into a new table?
A. Export
B. Link
C. Import
D. Join
C. Import. Access provides tools to import data from various external sources, including Excel.
Question 15: When designing a table, what is the first step?
A. Define the fields
B. Set field properties
C. Choose a data type for each field
D. Establish the primary key
A. Define the fields. You need to determine what information you want to store before making other design decisions.
Question 16: What does it mean to “edit” a record in a database table?
A. To delete the record
B. To add a new record
C. To modify existing data in the record
D. To create a relationship with another table
C. To modify existing data in the record. This allows you to update information as needed.
Question 17: Which feature in Access helps ensure that data entered into a field falls within a specific range?
A. Filter
B. Sort
C. Validation Rule
D. Primary Key
C. Validation Rule. Validation rules can be set to enforce data entry restrictions.
Question 18: You want to find all customers who live in Californi
A. What Access feature would you use to accomplish this? A. Sort
B. Filter
C. Group
D. Join
B. Filter. Filters allow you to display only records that meet specific criteria.
Question 19: How can you arrange records in a table alphabetically by last name?
A. Filter
B. Sort
C. Group
D. Index
B. Sort. Sorting allows you to arrange records in ascending or descending order based on the values in a field.
Question 20: What is the purpose of grouping data in Access?
A. To delete multiple records at once
B. To organize data into categories for analysis
C. To create a relationship between tables
D. To import data from an external source
B. To organize data into categories for analysis. Grouping helps summarize and analyze data based on specific criteria.
Question 21: What is the primary purpose of a query in Access?
A. To enter data into tables
B. To create user-friendly forms
C. To retrieve and analyze data from tables
D. To generate reports
C. To retrieve and analyze data from tables. Queries allow you to extract specific information based on your criteria.
Question 22: Which type of query is used to add records from one table to another existing table?
A. Select Query
B. Update Query
C. Append Query
D. Delete Query
C. Append Query. This type of query adds records to an existing table without replacing any existing data.
Question 23: In the Query Design grid, which row is used to specify the conditions for filtering data?
A. Field
B. Table
C. Criteria
D. Sort
C. Criteria. The Criteria row allows you to define the conditions that records must meet to be included in the query results.
Question 24: You want to display only the records where the “City” field is “London.” What would you enter in the Criteria row for the City field in the Query Design grid?
A. “London”
B. = “London”
C. London
D. Like “London”
B. = “London”. The equals sign (=) is used to specify an exact match.
Question 25: Which feature in a query allows you to arrange the results in a specific order?
A. Criteria
B. Sort
C. Group
D. Filter
B. Sort. You can sort query results in ascending or descending order based on one or more fields.
Question 26: What is a calculated field in a query?
A. A field that stores the results of a calculation
B. A field that automatically updates based on other fields
C. A field that is used to join two tables
D. A field that is used to filter data
A. A field that stores the results of a calculation. Calculated fields allow you to perform calculations on data within a query.
Question 27: Which character is used to begin an expression in a calculated field?
A. =
B. +
C. –
D. *
A. =. The equals sign (=) indicates that the following text is an expression.
Question 28: What is the purpose of a parameter query?
A. To delete records from a table
B. To prompt the user for input when the query is run
C. To join multiple tables together
D. To update records in a table
B. To prompt the user for input when the query is run. This allows users to customize the query results.
Question 29: Which type of query is used to make changes to existing data in a table?
A. Select Query
B. Update Query
C. Append Query
D. Make-Table Query
B. Update Query. This type of query allows you to modify existing data in one or more fields.
Question 30: What is the purpose of joining tables in a query?
A. To create a relationship between the tables
B. To combine data from multiple tables based on a common field
C. To import data from external sources
D. To filter data based on specific criteria
B. To combine data from multiple tables based on a common field. This allows you to retrieve related information from different tables.
Question 31: Which type of join returns only records that have matching values in both tables?
A. Inner join
B. Left join
C. Right join
D. Full join
A. Inner join. An inner join is the most common type of join and is used to retrieve data where a match exists in both tables being joined.
Question 32: Which type of join returns all records from the left table and matching records from the right table?
A. Inner join
B. Left join
C. Right join
D. Full join
B. Left join. A left join ensures that all records from the “left” table (the one specified first in the join) are included in the result, even if there is no match in the “right” table.
Question 33: Which type of join returns all records from the right table and matching records from the left table?
A. Inner join
B. Left join
C. Right join
D. Full join
C. Right join. A right join is the opposite of a left join; it includes all records from the “right” table, regardless of whether there is a match in the “left” table.
Question 34: Which type of join returns all records from both tables, regardless of whether there is a match?
A. Inner join
B. Left join
C. Right join
D. Full join
D. Full join. A full join combines the results of both a left join and a right join, including all records from both tables.
Question 35: In a query, what does the “Totals” row allow you to do?
A. Add a calculated field
B. Sort the query results
C. Filter the query results
D. Perform aggregate functions (e.g., Sum, Avg, Count)
D. Perform aggregate functions (e.g., Sum, Avg, Count). The “Totals” row enables you to calculate sums, averages, counts, and other aggregate values for your data.
Question 36: What is the main advantage of using forms in Access?
A. To generate reports
B. To create queries
C. To provide a user-friendly interface for data entry
D. To design tables
C. To provide a user-friendly interface for data entry. Forms make it easier to view, enter, and edit data.
Question 37: Which tool in Access allows you to quickly create a basic form based on a selected table or query?
A. Form Wizard
B. Report Wizard
C. Query Wizard
D. Table Wizard
A. Form Wizard. The Form Wizard guides you through the process of creating a form with common fields and layout options.
Question 38: What is a control in an Access form?
A. A tool for creating queries
B. An object that displays data or allows user interaction (e.g., text box, button)
C. A method for filtering data
D. A way to define relationships between tables
B. An object that displays data or allows user interaction (e.g., text box, button). Controls are the building blocks of forms.
Question 39: What is the purpose of a label control in a form?
A. To display data from a field
B. To provide descriptive text for other controls
C. To perform calculations
D. To allow users to enter data
B. To provide descriptive text for other controls. Labels help users understand the purpose of different form elements.
Question 40: What is a subform in Access?
A. A form that is used to create reports
B. A form that is embedded within another form to display related data
C. A form that is used to design queries
D. A form that is used to enter data into multiple tables
B. A form that is embedded within another form to display related data. Subforms are useful for showing one-to-many relationships.
Question 41: What is the purpose of event handling in Access forms?
A. To create visually appealing forms
B. To define relationships between tables
C. To specify actions that occur when a user interacts with a form (e.g., clicking a button)
D. To filter data in a form
C. To specify actions that occur when a user interacts with a form (e.g., clicking a button). Event handling allows you to add interactive elements to your forms.
Question 42: Which programming language is used to write code for event procedures in Access forms?
A. SQL
B. VBA
C. C++
D. Java
B. VBA. VBA (Visual Basic for Applications) is the programming language used to automate tasks and add advanced functionality to Access.
Question 43: What is the purpose of data validation in Access forms?
A. To prevent users from entering invalid or incorrect data
B. To display data in a specific format
C. To perform calculations on data
D. To create reports
A. To prevent users from entering invalid or incorrect data. Data validation helps ensure data integrity.
Question 44: What is the purpose of error handling in Access forms?
A. To prevent users from entering data
B. To display error messages to the user when something goes wrong
C. To create visually appealing forms
D. To define relationships between tables
B. To display error messages to the user when something goes wrong. Error handling helps provide a better user experience.
Question 45: Which control in a form is often used to navigate between records?
A. Text box
B. Label
C. Command button
D. Navigation buttons
D. Navigation buttons. These buttons provide a quick way to move to the first, previous, next, or last record in a form.
Question 46: How can you prevent a user from accidentally deleting a record in a form?
A. By setting the “Allow Deletions” property to No
B. By using a validation rule
C. By hiding the delete button
D. All of the above
D. All of the above. There are various methods to restrict record deletion in a form.
Question 47: What is the purpose of the “Record Source” property of a form?
A. To specify the table or query that provides data for the form
B. To control the appearance of the form
C. To define event procedures
D. To set validation rules
A. To specify the table or query that provides data for the form. The Record Source property links the form to the underlying data.
Question 48: You want to display a message box to the user when they click a button. Which event property would you use to write the code for this action?
A. On Click
B. On Load
C. On Change
D. On Enter
A. On Click. The On Click event is triggered when the user clicks the button.
Question 49: What is the purpose of the “Enabled” property of a control?
A. To control whether the control is visible on the form
B. To determine if the control can be interacted with by the user
C. To set the background color of the control
D. To define the data source for the control
B. To determine if the control can be interacted with by the user. When a control is disabled, it appears dimmed and cannot be used.
Question 50: What is the purpose of the “Locked” property of a control?
A. To prevent users from modifying the contents of the control
B. To hide the control from the user
C. To disable the control
D. To set the tab order of the control
A. To prevent users from modifying the contents of the control. This is useful for displaying data that should not be edited.
Question 51: What is the primary function of a report in Access?
A. To enter data into tables
B. To create user-friendly forms
C. To retrieve and analyze data from tables
D. To present data in a formatted and organized way
D. To present data in a formatted and organized way. Reports are designed for printing or viewing summaries of data.
Question 52: Which tool in Access helps you quickly create a basic report based on a selected table or query?
A. Form Wizard
B. Report Wizard
C. Query Wizard
D. Table Wizard
B. Report Wizard. The Report Wizard simplifies the process of creating reports with common layouts and formatting options.
Question 53: What is a report control?
A. A tool for creating queries
B. An object that displays data or allows user interaction in a report (e.g., text box, label)
C. A method for filtering data
D. A way to define relationships between tables
B. An object that displays data or allows user interaction in a report (e.g., text box, label). Report controls are similar to form controls but are used specifically in reports.
Question 54: How can you organize data in a report to make it easier to read and understand?
A. By grouping and sorting the data
B. By adding calculated fields
C. By using different formatting options
D. All of the above
D. All of the above. Reports offer various features to structure and present data effectively.
Question 55: What is the purpose of the “Group & Sort” pane in the Report Design view?
A. To define the data source for the report
B. To add calculated fields to the report
C. To organize the report data by grouping and sorting it based on specific fields
D. To format the appearance of the report
C. To organize the report data by grouping and sorting it based on specific fields. This pane allows you to create hierarchical structures and sort data within those groups.
Question 56: What type of report control can visually represent data trends and comparisons?
A. Text box
B. Label
C. Chart
D. Subreport
C. Chart. Charts provide a graphical representation of data, making it easier to identify patterns and trends.
Question 57: What is the purpose of a subreport in Access?
A. To display a chart within a report
B. To embed a separate report within the main report to show related information
C. To calculate summary statistics
D. To filter data in a report
B. To embed a separate report within the main report to show related information. Subreports are helpful for presenting hierarchical or related data.
Question 58: Which of the following formats can you export an Access report to?
A. PDF
B. Excel
C. Word
D. All of the above
D. All of the above. Access reports can be exported to various formats for sharing and distribution.
Question 59: What is the purpose of the “Page Header” and “Page Footer” sections in a report?
A. To display information that appears at the top and bottom of every page
B. To display the report title
C. To group data in the report
D. To add calculated fields
A. To display information that appears at the top and bottom of every page. These sections are often used for page numbers, dates, or report titles.
Question 60: What is the purpose of the “Report Header” and “Report Footer” sections in a report?
A. To display information that appears only on the first and last pages of the report
B. To display the current date and time
C. To add subreports
D. To filter data
A. To display information that appears only on the first and last pages of the report. These sections are commonly used for introductory text, summaries, or overall totals.
Question 61: You want to display the total sales for each region in a report. Which feature would you use to achieve this?
A. Sorting
B. Grouping
C. Filtering
D. Calculated field
B. Grouping. Grouping allows you to organize data by region and then calculate the total sales for each group.
Question 62: You want to highlight specific values in a report based on certain conditions (e.g., sales exceeding a target). Which feature would you use?
A. Conditional formatting
B. Sorting
C. Filtering
D. Grouping
A. Conditional formatting. Conditional formatting allows you to apply different formatting styles to data based on rules or criteria.
Question 63: What is the purpose of the “Keep Together” property for a group in a report?
A. To ensure that all records within a group are printed on the same page
B. To sort the records within a group
C. To add a page break after each group
D. To calculate summary statistics for the group
A. To ensure that all records within a group are printed on the same page. This prevents a group from being split across multiple pages.
Question 64: You want to create a report that displays customer information along with their corresponding orders. Which feature would best achieve this?
A. Subreport
B. Chart
C. Calculated field
D. Grouping
A. Subreport. A subreport allows you to embed a separate report showing the related orders within the main customer report.
Question 65: You want to include a cover page with your company logo and report title in a report. Which section would you use for this?
A. Page Header
B. Report Header
C. Page Footer
D. Report Footer
B. Report Header. The Report Header appears only on the first page and is ideal for cover page elements.
Question 66: What is the purpose of establishing relationships between tables in a database?
A. To create user-friendly forms
B. To generate reports
C. To connect tables based on common fields, enabling efficient data management and retrieval
D. To perform calculations
C. To connect tables based on common fields, enabling efficient data management and retrieval. Relationships allow you to access related data from multiple tables.
Question 67: What is referential integrity in a database?
A. A set of rules that ensures data consistency between related tables
B. A method for filtering data
C. A way to create reports
D. A technique for importing data
A. A set of rules that ensures data consistency between related tables. Referential integrity prevents accidental deletion or modification of data that would break the relationship between tables.
Question 68: What is a “one-to-many” relationship between tables?
A. A relationship where one record in the first table can be associated with many records in the second table, but each record in the second table can be associated with only one record in the first table
B. A relationship where one record in the first table can be associated with only one record in the second table
C. A relationship where many records in the first table can be associated with many records in the second table
D. A relationship where there is no connection between the tables
A. A relationship where one record in the first table can be associated with many records in the second table, but each record in the second table can be associated with only one record in the first table. For example, one customer can have many orders.
Question 69: What is a “one-to-one” relationship between tables?
A. A relationship where one record in the first table can be associated with many records in the second table
B. A relationship where one record in the first table can be associated with only one record in the second table, and vice versa
C. A relationship where many records in the first table can be associated with many records in the second table
D. A relationship where there is no connection between the tables
B. A relationship where one record in the first table can be associated with only one record in the second table, and vice versa. This type of relationship is less common.
Question 70: What is the purpose of cascading updates in a relationship?
A. To automatically update corresponding records in related tables when a change is made in the primary table
B. To delete related records
C. To create reports
D. To filter data
A. To automatically update corresponding records in related tables when a change is made in the primary table. This ensures consistency across related data.
Question 71: What is the purpose of cascading deletes in a relationship?
A. To automatically delete corresponding records in related tables when a record is deleted in the primary table
B. To update related records
C. To create forms
D. To sort data
A. To automatically delete corresponding records in related tables when a record is deleted in the primary table. This helps maintain data integrity and prevents orphaned records.
Question 72: What is database normalization?
A. The process of organizing data to reduce redundancy and improve data integrity
B. A method for creating queries
C. A technique for importing data
D. A way to design reports
A. The process of organizing data to reduce redundancy and improve data integrity. Normalization involves dividing larger tables into smaller, more efficient ones and defining relationships between them.
Question 73: Which type of relationship is enforced by a foreign key?
A. One-to-one
B. One-to-many
C. Many-to-many
D. Both A and B
D. Both A and B. A foreign key in one table references the primary key in another table, establishing a link between them.
Question 74: What is the purpose of the “Relationship” window in Access?
A. To create and visualize relationships between tables
B. To design queries
C. To create forms
D. To generate reports
A. To create and visualize relationships between tables. This window provides a graphical representation of the relationships in your database.
Question 75: What happens if you try to delete a record in the primary table that has related records in the related table, and referential integrity with cascading deletes is enforced?
A. Access will prevent the deletion
B. Access will delete the record in the primary table and the related records in the related table
C. Access will delete only the record in the primary table
D. Access will display an error message, but allow the deletion
B. Access will delete the record in the primary table and the related records in the related table. This is the consequence of enforcing referential integrity with cascading deletes.
Question 76: What is a macro in Access?
A. A tool for creating queries
B. A stored set of actions that automate tasks
C. A method for importing data
D. A way to design reports
B. A stored set of actions that automate tasks. Macros allow you to perform repetitive actions with a single click.
Question 77: Which of the following tasks can be automated using a macro?
A. Opening a form
B. Printing a report
C. Applying a filter
D. All of the above
D. All of the above. Macros can automate a wide variety of tasks in Access.
Question 78: What is the Macro Builder in Access?
A. A tool for creating and editing macros
B. A way to design queries
C. A method for importing data
D. A tool for creating forms
A. A tool for creating and editing macros. The Macro Builder provides a visual interface for building macros.
Question 79: What is an “action” in a macro?
A. A single step or command within a macro
B. A way to define relationships between tables
C. A method for exporting data
D. A tool for creating reports
A. A single step or command within a macro. Each action performs a specific operation, such as opening a form or applying a filter.
Question 80: What is VBA in Access?
A. A query language
B. A programming language for adding advanced functionality and automation
C. A method for creating tables
D. A tool for designing reports
B. A programming language for adding advanced functionality and automation. VBA provides more flexibility and control than macros.
Question 81: What is the VBA editor in Access?
A. A tool for writing and editing VBA code
B. A way to design queries
C. A method for importing data
D. A tool for creating forms
A. A tool for writing and editing VBA code. The VBA editor provides a dedicated environment for developing VBA code.
Question 82: What is a “procedure” in VBA?
A. A block of code that performs a specific task
B. A way to define relationships between tables
C. A method for exporting data
D. A tool for creating reports
A. A block of code that performs a specific task. Procedures can be called from other parts of your code to execute a set of instructions.
Question 83: What is the purpose of the “Debug” menu in the VBA editor?
A. To create visually appealing forms
B. To find and fix errors in your VBA code
C. To define relationships between tables
D. To import data
B. To find and fix errors in your VBA code. The Debug menu provides tools for stepping through code, setting breakpoints, and examining variables.
Question 84: What is the purpose of the “Immediate” window in the VBA editor?
A. To execute VBA code directly and see the results immediately
B. To design queries
C. To create tables
D. To generate reports
A. To execute VBA code directly and see the results immediately. The Immediate window is a useful tool for testing code snippets and debugging.
Question 85: Which of the following is an advantage of using VBA over macros in Access?
A. VBA offers more control and flexibility
B. VBA can handle more complex tasks
C. VBA allows for error handling
D. All of the above
D. All of the above. VBA is generally more powerful and versatile than macros.
Question 86: What is the purpose of importing data in Access?
A. To bring data from external sources into your Access database
B. To create queries
C. To design forms
D. To generate reports
A. To bring data from external sources into your Access database. This allows you to work with data from various sources in Access.
Question 87: Which of the following file types can be imported into Access?
A. Excel spreadsheets (.xls, .xlsx)
B. Text files (.txt, .csv)
C. XML files (.xml)
D. All of the above
D. All of the above. Access supports importing data from a wide range of file formats.
Question 88: What is the difference between importing and linking data in Access?
A. Importing creates a copy of the data in your database, while linking maintains a connection to the original data source
B. Importing is used for Excel files, while linking is used for text files
C. Importing is faster than linking
D. There is no difference
A. Importing creates a copy of the data in your database, while linking maintains a connection to the original data source. Linking allows you to work with data that resides outside of your Access database.
Question 89: What is the purpose of exporting data in Access?
A. To send data from your Access database to another application or file format
B. To create queries
C. To design forms
D. To generate reports
A. To send data from your Access database to another application or file format. This allows you to share data with others or use it in different applications.
Question 90: Which of the following file types can be exported from Access?
A. Excel spreadsheets (.xls, .xlsx)
B. Text files (.txt, .csv)
C. PDF files (.pdf)
D. All of the above
D. All of the above. Access allows you to export data to various file formats.
Question 91: What is the purpose of database security in Access?
A. To prevent unauthorized access and protect sensitive data
B. To create user-friendly forms
C. To generate reports
D. To perform calculations
A. To prevent unauthorized access and protect sensitive data. Database security measures help ensure data confidentiality and integrity.
Question 92: What is a user account in Access?
A. A way to define relationships between tables
B. A method for importing data
C. A profile that defines a user’s permissions and access levels within a database
D. A tool for creating reports
C. A profile that defines a user’s permissions and access levels within a database. User accounts allow you to control who can access and modify your database.
Question 93: What is the purpose of setting user permissions in Access?
A. To restrict users’ access to specific objects or actions within a database
B. To create queries
C. To design forms
D. To generate reports
A. To restrict users’ access to specific objects or actions within a database. Permissions help you control what users can do with your data.
Question 94: What is database encryption in Access?
A. A technique for compressing data
B. A method for backing up data
C. A process of encoding data to make it unreadable without a password
D. A way to create reports
C. A process of encoding data to make it unreadable without a password. Encryption helps protect confidential information.
Question 95: What is the purpose of a password in Access?
A. To authenticate users and control access to a database
B. To create queries
C. To design forms
D. To generate reports
A. To authenticate users and control access to a database. Passwords are a basic security measure to prevent unauthorized access.
Question 96: What is the “Workgroup Information File” in Access?
A. A file that stores user account information and security settings
B. A way to define relationships between tables
C. A method for importing data
D. A tool for creating reports
A. A file that stores user account information and security settings. This file helps manage security for a shared database.
Question 97: What is the purpose of the “Trust Center” in Access?
A. To manage security and privacy settings for your Access databases
B. To create queries
C. To design forms
D. To generate reports
A. To manage security and privacy settings for your Access databases. The Trust Center provides options for controlling macros, VBA code, and other security features.
Question 98: What is a digital signature in Access?
A. A way to encrypt a database
B. An electronic verification that confirms the authenticity and integrity of a database or VBA code
C. A method for backing up data
D. A tool for creating forms
B. An electronic verification that confirms the authenticity and integrity of a database or VBA code. Digital signatures help ensure that the database or code has not been tampered with.
Question 99: What is the purpose of the “Database Splitter” tool in Access?
A. To divide a database into two files: one for data and one for application elements (forms, reports, etc.)
B. To create queries
C. To design forms
D. To generate reports
A. To divide a database into two files: one for data and one for application elements (forms, reports, etc.). This can improve performance and security for shared databases.
Question 100: Which of the following is a best practice for database security?
A. Use strong passwords
B. Regularly back up your data
C. Set appropriate user permissions
D. All of the above
D. All of the above. Implementing multiple security measures helps protect your data and prevent unauthorized access.