Aspirant Academy

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?

A Statement 1 only
B Statement 2 only
C Both statements 1 and 2
D Neither statement 1 nor 2
Explanation

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 __________.

A .
B =
C *
D |
Explanation

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 Both A and R are true, and R is the correct explanation of A
B Both A and R are true, but R is not the correct explanation of A
C A is false, but R is true
D A is true, but R is false
Explanation

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?

A Using a column chart to compare marks in different subjects
B Using a line chart to show monthly attendance trend
C Using a pie chart to show percentage share of expenditure heads
D Using a pie chart to show the relation between study hours and marks
Explanation

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?

A = POWER (2^3)
B = POWER (2,3)
C = POWER (2*3)
D = POWER (2#3)
Explanation

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?

A60
B50
C40
D30

7In MS Excel, which entry will be treated as a formula that first adds 10 and 20 and then multiplies the result by 2?

A10+20*2
B=(10+20)*2
C=10+20*2
D=(10*20)+2

8Which statement is incorrect according to the chart selection and accuracy rules?

AA line chart is suitable for showing monthly attendance over time.
BA correct chart type remains correct even if the selected data range misses a category.
CA pie chart is used to show parts of one whole.
DA scatter chart can show the relationship between two numeric variables.

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?

AOnly Statement 1 is correct
BOnly Statement 2 is correct
CBoth statements are correct
DNeither statement is correct

10In MS Excel, which symbol must be placed at the beginning of a formula so that Excel treats it as a calculation?

A+
B=
C*
D#

11Which statement about choosing an Excel chart is incorrect?

AA column chart compares values across categories, such as subject-wise marks.
BA line chart shows change over time, such as monthly attendance.
CA pie chart shows parts of one whole, such as the share of expenditure heads.
DA scatter chart is the best choice for showing the parts of a single total.

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?

A1-a, 2-b, 3-c
B1-b, 2-c, 3-a
C1-c, 2-a, 3-b
D1-c, 2-b, 3-a

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

A1-a, 2-b, 3-c, 4-d
B1-b, 2-c, 3-a, 4-d
C1-c, 2-b, 3-d, 4-a
D1-b, 2-c, 3-d, 4-a

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.

ABoth Assertion and Reason are true, and Reason correctly explains Assertion.
BBoth Assertion and Reason are true, but Reason does not correctly explain Assertion.
CAssertion is true, but Reason is false.
DAssertion is false, but Reason is true.

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

A1-b, 2-a, 3-c
B1-a, 2-b, 3-c
C1-c, 2-a, 3-b
D1-b, 2-c, 3-a

More topics in Basic Computer

Explore other subjects