✅ A. MULTIPLE-CHOICE QUESTIONS
1. Insert Sheet dialog can be invoked from _______________.
(a) Sheet
(b) Insert
(c) Tools
(d) Windows
✅ Answer: (a) Sheet
2. ______________ refers to cell G5 of sheet named My Sheet.
(a) $My Sheet.’G5’
(b) $My Sheet_’G5’
(c) $ ‘MySheet’.G5
(d) $ ‘MySheet’_G5
✅ Answer: (a) $My Sheet.’G5’
(Sheet name with space uses single quotes: ‘My Sheet’)
3. The path of a file has ____________ forward slashes.
(a) four
(b) three
(c) two
(d) one
✅ Answer: (b) three
4. Which feature is used to jump to a different spreadsheet from the current spreadsheet in LibreOffice Calc?
(a) Macro
(b) Hyperlink
(c) Connect
(d) Copy
✅ Answer: (b) Hyperlink
✅ B. FILL IN THE BLANKS
- A relative hyperlink stores the location with respect to the current location.
- While inserting tables from a webpage HTML_all selects the entire HTML document.
- The extension of LibreOffice Base is .odb.
- Single quotes (‘ ’) are used to enclose sheet names as there might be a space within sheet names.
- The From file option of Insert Sheet dialog box allows to insert sheet from another file.
✅ C. TRUE / FALSE
- A sheet can only be added before the current sheet.
❌ False
(You can insert before or after.) - If ‘sales’ sheet has a reference to ‘cost’ sheet then any changes made to ‘cost’ sheet will be reflected in the sales sheet as well.
✅ True - It is not possible to link a sheet as a reference in another sheet.
❌ False
(It is possible using =SheetName.Cell.) - We can insert data from a table created on a web page into a spreadsheet.
✅ True - A hyperlink once created on a sheet cannot be deleted.
❌ False
(It can be removed.)
✅ D. ANSWER THE FOLLOWING QUESTIONS (IN SIMPLE EXPLANATION)
1. Name the two ways to link the sheets in LibreOffice Calc.
✅ Two ways to link sheets are:
- Using cell reference
Example: - =Sheet2.A1
- Using Insert Sheet From File
(Links entire sheet from another Calc file.)
2. Difference between Relative and Absolute Hyperlink
3. Write steps to extract a table from a web page into a spreadsheet.
Steps:
- Copy the webpage URL from the browser.
- In Calc, go to Sheet → Insert Sheet From File → Link to External Data.
- Paste the URL in the dialog box.
- Press Enter → A list of tables or HTML parts appears.
- Select the table you want (often called HTML_1, HTML_all, etc.).
- Click OK → The webpage table is inserted into the spreadsheet.
*4. Write steps to register a data source that is in .odb format.
Steps:
- Go to Tools → Options.
- Expand LibreOffice Base → Databases.
- Click New.
- Browse and select your .odb file.
- Give a registered name.
- Click OK.
Now the database becomes available to Calc and other LibreOffice tools.
5. State advantages of extracting data from a web page into spreadsheet.
✅ Advantages:
- Saves time — no need to type data manually.
- Ensures accurate data, without typing mistakes.
- Data becomes available for calculations, charts, and analysis.
- Dynamic web tables can be refreshed when updated.
- Useful for live data, such as stock prices or weather updates.