Full width home advertisement

Grade 10 Revision

Post Page Advertisement [Top]

MS-ACCESS THEORETICAL QUESTIONS


1)      What is database? Give two examples.
Ans:Database is a collection of related and organized information that can be used for different purpose.
Two examples of database are:
i) Dictionary
ii) Telephone Directory
2)      State the advantages of managing database information in access.
Ans:The advantages of managing database information in access are:
i) It controls data redundancy which means duplication of data.
ii) It allows sharing the existing data by different programs.
iii) It maintains accurate data.
iv) Information retrieval is easier and faster.
3)      Differentiate between database and database management system
Ans:
Database
Database Management System
i)     Database is a collection of related and organized information that can be used for different purposes
i)       DBMS is software which is used to manage data in an organized way.
ii)    E.g.: Telephone directory, Dictionary, etc.
iii)   E.g.: MS-Access, Oracle

4)      Differentiate between computerized and non-computerized database.
Ans:
Computerized
Non-Computerized
i)      It can store large volume of data.
i) It is limited by physical storage available.
ii)    It is very fast to find a specific record.
ii) It can take a while to manually search through all of the records.
iii) Data can be sorted into ascending or descending order on multiple criteria.
iii) Difficult to sort data on more than one criteria
iv) The database can be kept secure by use of passwords.
iv) The only security would be locking up the records.

5)      What is data? Write with examples.
Ans:Data can be numbers, letters or symbols representing facts and figures which may or may not give any sense.
E.g.: Ram, student, 20, etc.
6)      Differentiate between data and information.
Ans:
Data
Information
i) Data can be numbers, letters or symbols representing facts and figures which may or may not give any sense.
i) Information is an organized collection of related data which gives a complete sense.
ii) E.g.: Ram, student, 20, etc.
ii) E.g.: Ram is a student. He is 20 years old., etc.
7)      What is MS-Access?
Ans:MS-Access is a relational database management system developed by Microsoft Corporation which is used to store and manipulates large volume of data in the form of table.
8)      Define DBMS with example.
Ans:DBMS is a software which is used to manage data in an organized way.
E.g.: MS-Access, Oracle, etc.
9)      11. Define RDBMS with example.
Ans: It is a database management system that is based on the relation model in which data is stored in the form of tables and the relationship among the data is also stored in the form of tables.
E.g.: SQL, MS-Access, Oracle, etc.
10)   List any four featured of DBMS.
Ans: The four features of DBMS are:
i) It controls data redundancy which means duplication of data.
ii) It allows sharing the existing database by different programs.
iii) It maintains accurate database.
iv) Information retrieval is faster and easier.
11)    List any four features of MS-Access?
Ans: The four features of MS-Access are:
i) It provides the flexible ways to add, edit, delete and display the related data.
ii) Queries help to view, change and analyse the data indifferent ways.
iii) Forms are used for viewing and editing the information.
iv) Reports are used for summarizing and printing the data.
12)   Define the term of input mask and relationship.
Ans:
Input mask: It is a field property that controls the value of a record and sets in a specific format.
Relationship: It is an association among several entities(table).
13)   What is caption?
Ans: Caption is a field property which displays an alternate name for the field to make the field name more explanatory. It can contain up to 2048 characters. 
14)   What are the different objects of MS-Access?
Ans: The different objects of MS-Access are:
i)Table
ii)Form
iii)Query
iv)Report
15)   What is data type?
Ans: It is an attribute for a field that determines what type of data it can contain.
16)   Write any four data types of MS-Access.
Ans: Any four data types of MS-Access are:
i)Text
ii)Number
iii)Memo
iv)Currency
17)   List any four types of field properties used by MS-Access.
Ans: The four types of field properties of MS-Access are:
i)Caption
ii)Format
iii)Validation rule
iv)Input mask
18)   What is validation rule? Define validation text.
Ans:
Validation rule: A field property which enables to limit values that can be accepted into a field is known as validation rule.
Validation text: A field property which allows type text to be displayed if the user input value is prohibited by the validation rule is known as validation text.

