Chapter 10 - 12 MCQ
Chapter 10 - 12 MCQ
(a) Redundancy
(b) Inconsistency
3.Which of the following is required to set a relationship between the two tables?
4.If a record is added in a master table, which of the following is NOT true for transaction table.
(a) The record in the master table is called the master record
(b) The corresponding record in transaction table can only be entered once.
(c) The record in the transaction table is called the transaction record.
5.Which type of relationship exists between a student and the subjects studied by him/her?
(a) One-to-one
(b) One-to-many
(c) Many-to-many
(a) Edit
(b) File
(c) Tools
(d) View
8.The list of tables to be added is displayed in the dialog box in the Relationship Screen.
9.In the relationship design screen, the relationship between the two tables is done using
_______operation.
(a) Click
(b) Double Click
(c) Drag and Drop
(d) Right click
10.Which of the following is NOT an option that can be used to maintain referential integrity in
a database?
(a) No Action
(b) Set NULL
(c) Set Default
(d) Set Value
2. The most important prerequisite for setting a relationship between the two tables is
that there must be a common field between them.
3. In one to one relationship, one specific record of a master table has one and only one
corresponding record in the transaction table.
4. one to many is one of the most common types of relationship between the tables in a
database.
5. A record being entered in a transaction table must always exist in a master table.
6. The principle of referential integrity helps prevent missing data by keeping deleted data
from getting out of synch.
7. Creating relationship between tables restricts the user from entering invalid data in the
referenced fields.
10. The Relatioship design window is used to set relationships between the tables.
Chapter 11: Queries in Base
A. Multiple choice questions
(a) Report
(b) Table
(c) Query
(d) Database
(a) Wizard
(c) SQL
(a) Wizard
(a) One
(b) Two
(c) Three
(d) Four
(a) F3
(b) F4
(c) F5
(d) F6
7. Which of the following functions can be performed on numerical data while designing a
query?
(a) Sum
(b) Minimum
(c) Maximum
8. In a Query Design wizard, which of the following buttons is clicked to move a field from
‘Available fields’ list box to ‘Fields in the query‘ list box?
(a) >
(b) < 9
(c) V
(d) ^
9. Which of the following relational operators can be applied to set the criterion while
designing a query in LibreOffice Base?
(a) >
(b) =
(c) !=
10. Which of the following dialog box is present when the Query Design window is opened
for the first time to design a query?
(c) Summarizing
7. A query can be used to display the average value of a numerical field. Ans:-True
8. While designing a query, the criterion can be set on only one field. Ans:-False
10. In query Design window, the visible check box is selected by default. Ans:True
11. A query once created using a wizard can only be edited in the Design view. Ans:-True
2. The result of the query is displayed in report form with field names in columns
6. The conditions to filter the records are set in the criterion row.
7. When a table is selected in a Query wizard, the corresponding fields are displayed in the
available fields list box.
8. The result of the query can be displayed in ascending or descending order of any
particular field of the table.
9. At the most three search conditions can be given in the query wizard.
10. The last step of the Query wizard displays the entire overview of the query.
12. To edit any query, right click on the Query icon of the query that has to be edited.
13. In the Alias row of the Query Design grid, we can type the column heading that will be
displayed instead of field name when we run the query.
(a) Alt
(b) Shift
(c) Ctrl
(d) Tab
5. Which of the following properties in the Properties: Label Field text box is used to insert
a tool-tip on the form?
6. Which of the following objects of LibreOffice Base is used to display data retrieved from
one or more tables in a presentable manner?
(a) Query
(b) Form
(c) Report
(d) Panel
7. Which of the following values of Date Format property is selected to view a calendar on
the form?
(c) Default
8. Which of the following commands on the Forms Control toolbar is used to toggle
between Design View and Form view?
(a) Tables
(b) Queries
10. Which of the following components open along with the Report Wizard?
7. The Record toolbar has the button to add a new record. Ans:-True
11. A report can have data only in row and column format. Ans:-False
12. We can insert both date and time of generation of report. Ans:-True
3. A label is a piece of text that specifies the data that should be entered in the
field value text box.
5. A tool tip is a small piece of text that is displayed when the mouse pointer is
placed on a particular control on the form.
7. A Layout is the manner in which the labels, field values, titles etc. will be
displayed in the report.
8. The option to insert date and time in the report is present in insert menu.
10. A dynamic type of report changes automatically as the field values in the base
table or query change.