1.
By default, how many worksheets are in a workbook?
Correct Answer
B. 3
Explanation
By default, a workbook in many spreadsheet programs, such as Microsoft Excel, contains three worksheets. These worksheets are labeled as Sheet1, Sheet2, and Sheet3. This default setting allows users to organize and input data into separate sheets within the workbook, making it easier to manage and analyze different sets of data.
2.
If you see this sign within a cell ####### what does it mean?
Correct Answer
C. There is not enough room in the cell to accommodate the data
Explanation
The sign "#######" within a cell indicates that there is not enough room in the cell to display the data. This usually happens when the content of the cell is too wide to fit within the column width. The cell may need to be resized or the column width adjusted in order to properly display the data.
3.
What does a range of cells mean?
Correct Answer
D. A number of cells
Explanation
A range of cells refers to a group or collection of multiple cells within a spreadsheet. It can include cells from multiple rows and columns, allowing for the selection and manipulation of data in a specific area. This range can be used for various purposes such as performing calculations, applying formatting, or referencing data in formulas. Overall, a range of cells represents a set of cells that are selected together to perform specific actions or operations within a spreadsheet.
4.
Why would you put a filter on your spreadsheet?
Correct Answer
B. To view specific criteria in your spreadsheet
Explanation
By putting a filter on your spreadsheet, you can easily view specific criteria in your data. This allows you to focus on specific information and analyze it more effectively. Filtering helps you narrow down your data based on certain conditions or criteria, making it easier to find and analyze the information you need.
5.
A Relative formula is....?
Correct Answer
A. The same formula but different cell reference
Explanation
A relative formula refers to a formula that is copied or filled into different cells, but the cell references within the formula change accordingly based on their relative positions. In other words, the formula remains the same, but the cell references adjust relative to the new location. This allows the formula to be applied to multiple cells without having to manually adjust each individual reference.
6.
What must all formulas start with?
Correct Answer
B. =
Explanation
All formulas must start with the equal sign (=). This is because the equal sign tells the spreadsheet program that what follows is a formula and not just a regular text entry. By starting with the equal sign, the program knows to evaluate the expression and perform the necessary calculations.
7.
What is an absolute Formula?
Correct Answer
A. One cell reference remains anchored when dragged down for copying
Explanation
An absolute formula is a type of formula in which one cell reference remains fixed or anchored, while the other cell references change as the formula is dragged down for copying. This allows the formula to always refer to the same cell, regardless of its position, while still being able to calculate values based on the changing cell references. This is useful when you want to apply a formula to multiple cells but want to keep a specific reference constant.
8.
What does the CountA function do?
Correct Answer
A. Counts Text
Explanation
The CountA function counts the number of cells in a range that are not empty or contain any type of data, including text.
9.
Which one would you choose to add more commands to the ribbon?
Correct Answer
D. File,options customise ribbon
Explanation
To add more commands to the ribbon, you would choose "File, options customise ribbon." This option allows you to customize the ribbon by adding or removing commands as per your preference.
10.
What command would you use to put decimal places on the amounts?
Correct Answer
A. Format
Explanation
To put decimal places on the amounts, you would use the "Format" command. This command allows you to customize the appearance of the data, including the number of decimal places displayed. By selecting the "Format" command, you can specify the desired decimal format for the amounts, ensuring they are displayed correctly according to your preferences.
11.
Which one is not a logical operator?
Correct Answer
D. #
Explanation
The given options consist of mathematical operators, such as +, /, *, and #. However, # is not a logical operator. Logical operators are used in programming to perform logical operations, such as AND, OR, and NOT. They are used to combine and manipulate boolean values. Therefore, # does not fit the category of logical operators.
12.
What does the colon do between the formula?
Correct Answer
D. It adds both outside cells references and anything inbetween
Explanation
The colon in a formula is used to indicate a range of cells. It adds both the reference of the first cell and the reference of the last cell in the range, as well as any cells in between. This allows the formula to be copied to adjacent cells, with the range automatically adjusting based on the relative position of the copied formula.
13.
What does the countif function do?
Correct Answer
B. CountIf counts the no of cells in a given range that meets a condition
Explanation
The countif function is used to count the number of cells in a given range that meet a specific condition. It allows you to specify a criteria and then counts the number of cells in the range that satisfy that criteria. This function is useful for analyzing data and getting a count of cells that meet certain criteria.
14.
What is a validation check?
Correct Answer
A. It is put on to eliminate mistakes
Explanation
A validation check is a process or mechanism put in place to eliminate mistakes or errors. It ensures that data or information entered into a system meets certain criteria or conditions. By implementing validation checks, potential errors can be caught and corrected before they cause any issues or problems. This helps to improve the accuracy and reliability of the data being processed.
15.
The developer tab helps you to create macro and forms etc. How would you add the developer tab to the ribbon?
Correct Answer
B. File, Options customise ribbon
Explanation
To add the developer tab to the ribbon, you need to go to the "File" menu and select "Options". In the options menu, you will find the "Customize Ribbon" tab. Click on it and then check the box next to "Developer" in the list of tabs on the right side. Finally, click on "OK" to save the changes.
16.
What is conditional format?
Correct Answer
A. A Format of colour etc applied to cells to make them stand out
Explanation
Conditional formatting is a feature in spreadsheet software that allows users to apply formatting, such as color, to cells based on certain conditions or criteria. This formatting helps to visually highlight specific data or patterns in the spreadsheet, making it stand out and easier to interpret.
17.
If you entered the following number in a cell; £12032.50 but chose no decimal places - what would appear in the cell?
Correct Answer
B. £12,033
Explanation
If you enter the number £12032.50 in a cell and choose no decimal places, the number will be rounded up to the nearest whole number. Therefore, the number that would appear in the cell is £12,033.
18.
What is the difference between a worksheet and a workbook?
Correct Answer
B. A worksheet is a sheet within a workbook
Explanation
A worksheet is a single sheet or page within a workbook. A workbook, on the other hand, is a collection of multiple worksheets. Each worksheet in a workbook can contain data, formulas, and other elements, and they can be used to organize and analyze different sets of information. Therefore, the correct answer is that a worksheet is a sheet within a workbook.
19.
What is BODMAS
Correct Answer
A. It is a specific order of calculations Excel follows
Explanation
BODMAS stands for Brackets, Orders (exponents and roots), Division and Multiplication (from left to right), and Addition and Subtraction (from left to right). It is a mathematical rule that determines the order in which calculations should be performed. In Excel, BODMAS is used to ensure that formulas are calculated correctly, following the same order of operations as in mathematics. By following the BODMAS rule, Excel ensures that calculations are carried out in a logical and consistent manner.
20.
What is the sole purpose of an IF statement?
Correct Answer
B. If a condition is met it returns a true/false value
Explanation
An IF statement is used to check a condition and execute a block of code if the condition is true. It allows for conditional execution, where different actions can be taken based on whether the condition evaluates to true or false. Therefore, the sole purpose of an IF statement is to return a true/false value if a condition is met.