Dbms 2
Dbms 2
(a) Memo
(b) Varchar
(c) Float
(d) Char
Ans. (c) Float
Q2. 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
(a) Date
(b) Time
(c) Both date and time
(d) Neither date nor time
Q5. Which of the following methods can be used to create a table in Base?
Q6. 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
(a) Ctrl+ D
(b) Ctrl+O
(c) Ctrl+E
(d) Ctrl+F
Ans. (b) Ctrl+O
Q8. The Design view of Table Creation window in LibreOffice Base is divided
into ___________ sections or panes.
(a) 2
(b) 3
(c) 4
(d) 5
Ans. (a) 2
Q9. 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
3. A Boolean data type can have two or more than two values. False
5. The properties of a field change according to the data type selected. True
6. Field description may or may not be entered while designing a table. True
10. Sort dialog box can only help to sort data in ascending order. False
2. The ____ text ______________ data is a combination of letters, numbers or special characters.
3. __ Text Char(Fix) _________ data type can be used to store Aadhar number.
4. The ____ binary __________ data type used to store digitized images.
6. _____ Tasks Pane ____________ on the Base Interface Window displays information about the
type of view of the object in the database.
7. A _______ Key ________ icon appears before the field name indicating that it is a primary key.
8. The data can be entered in a table only in ____ datasheet ________ view.
9. The black pointing arrow just before the field name in a table is called record pointer _.
10 The process of arranging the records in particular order on any filed is called ___ Sorting __.
Ans.
Memo Varchar
• It is used to store long alphanumeric data. for • It is used to store small alphanumeric
example Summary of a book, review of a data. for example Name, Address etc.
movie etc.
• It can store text data up to 64,000 characters. • It can store text data up to 255
characters.
Ans.
Number Decimal
• It is used to store integers of any length. • It is used to store decimal values.
• for example 457, 342 • for example 23.56, 458.29
Ans.
This view is used to design the structure of the table. This view is used to enter the values in the table.
In this view, we can add or delete the fields In this view, we can add or delete the rows
Q3. Name the menu items present on the Base User Interface.
1. File
2. Edit
3. View
4. Insert
5. Tools
6. Window
7. Help
Q4. Label the components – Title Bar, Database Pane, Tasks Pane, Status Bar of the LibreOffice Base
User Interface.
Ans.
Ans. A Primary key is a field which is unique for each and every record in a table. To make a
particular field as the primary key, place the mouse pointer before the field name, and right click.
A pop up menu appears and Select the Primary Key option. A key icon appears before the field
name indicating that it is a primary key.
Q6. Write steps to sort the table in descending order of primary key.
Ans. Steps to sort the table in descending order of primary key are:
1. Open the table in datasheet view and select the primary key on which you want to sort.
2. From the tool bar click Sort Descending icon to sort in descending order.
Q7. What is the use of navigation box with respect to tables in a database?
Ans. Navigation box is used to navigate (move) through various records of the table.
Record Selector Box – This is the text box where the currently active record number is displayed.
We may enter the record number that we want to see in this text box.