19)   Differentiate between text and memo.
Ans:
Text
Memo
i) It is used for storing text or combination of text and numbers.
i) It is used for storing lengthy text and numbers.
ii) It can store up to 2055 characters.
ii) It can store up to 65,535 characters.
20)   What is field size? What is the use of ‘Format’ field property?
Ans: Field size is a field property that specifies the maximum number of characters allowed in the field.
The use of ‘Format’ field property is to display data in a different format.
21)   Write down the use of Lookup Wizard and Hyperlink data types.
Ans: The use of Lookup Wizard is that it creates a field that allows choosing a value from another table or from a list of values by using a list box or combo box.
The use of Hyperlink is that it stores hyper like addresses like email addresses, websites, database objects or other field.
22)   Define indexing.
Ans: Indexing is one of the important properties of database that speed up searching and storing of records using on the field.
23)   Define relationship with its types.
Ans: Relationship is an association among several entities (table).
Its types are:
i)One to one relationship
ii)One to many relationship
iii)Many to many relationship
24)   What is referential integrity?
Ans: Referential integrity is a set of rules used by RDBMS to make sure that the relationships between tables are valid and that the related data is not accidentally changed or deleted.
25)   Define field.
Ans: A column in a table is called field, and it contains a specific piece of information within a record.
26)   Differentiate between field and record.
Ans:
Field
Record
i) A column in a table is called field, and it contains a specific piece of information within a record.
i) Record is a collection of multiple related fields in a row which gives complete information about a person or thing.
ii) E.g.: Name, Address, Telephone
ii)E.g.: Ram Chabahil 4468790
27)   While designing table structure which data types are suitable to store information about teacher’s name, address, salary and date of birth.
Ans:
Teacher’s name - Text
Address – Text
Salary – Currency
Date of birth – Date/Time
28)   What happens when we enter text in a numeric field?
Ans: If we enter text in a numeric field then it displays the errors.
29)   What is Primary key? Why is it needed?
Ans: Primary key is a field that uniquely identifies the record. It is needed because it neither accepts duplicate values now null values.
30)   Write any two uses of Primary key?
Ans: The uses of Primary key are:
i) To reduce and control duplication of record in a table.
ii) To set the relationship between tables.
31)   What is composite and foreign key?
Ans: The group of primary key that consists of two or more attributes is called composite key.
Foreign key is a unique field or combination of fields in linked table whose value matches with a primary key in another table.
32)   Define sorting and filtering in MS-Access
Ans: Sorting means grouping all the records in a table either in ascending or descending order based on a key field of the record
Filtering is an option that selects the required records and displays the result.
33)   How is sorting different from filtering?
Ans: Sorting arranges the record either in ascending or descending order whereas filtering selects the required records and displays the result.
34)   What are the advantages of sorting?
Ans: The advantages of sorting are:
i) It helps to find specific information quickly.
ii) It helps to arrange data in alphabetical order.
35)   What are the advantages of form over table?
Ans: The advantages of form over a table are:
i) It allows to design the layout of field on screen in any arrangement.
ii) It shows only the information we want to see.
iii) It can display one complete record at a time.
36)   How can data redundancy be controlled in MS-Access?
Ans: Data redundancy can be controlled in MS-Access by the use of “Primary Key”.
37)   Define table. Write different ways to create a table.
Ans: Table is an object of database that stores large volume of data in the form of rows and columns.
The different ways to create table are:
i) Using design view
ii) Using wizard
38)   What is form? Mention the methods to create a form
Ans: Form is an object of database which provides graphical interface to enter data into the tables or multiple linked tables.
Methods to create a form are:
i) By using auto forms features.
ii) By using the form wizard features.
iii) By using your own in design view.
39)   What are the different controls used in form?
Ans: The different controls used in form are text box, combo box, list box, check box, label, command bottom, tab control, etc.
40)   Define query. Mention different types of query.
Ans: Query is an object of a database which extracts and arranges information from a table.
The different types of query are:
i) Select query
ii) Action query
In action query, we have update query, append query, delete query and make-table query.
41)   What are the advantages of query?
Ans: The advantages of query are:
i) We can filer, perform calculations and summarize data.
ii) Large volume of records can be updated or deleted at a same time.
iii) It retrieves and display records including some fields or all the fields of a table or multiple linked tables.
42)   What are the purposes of query in MS-Access?
Ans: The purpose of query in MS-Access are:
i) To view records including some fields or all the fields of a table or multiple linked tables.
ii) To perform mathematical calculation of a data.
iii) To sort the records on the basis of one or more key fields.
iv) To perform mass update, delete or append new records to a table.
43)    What is select query? For what it can be used?
Ans: A select query is the most common categories and is used for extracting specific information from one or more tables in a database.
We use select query to group records and calculate sums, counts and average, minimum and maximum.
44)   What is update query?
Ans: Update query is a type of action query which make global changes in data of a table or more linked tables.
45)   Write the append query?
Ans: The use of append query is to add a group of records from one or more tables to the end of one or more tables.
46)   Differentiate between select query and action query.
Ans:
Select query
Action query
i) It is a query which extracts specific information from one or more tables.
i) It is a query which makes changes to many records in just one operation.
ii) It cannot make changes in tales.
ii) It can do changes in tables by update, append.
47)   What is report? List any two methods to create report.
Ans: Report is an object of database which displays the output in an effective way to present the data in a printed format.
The methods are:
i) Using design view
ii) Using report wizard
48)   What is the importance of report?
Ans: The importance of report are:
i) It displays the information the way we want to view it.
ii) It presents the information retrieved through queries or tables.
iii) It presents the information in designed layouts by adding necessary titles, setting font colour or font size, etc.
49)   Why is report created?
Ans: Report is created to print documents according to users specifications of the summarized information through query or table.
50)   What is the data source for report?
Ans: The data sources for report are table and query.
51)   Differentiate between form and report.
Ans: 
Forms
Report
i) Forms are used to enter, view, and edit information.
i) Reports are used only to view information.
ii) Forms are usually displayed on the screen.
ii) Reports can be previewed on the screen, but they are usually printed.
iii) Forms generally provide a detailed took at records and usually for the people who actually work with the database.
iii) Reports are often used to group and summarize data, and are often for the people who don’t work with the database but who use its information for other business task.


No comments:

Post a Comment

Bottom Ad [Post Page]