Summer Holiday Assignment - G10
Summer Holiday Assignment - G10
Note: Take a print of pages 1-8 and mark the answers in the print out itself.
Perform the practicals and submit as a hard copy.. Submission date – September 1st
Session- 1:
1. Which of the following can be considered as an example of a database?
(a) Dictionary
(b) Telephone directory
(c) Marks Register
(d) Newspaper
2. Which of the following is NOT a DBMS?
(a) MS Access
(b) Open Office Base
(c) MS Excel
(d) MySQL
3. DBMS stands for ______________________.
(a) Data and Books Management System
(b) Database Management System
(c) Duplicate Books Management System
(d) Data Management Multi System
4. Which of the following data models sets a relation between
the two or more tables?
(a) Relational Data Model
(b) Network Data Model
(c) Hierarchical Data Model
(d) Connection Data Model
5. The details associated with an entity are called
____________.
(a) Table
(b) Attributes
(c) Records
(d) Primary key
6. A __________ is represented as rows in a table.
(a) field
(b) attribute
(c) record
(d) candidate key
7. In which of the following forms can a data value be
represented?
(a) Numeric
(b) Character
(c) Alphanumeric
(d) All of the above
8. Which of the following uniquely identifies a row in a table?
(a) Primary key
(b) Alternate key
(c) Foreign key
(d) Candidate key
9. A ___________is a feature of a database using which we can
enter data in a table in an easy and user-friendly manner.
(a) query
(b) report
(c) form
(d) field
10. A _____________ is a question asked from a database.
(a) query
(b) report
(c) form
(d) field
B. State whether the following statements are True or False
1. A database cannot be organised.
2. Data is the collection of raw facts.
3. A table can be created without a primary key.
4. Two tables can be related in a network data model.
5. MS Access is an example of a database.
C. Fill in the blanks
1. The raw facts constitutes _____________.
2. An _____________ is a real-world object about which information is to be stored in a database
3. The output of a query may be displayed in the form of ________.
4. The data values for all the fields related to a person or object is called a _________.
5. All the field values that are eligible to be the primary key are the ___________ keys for that
table.
Session- 2:
2. A currency data type can only store monetary data that is in dollars.
(a) True
(b) False
(c) Neither a nor b
(d) Both a and b
3. Which of the following data can a date data type store?
(a) Date
(b) Time
(c) Both date and time
(d) Neither date nor time
6. The related objects of a database can be seen in ____________ pane of the Base Database
window.
(a) Database
(b) Task
(c) Title Bar
(d) Menu Bar
8. The Design view of Table Creation window in LibreOffice Base is divided into ______
sections or panes.
(a) 2
(b) 3
(c) 4
(d) 5
9. While entering records in a table, we can move to the next field by pressing the _________
key.
(a) Tab
(b) Ctrl
(c) Enter
(d) Shift
10. Which of the following is true about the primary key of a table?
(a) Every table must have a primary key
(b) The data values in primary key field cannot be
duplicated.
(c) A primary key field cannot be left blank
(d) All of the above
State whether the following statements are True or False
1. The text data can contain special characters.
3. A Boolean data type can have two or more than two values.
10. Sort dialog box can only help to sort data in ascending order.
Session 3:
1. Which of the following actions can be performed once the tables are created in a
database?
(a) Add a field in a table
(b) Rename a table
(c) Delete a table
(d) All of the above
2. Which of the following is checked by a DBMS?
(a) Redundancy
(b) Inconsistency
(c) Both (a) and (b)
(d) Neither (a) nor (b)
3. Which of the following is required to establish a relationship between the two tables?
(a) Both the tables must be in different databases
(b) Both the tables must have a common field
(c) Both the tables must have the same name
(d) Both tables must be stored in the documents folder only.
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 the transaction table can only be entered once.
(c) The record in the transaction table is called the transaction record.
(d) It is possible to add a record in the master table
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
(d) All of the above
6. Consider the following tables. Which type of relationship can be established between the
two tables?
(a) One-to-one
(b) One-to-many
(c) Many-to-many
(d) None of the above
8. The list of tables to be added is displayed in the __________ dialog box in the Relationship
Screen.
(a) Add Tables
(b) Add Databases
(c) Both (a) and (b)
(a) Neither (a) nor (b)
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
4. Which of the following keys is pressed to select only textbox on the form?
(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
tooltip on the form?
(a) Tool Text
(b) Help Text
(c) Tool Tip
(d) Help Tip
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?
(a) Standard (short)
(b) Standard (long)
(c) Default
(d) Standard (Medium)
8. Which of the following commands on the Forms Control toolbar is used to toggle between
Design View and Form view?
(a) Design Mode
(b) Toggle Mode
(c) View Mode
(d) Print mode
10. Which of the following components open along with the Report Wizard?
(a) Report Builder
(b) Add Fields dialog box
(c) Both (a) and (b)
(d) Neither (a) nor (b)
2. Create a form for data entry of Resident Details and Maintenance Dues
table. Also create a report based on the query created above.