Unit 3:
Chapter 2
STARTING WITH LIBREOFFICE BASE
A. Multiple Choice Questions
- (c) Float
- Float is a numeric data type used for storing decimal
numbers.
- (b) False
- Currency data type can store monetary data in various
currencies, not just dollars.
- (a) Date
- Date data type is specifically designed to store
dates.
- (b) It is free and open-source software
- LibreOffice Base is a database management system that
is part of the free and open-source LibreOffice suite.
A. Multiple Choice Questions
- (c) Both a and b
- (a) Database
- (b) Ctrl+O
- (b) 3
- (c) Enter
- (d) All of the above
B. State whether the following
statements are True or False
- True
- True
- False
- False
- True
- True
- False
- True
- True
C. Fill in the blanks
- A data type refers to the type of data that will be
stored in that particular field.
- The text data is a combination of letters,
numbers or special characters.
- The varchar data type can be used to store
Aadhar number.
- The image data type used to store digitized
images.
- The shortcut key to save a table is Ctrl+S.
- Status bar
on the Base Interface Window displays information about the type of view
of the object in the database.
- A key icon appears before the field name
indicating that it is a primary key.
- The data can be entered in a table only in datasheet
view.
- The black pointing arrow just before the field name in
a table is called navigation box.
- The process of arranging the records in particular
order on any field is called sorting.
D. Answer the given questions
- Differentiate between:
- (a) Memo and Varchar data type:
- Memo: Stores long text strings.
- Varchar: Stores variable-length
character strings.
- (b) Number and Decimal data type:
- Number: Stores integers.
- Decimal: Stores decimal numbers.
- (c) Design View and Datasheet view of a table:
- Design View: Used to define the structure
of a table, including fields, data types, and primary keys.
- Datasheet View: Used to enter and edit data
in a table.
- Name the menu items present on the Base User Interface.
- File, Edit, View, Insert, Format, Tools, Window, Help.
- Label the components Title Bar, Database Pane, Tasks
Pane, Status Bar of the LibreOffice Base User Interface.
- Refer to a screenshot of the LibreOffice Base
interface to accurately label the components.
- How can we define a primary key in a table?
- In Design view, select the field(s) that will uniquely
identify each record.
- Right-click on the selected field(s) and choose
"Primary Key".
- Write steps to sort the table in descending order of
primary key.
- Open the table in Datasheet view.
- Click on the header of the primary key field.
- Right-click and select "Sort Descending".
- What is the use of navigation box with respect to
tables in a database?
- The navigation box allows you to quickly navigate
between records in a table. You can use it to move to the first, last,
previous, or next record.
No comments:
Post a Comment