0% found this document useful (0 votes)
370 views6 pages

MS Access Two Mark Q&A Guide

MS Access is a relational database management system (RDBMS) developed by Microsoft that runs on Windows. It allows users to create and manage databases and includes features like tables, queries, forms, reports, and macros. Databases in Access use the file extension .MDB and can include tables, fields, records, keys, and relationships to organize data. Queries retrieve specific data from tables, forms facilitate data entry and display, and reports summarize and print data. Macros automate tasks like printing reports. Controls like text boxes and buttons are used in forms. Filters help display only relevant records.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Topics covered

  • Filters,
  • Sub-forms,
  • Data Entry,
  • Database Macros,
  • Primary Key,
  • Data Structure,
  • Database Modules,
  • Database Objects,
  • Database Relationships,
  • Modules
0% found this document useful (0 votes)
370 views6 pages

MS Access Two Mark Q&A Guide

MS Access is a relational database management system (RDBMS) developed by Microsoft that runs on Windows. It allows users to create and manage databases and includes features like tables, queries, forms, reports, and macros. Databases in Access use the file extension .MDB and can include tables, fields, records, keys, and relationships to organize data. Queries retrieve specific data from tables, forms facilitate data entry and display, and reports summarize and print data. Macros automate tasks like printing reports. Controls like text boxes and buttons are used in forms. Filters help display only relevant records.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Topics covered

  • Filters,
  • Sub-forms,
  • Data Entry,
  • Database Macros,
  • Primary Key,
  • Data Structure,
  • Database Modules,
  • Database Objects,
  • Database Relationships,
  • Modules

MS ACCESS

TWO MARK QUESTIONS WITH ANSWERS


1. What is Database Management System (DBMS)?
The computer Software to manage, maintain database as well as view update and retrieve
data is called database management system.
2. List some database applications.
Some of the popular database management systems are: Oracle, Sybase, MS Access, MS
SQL Server, Paradox, DB/2, Dbase, FoxPro, MySql, etc.
3. What is MS - Access?
MS - Access is a RDBMS (Relational Database Management System) application
developed by Microsoft Inc. that runs on Windows operating System.
4. What is Database?
A database is an organization of data related to a particular subject or purpose so that the
data can be retrieved or processed.
5. What is the extension of Access database file?
The extension of MS - Access data file is MDB.
6. What is relational database?
A database with tables related to each other on a common field to facilitate the data
retrieval from multiple tables is known as relational database.
7. What is a key field?
A common field on which two tables are linked is known as key field.
8. What is primary key?
A primary key is a rule which ensures that unique data is entered for the field and the field
is not left blank. This is the field that would identify a record uniquely in table.

9. What are the elements of a database?


The major six elements of a database are Tables, Queries, Form, Reports, Macros and
Modules.
10. What is a table?
A table is a collection of data about a specific topic such as products, students or suppliers.
A table organizes data into columns (fields) and rows (records or tuples).
11. What is a field?
A field in a database is a piece of information about a subject. Each field is a arranged as a
column in table.
12. What is a record?
A record is complete information about a subject. A record is a collection of fields and
presented as a row in a table of database.
13. What is a query?
A query is a question about data in database. It results a set of data from database that can
be used as a source of records for reports and forms.
14. What is a form?
Entering and viewing data directly on the database table is not always convenient. So, a
form is created to facilitate easy entering data and created that retrieve records from a single table
or from multiple tables.
15. What is a report?
A report is an object in MS - Access that is used to view and print data. Though a Report is
similar to a form; its specialty lies in special features like help to summarize data.

16. What are the differences between a form and a report?


Forms are primarily us ed to edit overview data whereas reports are used primarily to print
or view data. In a form your usually navigate from one record to another, whereas in reports
summarized data are possible to present.
17. What is a macro?
A macro is an object in MS - Access that is used to execute one or more database
commands automatically. Macros are useful in tasks such as printing month - end reports, adding
new record to a table, printing letters to customers periodically.
18. What is a module?
A module object in Access is a program written using VBA (Visual Basic for Application)
to automate and customize database function.
19. What are the different Number field types in Access?
The different number field types are: Byte, Integer, Long Integer, Single and Double.
20. What do you mean by data processing?
Data processing is the technique of sorting relating, interpreting and computing item of
data in order to provide useful and meaningful information.
21. What are the ten field types in Access?
The ten different field types in Access are: Text, Memo, Number, D, Date/Time, Currency,
Auto Number, Yes/No, OLE Object, Hyperlink and Lookup Wizard.
22. What are the objects of Access Database?
The objects of Access Database are:
Modules.

Tables, Forms, Reports, Queries, Macros and

23. What is the meaning of following field properties?


Field Size, Format, Input Mask, Caption, Decimal Places, Default Value, Validation Rule,
Validation Text, Required, Allow Zero Length, Indexed. Field properties and their meaning are
described below:
Field Size: Maximum number of character or value you can enter in field
Format: Format for the field. It gives the layout for the field.
Input Mask: A way or pattern of data to be entered.
Caption: The label for the field
Decimal Places: The number of digits to the right of decimal place.
Default Value: The value automatically entered for the new record.
Validation Rule: An expression that limit the value to be entered in the field.
Validation Text: The message to be displayed while user violates the rule when entering
data.
Required: The data should be entered the field can't be left blank.
Allow Zero Length: Permits zero length of string
Indexed: The field is to be indexed. Indexing speeds up the searching & sorting
24. What is datasheet view?
Datasheet view is a window that displays data from a table or query in row and column
format where you can edit fields, add, delete data as well as search for data.
25. What is a sub-form?
A sub form is a form contained within another form or a report. This feature is useful to
represent one-to-many relationship between tables. In the form we can show the data of the
Master table and at the same time in a second form we can show related data from the transaction
table.
26. What do you mean by filter?
Filter is the process of hiding all unnecessary records or displays only the records that
satisfy the criteria specified.

