Introduction To Database Management Using Openoffice Base: A. Multiple Choice Questions
Introduction To Database Management Using Openoffice Base: A. Multiple Choice Questions
3
Introduction to Database Management Using
OpenOffice Base
A. Multiple choice questions:
1. OpenOffice Base is a _______________ package.
a. Word Processor b. Spreadsheet c. Graphics d. Database
Ans. d. Database
2. Which among the following is not possible in DBMS?
a. The ability to update and retrieve data. b. Recovery of data
c. Support concurrent updates d. Create different charts.
Ans. d. Create different charts.
3. Which among the following is used to uniquely identify a record?
a. Primary Key b. Candidate Key c. Alternate Key d. Degree Key
Ans. a. Primary Key
4. The candidate key that do not form the primary key is called the _____________ key
a. Primary Key b. Candidate Key c. Alternate Key d. Degree Key
Ans. c. Alternate Key
5. The DBMS that forms the part of OpenOffice package is:
a. OpenOffice Writer b. OpenOffice Calc c. OpenOffice Impress d. OpenOffice Base
Ans. d. OpenOffice Base
6. Which of the following is the extension of OpenOffice database?
a. .base b. .dbms c. .odb d. .dbf
Ans. c. .odb
7. It is the left pane of OpenOffice window is called the ________________:
a. Objects Pane b. Database Pane
c. OpenOffice Writer Main window d. Forms Pane
Ans. b. Database Pane
8. Which of the following object cannot be created in the Database Pane?
a. Tables b. Forms c. Queries d. Fields
Ans. d. Fields
9. Name the object of a database that gives a windowed interface that you can create to manage or
manipulate data in a table or group of tables.
a. Tables b. Forms c. Queries d. Reports
Ans. b. Forms
17
10. Which among the following is true for registered database?
a. It allows the database to be a data source for other OpenOffice packages.
b. It does not allow the database to be modified after creation.
c. It does not allow report to be created.
d. It does not allow queries to be created.
Ans. a. It allows the database to be a data source for other OpenOffice packages.
B. Fill in the blanks:
1. A Table is a collection of data arranged in the form of row and column.
2. The number of columns present in the table is called its degree.
3. More than one field which is eligible to form the primary key are called candidate keys.
4. Reports are objects in a database that is used to display data in a printable format from a table or a query.
5. Queries are statements that you can use to filter out relevant data according to your need from a table.
6. The Primary key uniquely identifies a record in a table.
7. The Record is a row of data in a table.
8. The Field is a column of data in a table.
9. The extension of an OpenOffice Base files is .odb
10. The Task Pane shows what may be done for the corresponding selected object from the Database Pane.
C. State whether the following statements are true or false:
1. The number of records in a table is called its degree. [True]
2. The Database Wizard helps you in creating a database in OpenOffice Base. [True]
3. It is not possible to open an existing database using the Database Wizard. [False]
4. Several databases collectively forms a table in a DBMS. [False]
5. The Task Pane of the OpenOffice window is used to show what may be done for the corresponding
selected object from the Database Pane. [True]
6. Registering a database ensures that the data is available to other OpenOffice packages. [True]
7. Data arranged in row is called a field. [False]
8. The extension of a database file is .odx. [False]
9. Alternate keys are the fields that form the primary keys. [False]
10. The Cardinal number of a table is the number of fields in the table. [False]
D. Answer the following questions:
1. What is a Database?
Ans. A Database refers to collection of data stored in an organized manner, which may be used
structurally to provide you with information.
2. What is a DBMS? Give few examples of DBMS.
Ans. A Database Management System (DBMS) is a software package that enables you to store,
modify and extract information from a database.
Examples: OpenOffice Base, MySql, Microsoft Access, etc.
18
3. State the difference between a record and a field in a table.
Ans. Each row in a table is called a record (or tuple), which contains data interrelated to each
other.
The data content of a table represented by the column is called the field or attribute.
4. What is a table?
Ans. A Table is a collection of tabular data organized in the form of rows and columns.
5. “There may be more than one field which can collectively form the primary key” Illustrate with an
example.
Ans. For example, look at the following Student Table:
19
E. Application-based questions:
1. St. Lawrence school Amethi thought of computerizing the school into a database and has
thought of segregating the data into the following tables:
20
Alternate Key: (Class, Section, Roll)
d. A bank stores the details of its customers in a table called Accounts.
21