MCQ
MS Excel: formulas, functions and charts MCQ - Practice Questions with Answers
Solve 22 MS Excel: formulas, functions and charts questions for RAS/RPSC preparation.
Practice questions
Q1Consider the following statements about cell references in Excel. Statement 1: When =A1+B1 in cell C1 is copied down to C2, it becomes =A2+B2. Statement 2: An absolute reference $A$1 stays as $A$1 when the formula is copied to another cell. Which of the statements is/are correct?
Relative and absolute references stand in contrast. A relative reference such as A1 changes when the formula is copied, so copying =A1+B1 from C1 down to C2 shifts both references one row to give =A2+B2. An absolute reference uses dollar signs before the column and row, as in $A$1, and stays fixed wherever it is copied. Since both statements describe these behaviours correctly, both are right.
Q2Microsoft Excel's formula begins with __________.
In Microsoft Excel, a formula is entered by first typing the equals sign. This tells Excel that the cell should calculate a result rather than store ordinary text. A full stop is punctuation and does not start an Excel formula. An asterisk is used inside formulas for multiplication, but it is not the opening marker. A vertical bar is not used to begin formulas in Excel. Therefore, the equals sign is the required beginning character for formulas such as =A1+B1 or =SUM(A1:A5).
Q3Assertion (A): The formula =A1+B1 in cell C1 keeps showing the same value even after the number in A1 is later changed. Reason (R): A formula uses cell references, so its result updates when the source cells change. Choose the correct answer.
A key idea is that using cell references is better than typing fixed numbers, because the result updates when the source cells change. The formula =A1+B1 therefore recalculates whenever A1 or B1 changes, so it does not keep showing the same value. This makes the assertion false. The reason correctly states why references behave this way, so the reason is true and it explains why the assertion fails. Hence the assertion is false while the reason is true.
Q4Which of the following chart choices is incorrect?
Chart selection must match the purpose of the data. Column or bar charts compare categories, line charts show trends over time, and pie charts show parts of one whole, such as percentage share of expenditure heads. The relation between two numeric variables, such as study hours and marks, is not a part-of-whole question. A scatter chart is identified as the suitable chart for the relationship between two numeric variables, so using a pie chart for that relation is incorrect.
Q5Which of the following is the correct formula in MS Excel?
In MS Excel, the POWER function takes two arguments: the number and the power, separated by a comma, so = POWER (2,3) is the correct form among the printed choices. The expression using 2^3 places an exponent expression where the function expects separated arguments. The expression using 2*3 supplies multiplication inside a single argument instead of two arguments. The expression using 2#3 uses an invalid separator for this function.
You've seen 5 of 22 sample questions
Unlimited practice on MS Excel: formulas, functions and charts comes with the RAS Test Series + Practice pack or Gate Pass.
More questions
6What value does the formula =10+20*2 return in Excel?
7In MS Excel, which entry will be treated as a formula that first adds 10 and 20 and then multiplies the result by 2?
8Which statement is incorrect according to the chart selection and accuracy rules?
9Read the two statements about Excel calculation order. Statement 1: =10+5*2 gives 20. Statement 2: =(10+5)*2 gives 30. Which answer is correct?
10In MS Excel, which symbol must be placed at the beginning of a formula so that Excel treats it as a calculation?
11Which statement about choosing an Excel chart is incorrect?
12Match the Excel error message with the most likely cause. List I: 1. `#DIV/0!` 2. `#VALUE!` 3. `#REF!` List II: a. Deleted or invalid cell reference b. Wrong type of data used in a formula c. Division by zero or a blank divisor Which matching is correct?
13Match the Excel functions in List I with their use in List II. List I: 1. `SUM` 2. `AVERAGE` 3. `COUNT` 4. `COUNTA` List II: a. Counts non-empty cells b. Adds numeric values in a range c. Returns the arithmetic mean d. Counts numeric cells
14Assertion (A): In MS Excel, `#DIV/0!` can appear when a formula divides by zero or by a blank divisor. Reason (R): A blank divisor gives no valid value for the division operation.
15Match the Excel error message in List I with its cause in List II. List I: 1. #DIV/0! 2. #REF! 3. #VALUE! List II: a. A deleted or invalid cell reference b. Division by zero or a blank divisor c. The wrong kind of data, such as text where a number is needed