27. What are the different ways to add a table in Access database?
There are three different ways you can add a table in Access database. They are: Datasheet
View, Design View and Table Wizard.
Datasheet View: In datasheet view you can enter the field names and records as in Excel
sheet. Access defines correct field types and sizes based upon the data you enter for the field. A
table is added when you save the datasheet.
Design View: In design view you will specify the field name, data type and various
required options for the field. A table is added when you save the design.
Table Wizard: Table wizard provides you sample tables and sample fields from which you
can select the required fields. After completing the wizard a table is added in database.
28. What is the use of Validation Rule property of a field?
Validation rule property allows specifying what validation must be made for the data
entered in the field. If anything is specified in the validation rule property, only the data that
satisfies the condition specified can be entered, all other data is rejected.
29. What is an AutoForm?
AutoForm is a wizard in Access that creates the specified type of form from selected table
or query. To create an AutoForm, Select the Forms tab and click on new button.
30. What are the three different forms of auto forms?
The three different types of auto forms are:

Columnar

Tabular

Datasheet

31. What are controls? How to use them? Give examples for control.
Controls are objects that can be placed in a form. Different controls are available in the
Tool Box. After selecting the control in the toolbox it can be placed on the forms. After placing
the control we can set its properties to serve our request. Examples for controls are, textbox, label,
List Box, Check Box, Option Buttons etc.
32. What are the different options that you can use to filter records?
The various options available to filter records are:
Filter by Form
Filter by Selection
Filter for Input
Advanced Filter/Sorting
33. Explain Query.
Queries are used to retrieve and display specific records in a table. They can also be
used to display specific fields of specific records, which meet the condition specified. A query
displays a subset of all or specific fields and records in a table. When a change is made to
the data, which is displayed by the query, this change is reflected in the table also. Because of this
dynamic relationship between the query and the tables, the subset of the data displayed by the
query is called a Dynaset.
34. What is a macro?
A macro is a set of instructions, which can be executed repeatedly. it is useful for
automating certain routine tasks like printing reports etc. The macro once created can be
executed from buttons or any other controls.

Common questions

Powered by AI

Forms in MS Access are primarily used to edit and input data, allowing users to navigate through records individually, whereas reports are used to summarize, print, or view data in a more static format. This functional difference means forms are interactive and useful for data entry, while reports provide an overview of the data for analysis or presentation purposes .

Queries in MS Access are significant because they allow users to retrieve and display specific records or fields from a table based on set conditions. They maintain a dynamic interaction with the underlying tables because any changes made to the data via a query are directly reflected in the tables, making queries essential for real-time data management and analysis .

Macros in MS Access help automate repetitive tasks by executing a set of instructions automatically. They can automate routine tasks such as printing monthly reports, adding new records to tables, and distributing automated reports or letters to clients, thus enhancing efficiency within the database environment .

The design view in MS Access allows users to specify field names, data types, and set various properties manually, offering detailed control over table structure. In contrast, the datasheet view is more like a spreadsheet, allowing users to enter data directly and have Access automatically define field types. The design view provides more precise control over database structure, crucial for complex databases .

Auto forms in MS Access include columnar, tabular, and datasheet forms, each with distinct layouts that cater to different data presentation needs. Columnar forms are best for detailed, single-record displays; tabular forms effectively show multiple records like a table; and datasheet forms mimic spreadsheet functionality. These variations offer flexibility and efficiency in form creation, allowing developers to quickly generate forms that meet specific presentation requirements .

Sub-forms in MS Access benefit users by allowing them to display data from related tables within a single form, making it easier to view and manage data that represent a one-to-many relationship. However, their complexity can be a limitation for novice users, and improper setup can lead to difficulties in data viewing and management .

MS Access supports relational database capabilities by allowing tables to be related to each other through common fields, known as key fields, which facilitate data retrieval across multiple tables by linking related data points. This relationship ensures that data from different tables can be retrieved in a meaningful way through queries that leverage these fields .

MS Access provides several filtering options, such as Filter by Form, Filter by Selection, and Advanced Filter/Sorting. These options enhance data management efficiency by allowing users to focus on specific data sets that meet their criteria, thus simplifying data analysis and retrieval processes without altering the underlying data .

Primary keys in MS Access ensure data integrity by uniquely identifying each record within a table, preventing duplicate records and ensuring that the field cannot be left blank. This unique identification is crucial for maintaining the consistency and accuracy of data entry, which is fundamental for relational database operations .

Field properties in MS Access, such as Validation Rule, Validation Text, and Field Size, restrict or validate data input by setting conditions that the data must meet to be entered. This is necessary to ensure data validity and consistency, preventing errors and maintaining integrity across the database by ensuring that only appropriate data is entered .

You might also like