G-9 - Computer Topic-1 Notes
G-9 - Computer Topic-1 Notes
Topic -1 Notes
Subject: Computer Class: IX
1. What is a Database?
Ans. The Database management system (DBMS) helps to produce quick answers
to database queries thus making data access faster and more accurate. For
example, to read or update the data and Faster data Access.
4. What is Table in MS Access?
Ans. Table is an object that is used to define and store data. When you create a
new table, Access asks you to define fields which is also known as column
headings. Each field must have a unique name, and data type.
5. What are data type in MS Access?
Ans. Data types are the building blocks of databases. A field's data type not only
influences other important characteristics of that field, such as field size, but also
how the field is used throughout the database, such as in objects, calculations,
expressions, and so forth.
7. What is Forms in MS Access?
Ans. A form in Access is a database object that you can use to create a user
interface for a database application. A "bound" form is one that is directly
connected to a data source such as a table or query, and can be used to enter,
edit, or display data from that data source.
8. What is query in MS Access?
Ans. A query can either be a request for data results from your database or
for action on the data, or for both. A query can give you an answer to a simple
1
question, perform calculations, combine data from different tables, add, change,
or delete data from a database.
7. What is a Report in MS Access?
Ans. A report is a database object that comes in handy when you want to present
the information in your database for any of the following uses: Display or
distribute a summary of data. Archive snapshots of the data. Provide details
about individual records. Create labels.
True or False.