ITOS09AK04 (Part B)
ITOS09AK04 (Part B)
AN
a. Name Box
AN
Quick Guess (Pg. 275)
Bubble Chart
1. T
2. The functions passed as arguments within other functions are called nested functions.
3. The horizontal and vertical lines within the plot area in a chart are called gridlines.
4. Absolute cell referencing is used when you do not want to change the cell reference while
copying data. It is used to keep the row and column constant in a formula. An absolute
reference is specified using the $ sign along with the column and row number of the cell.
Suppose you want to calculate the total amount of some items after deducting the discount. In
such a case, absolute referencing is used to fix the formula to a specific location, which is the
cell that holds the discount price.
5. The structure of a function starts with the name of the function followed by opening and closing
parentheses. Two or more arguments in a function are separated by a comma (,).
6. To create a new workbook, follow the steps given below:
³ Click on the File menu.
³ In the drop-down list, hover the mouse over the New option.
³ In the submenu, select the Spreadsheet option.
7. The range of cells can be formatted with decimals by following the given steps:
³ Select the desired range of cells.
³ Click on the Format > Cells.
³ In the Format Cells dialog box, click on the Numbers tab.
³ In the Category section, select the Number option to format the selected cell range.
³ In the Format section, specify the decimal places in numbers.
AN
³ Click on the OK button.
8. The cell in which you are currently working is called an active cell.
9. The Wrap Text tool is used to adjust the content in the cell to fit the cell if it is overflowing the
cell boundary.
10. The COUNT () function will be used to find the total number of numeric entries over the range
B1:B10.
E. Long answer type questions
T
1. The major components of LibreOffice Calc are as follows:
³ Title bar: It displays the name of the currently opened workbook. The workbook will be
displayed as Untitled until we save it as a file.
³ Menu Bar: It consists of menus, such as File, Edit, View, Insert, and Format to perform actions
AR
like editing of the file or setting the view of the file.
³ Standard Toolbar: It contains tools for performing functions like open or save a file, cut, copy,
paste, redo and undo.
³ Formatting Toolbar: It contains tools for formatting of data.
³ Active Cell: The cell in which we are currently working is the active cell. In an active cell, we
can enter data or make calculations with the help of formulas.
³ Input Line: It is the editable bar that can be used to edit the content of the cell and displays
AV
the content of the active cell or formula applied on the selected cell.
³ Navigation Buttons: Sheet tabs are navigating buttons that are used to navigate from one
worksheet to another in a workbook.
³ Sidebar: It contains icons for various panels – Properties, Styles for formatting of text in the
cell, Gallery, Navigator and Functions.
2. The two ways to edit cell data are as follows:
Overwrite existing data: In overwriting of data, the content of the selected cell gets replaced by
©
new content. Following are the steps to overwrite the content of a cell.
³ Select the cell that contains the data that you want to edit.
³ Enter the new content into the cell.
³ Press the Enter key.
Edit existing data: To edit already existing data, perform the following steps.
³ Select the cell that contains the data that you want to edit.
³ Double-click the selected cell or press F2 from keyboard.
³ Make necessary changes in data and press the Enter key.
3. Following are the two ways to select a range of cells:
a. Using Mouse
³ Select the cell where the range begins.
³ Hold down the left button of the mouse and drag the mouse pointer to the last cell of the
range. The desired cell range is selected.
b. Using Keyboard
³ Select the cell where the range begins.
³ Hold the Shift key and click on the cell where the range ends or use arrow keys to move
to the cell where the range ends. The desired cell range is selected.
³ Now, release the Shift key.
4. Function Wizard is a button located in the formula bar and used to open the Function Wizard
AN
dialog box. It is used to insert a function.
Following are the steps to use the MAX() function from the Function Wizard:
³ Click on the Function Wizard (fx) button in the formula bar. The Function Wizard dialog box
appears.
³ Select the Mathematical category from the drop-down list.
³ Select the MAX function in the function list.
³ Click on the Next button.
T
³ Specify the range of cells in Number 1 box by selecting or typing the range.
³ Click on the OK button
5. To create a chart in Calc, we need some source data. Following are the steps to create a chart in
AR
LibreOffice Calc.
³ Open a new workbook and enter data into a worksheet.
³ Select the data that you want to plot in a chart, including the headings, by dragging the
mouse over the required cell ranges.
³ Select the Insert menu in the Menu bar. A drop-down list will appear.
³ Select Chart from the drop-down list. The Chart Wizard will appear.
³ Select the chart type in the Choose a Chart Type list box.
AV
³ Click the Next button. The Choose a Data Range page appears.
³ Select the Data series in columns radio button.
³ Check both the checkboxes – First row as label and First column as label.
³ Click on the Next button. The Customize Data Ranges for Individual Data Series page appears.
³ Click on the Next button again. The Choose Titles, Legend and Grid Settings page appears.
³ Type the name of source data in the Title box.
³ Type the appropriate title in the X-axis text box.
©
AN
8. In LibreOffice Calc, some of the commonly used functions are:
SUM (): This function calculates the total of all the numeric values in the selected range.
The syntax of the SUM () function is:
= SUM (Number1, Number2, …, NumberN)
AVERAGE (): This function is used to calculate the arithmetic mean or average of all the values
passed to that function. Arithmetic mean is the average of a set of numerical values obtained by
adding all the values in a set and dividing it by the number of values in a set.
The syntax of the AVERAGE () function is:
T
= AVERAGE (Number1, Number2, …, NumberN)
MAX (): This function returns the largest value from a set of arguments.
The syntax of the MAX () function is:
AR
=MAX (Number1, Number2, …, NumberN)
MIN (): This function returns the smallest value from a set of arguments.
The syntax of the MIN () function is:
=MIN (Number1, Number2, …, NumberN)
COUNT (): This function is used to count the cells that contain numbers. It returns the total
number of numeric entries for the specified cell range passed as an argument.
The syntax of the COUNT () function is:
AV
AN
argument.
4. Rajesh has missed placing an ‘=’ (equal to) mark in the beginning of the equation. Therefore, it
is not considered as formula by the Calc.
T
AR
AV
©