All Exams  >   Class 10  >   Olympiad Preparation for Class 10  >   All Questions

All questions of MS Excel for Class 10 Exam

Which of the following syntax is correct regarding to SUM function in Excel?
  • a)
    =SUM (A1, B1)
  • b)
    =SUM (A1:B9)
  • c)
    =SUM (A1:A9, B1:B9)
  • d)
    All of these
Correct answer is option 'D'. Can you explain this answer?

Rohit Sharma answered
Explanation:
The correct syntax for the SUM function in Excel is:
A: =SUM(A1, B1)
This syntax adds the values of cell A1 and B1.
B: =SUM(A1:B9)
This syntax adds the values in the range from cell A1 to B9.
C: =SUM(A1:A9, B1:B9)
This syntax adds the values in the ranges from cell A1 to A9 and B1 to B9.
D: All of these
This means that all of the above options are correct and can be used to calculate the sum of values in Excel.
In summary, all of the given options (A, B, and C) have the correct syntax for the SUM function in Excel. These options demonstrate different ways to specify the cells or ranges to be summed.

What is the quickest way to select  the entire worksheet?
  • a)
    Choose Edit → Select all from the Menu
  • b)
    Click on the first column, press Ctrl, and then click on the last column.
  • c)
    Click on the first column, press Shift, and then click on the last column.
  • d)
    Click on the rectangle box on the upper left corner where column headings and row headings meet.
Correct answer is option 'D'. Can you explain this answer?

Radha Iyer answered
Quickest way to select the entire worksheet:


  • Step 1: Open the worksheet you want to select.

  • Step 2: Locate the rectangle box on the upper left corner where column headings and row headings meet.

  • Step 3: Click on the rectangle box.


Explanation:

The quickest way to select the entire worksheet is to click on the rectangle box on the upper left corner where column headings and row headings meet. This box is known as the "Select All" box and it allows you to select the entire worksheet in just one click.

This method is faster than other options because it saves you the time and effort of manually selecting each column or row. By clicking on the "Select All" box, you instantly select the entire worksheet including all columns, rows, and cells.

Using this method, you can quickly perform tasks such as formatting, copying, or deleting the entire worksheet without having to individually select each element. It is a time-saving technique that is particularly useful when working with large worksheets.

Therefore, the correct answer is Option D: Click on the rectangle box on the upper left corner where column headings and row headings meet.

What is the AutoComplete feature of Excel?
  • a)
    It automatically completes abbreviated words.
  • b)
    It completes text entries that match an existing entry in the same column.
  • c)
    It completes text and numeric entries that match an existing entry in the same column.
  • d)
    It completes text entries that match an existing entry in the same worksheet.
Correct answer is option 'B'. Can you explain this answer?

Kajal Dasgupta answered
Understanding the AutoComplete Feature in Excel
The AutoComplete feature in Excel is a powerful tool designed to enhance user efficiency while entering data. Here’s a detailed look at how it works and why option 'B' is the correct answer.
Functionality of AutoComplete
- The AutoComplete feature assists users by completing text entries based on existing data within the same column.
- When you start typing a value that matches a previously entered entry, Excel automatically fills in the rest of the text, allowing for quicker data entry.
Key Characteristics
- Matches Existing Entries: AutoComplete specifically looks for matching entries in the same column where you are typing.
- Text Entries Only: It primarily focuses on text strings rather than numeric values, which distinguishes it from other data entry features.
Why Option 'B' is Correct
- The statement "It completes text entries that match an existing entry in the same column" precisely describes the primary function of the AutoComplete feature.
- Other options, such as completing numeric entries or abbreviated words, do not accurately capture the feature's intended use.
Conclusion
In summary, AutoComplete is an efficient tool in Excel that enhances your data entry process by recognizing and completing text entries based on prior entries in the same column. Understanding this feature can significantly improve your productivity when working with spreadsheets.

 How to restrict the values of a cell so that only whole numbers between 9 and 99 can be entered in a cell?
  • a)
    The Settings tab under the menu Format → Cells.
  • b)
    The Settings tab under the menu Data → Validation.
  • c)
    The Settings tab under the menu Data → Filter → Advanced Filter.
  • d)
    the Settings tab under the menu Format → Conditional Formatting.
Correct answer is option 'B'. Can you explain this answer?

Divya bhatia answered
Setting restrictions for values in a cell
To restrict the values of a cell so that only whole numbers between 9 and 99 can be entered, follow these steps:

Data Validation
1. Select the cell or range of cells where you want to apply the restriction.
2. Go to the menu and click on Data.
3. In the Data menu, select Validation.
4. In the Data Validation dialog box, go to the Settings tab.

Setting the criteria
1. In the Allow dropdown menu, select Whole Number.
2. In the Data dropdown menu, select between.
3. Enter '9' in the Minimum field and '99' in the Maximum field.
4. You can also customize the Input Message and Error Alert to guide users on the allowed values.

Applying the restriction
1. Click OK to apply the restrictions.
2. Now, the selected cell or range of cells will only allow whole numbers between 9 and 99 to be entered. Any other value will prompt an error message.
By following these steps, you can easily restrict the values of a cell to only accept whole numbers between 9 and 99, ensuring data accuracy and consistency in your spreadsheet.

Which of the following functions will use to find the highest number in a series of number?
  • a)
    MAX(B1:B3)
  • b)
    MAXIMUM (B1:B3)
  • c)
    HIGH (B1:B3)
  • d)
    HIGHEST(B1:B3)
Correct answer is option 'A'. Can you explain this answer?

Rohit Sharma answered
Answer:

The correct function to use in order to find the highest number in a series of numbers is MAX(B1:B3).

Explanation:


  • MAX(B1:B3) is an Excel function that returns the maximum value from a range of cells.

  • The function takes the range of cells B1:B3 as its argument, which represents a series of numbers.

  • The function will evaluate the numbers in the range and return the highest value.


Let's break down the other options and explain why they are incorrect:


  • MAXIMUM (B1:B3): This is not a valid Excel function. The correct function name is MAX.

  • HIGH (B1:B3): This is not a valid Excel function. There is no built-in function called "HIGH" in Excel.

  • HIGHEST(B1:B3): This is not a valid Excel function. The correct function name is MAX.


Therefore, the correct function to use for finding the highest number in a series of numbers is MAX(B1:B3).

If the values in A1 is “MCQ” and B1 is “Questions”, which function will return “MCQ@ Questions” in cell C1?
  • a)
    =A1 + “@” + B1
  • b)
    =A1 # “@” # B1
  • c)
    =A1 & “@” & B1
  • d)
    =A1 $ “@” $ B1
Correct answer is option 'C'. Can you explain this answer?

Radha Iyer answered

To return the desired result "MCQ@ Questions" in cell C1, you can use the CONCATENATE function or the ampersand (&) operator in Excel.
Here is the detailed solution:
1. The correct function to use in this case is the CONCATENATE function or the ampersand (&) operator.
2. The CONCATENATE function allows you to join multiple text strings together. It takes multiple arguments and concatenates them into a single string.
3. The ampersand (&) operator also performs the same function as the CONCATENATE function and joins text strings together.
4. In this case, you want to join the value in cell A1 ("MCQ") with the text string "@" and the value in cell B1 ("Questions").
5. To achieve this, you can use the following formula in cell C1:
=CONCATENATE(A1, "@", B1) or =A1 & "@" & B1
This formula will concatenate the text in A1, the "@" symbol, and the text in B1, resulting in the desired output "MCQ@ Questions" in cell C1.
Therefore, the correct answer is option C: =A1 & "@" & B1.

How to restrict to run a macro automatically when starting Microsoft Excel?
  • a)
    Hold down the SHIFT key during startup.
  • b)
    Hold down the CTRL key during startup.
  • c)
    Hold down the ESC key during startup.
  • d)
    Hold down the ALT key during startup.
Correct answer is option 'A'. Can you explain this answer?

Sheetal jain answered
Understanding Macro Restrictions in Excel
When starting Microsoft Excel, it's crucial to know how to control whether macros run automatically. By default, Excel may execute any macros present in the workbook, which can pose security risks. To prevent this, you can use a specific key combination during startup.
Why Hold Down the SHIFT Key?
Holding down the SHIFT key during startup is the correct method to restrict the execution of automatic macros. Here’s how it works:
  • Prevents Auto-Execution: When you hold down the SHIFT key, Excel bypasses the auto-open macros, allowing you to start without running any potentially harmful scripts.
  • Access to Workbooks: You can still open your workbooks and access your data without triggering any macros, ensuring a safer environment.
  • Security Measure: This feature is especially useful if you receive files from unknown sources, as it helps protect your system from malicious attacks.

Other Key Combinations Explained
  • CTRL Key: Holding down CTRL does not restrict macros; it can actually open a new instance of Excel.
  • ESC Key: The ESC key is used to cancel operations but does not affect macro execution on startup.
  • ALT Key: Holding down the ALT key is generally used for accessing the menu bar and does not prevent macros from running.

Conclusion
In summary, to ensure macros do not run automatically when starting Excel, always remember to hold down the SHIFT key. This simple action can enhance your security and give you more control over the files you open.

A smart tag will be removed from a cell when
  • a)
    the cell is moved
  • b)
    the cell is hidden
  • c)
    the data in the cell is changed or deleted
  • d)
    the formatting of the cell is changed
Correct answer is option 'C'. Can you explain this answer?

Avinash Patel answered
Smart Tag Removal in Excel
There are several conditions under which a smart tag will be removed from a cell in Excel. These conditions include:
1. The cell is moved:
- When a cell containing a smart tag is moved to another location in the worksheet, the smart tag will be removed.
2. The cell is hidden:
- If the cell with a smart tag is hidden by applying the "Hide" option, the smart tag will also be hidden and effectively removed.
3. The data in the cell is changed or deleted:
- Whenever the data in a cell with a smart tag is modified or deleted, the smart tag will be automatically removed.
4. The formatting of the cell is changed:
- If the formatting of a cell with a smart tag is altered, such as changing the font color or applying a different number format, the smart tag will be removed.
It is important to note that these conditions trigger the removal of smart tags in Excel. Smart tags are designed to provide context-specific actions or information based on the data in a cell. Therefore, any changes or actions that affect the cell's content or appearance may result in the removal of the smart tag.

Which of the following options is appropriate to show the numbers 9779851089510 in a cell?
  • a)
    Enclose the number in brackets.
  • b)
    Place the character T before the number.
  • c)
    Place the character TX before the number.
  • d)
    Apply the Text format in the cell and type the numbers.
Correct answer is option 'D'. Can you explain this answer?

Radha Iyer answered

To show the numbers 9779851089510 in a cell, the appropriate option is to apply the Text format in the cell and type the numbers. Here's a detailed explanation:
Step 1: Open the spreadsheet software (e.g., Microsoft Excel, Google Sheets) and navigate to the desired cell where you want to display the numbers.
Step 2: Apply the Text format to the cell. This can be done by right-clicking on the cell and selecting the "Format Cells" option. In the "Format Cells" dialog box, choose the "Text" category and click "OK".
Step 3: Type the numbers 9779851089510 in the formatted cell.
Step 4: The numbers will now be displayed in the cell without any additional characters or formatting.
Summary:
To show the numbers 9779851089510 in a cell, you should apply the Text format in the cell and type the numbers. This ensures that the numbers are treated as text and displayed as-is, without any modifications or additional characters.

If 4/6 entered in a cell without applying any formats, Excel will treat this as
  • a)
    Fraction
  • b)
    Number
  • c)
    Text
  • d)
    Date
Correct answer is option 'D'. Can you explain this answer?

Rohit Sharma answered
Excel's Treatment of 4/6 Entered in a Cell
Answer: D. Date
Explanation:
When 4/6 is entered in a cell without applying any formats, Excel will treat this as a Date. Here's a detailed explanation:
1. Excel's default behavior is to automatically interpret certain values entered in a cell based on their format.
2. In this case, when 4/6 is entered, Excel recognizes it as a date format due to the presence of a "/" symbol.
3. Excel assumes that the format is in the form of a fraction, with the numerator being the day and the denominator being the month.
4. Since 4/6 does not represent a valid date (there is no 4th month in the calendar), Excel converts it to a date format by assuming that it represents the 6th day of the 4th month of the current year.
5. This default date conversion can lead to confusion if the intention was to enter a fraction or a different numeric value.
6. To avoid Excel treating 4/6 as a date, you can apply a different format to the cell, such as General or Number, which will recognize it as a fraction or numeric value instead of a date.
Summary:
When 4/6 is entered in a cell without any formatting, Excel treats it as a date by default. To prevent this, you can apply a different format to the cell, such as General or Number.

Selecting the Rows 5 and 6,then chooseing Insert → Row. What will happen?
  • a)
    2 Rows will be inserted after Row 4.
  • b)
    2 Rows will be inserted after Row 5.
  • c)
    2 Rows will be inserted after Row 6.
  • d)
    2 Rows will be inserted after Row 7.
Correct answer is option 'A'. Can you explain this answer?

Avinash Patel answered

To solve this problem, we need to follow these steps:
1. Select Rows 5 and 6: This means we need to highlight or select both Row 5 and Row 6 in the spreadsheet.
2. Choose "Insert" > "Row": Navigate to the menu bar and click on the "Insert" option. From the drop-down menu, select "Row" to insert new rows.
Based on the given question, the correct answer is option A: 2 Rows will be inserted after Row 4. Here's why:
- When we select Rows 5 and 6, it means we are choosing to insert new rows after these selected rows.
- Since Row 5 is before Row 6, inserting rows after Row 4 means that the new rows will be inserted after Row 4 and before Row 5.
- Therefore, the new rows will be inserted after Row 4 but before Row 5, resulting in 2 rows being inserted after Row 4.
In summary, selecting Rows 5 and 6 and choosing to insert rows will add 2 new rows after Row 4.

What does the NOW() function return?
  • a)
    It returns the serial number of the current date and time.
  • b)
    It returns the serial number of the current date.
  • c)
    It returns the serial number of the current time.
  • d)
    None of these
Correct answer is option 'D'. Can you explain this answer?

Rohit Sharma answered
The NOW() function in Excel returns the serial number of the current date and time.
Here are some key points to understand about the NOW() function:

- The NOW() function is a built-in function in Excel that is used to display the current date and time.
- It returns a serial number, which is a unique value that represents a specific date and time in Excel.
- The serial number is a decimal value, where the whole number represents the date and the decimal part represents the time.
- The serial number is based on the date and time system used by Excel, where January 1, 1900, is represented by the serial number 1.
- The NOW() function updates automatically whenever the worksheet is recalculated or opened.
- The returned value of the NOW() function can be formatted using the date and time formatting options in Excel to display it in a more readable format.
- The NOW() function can be used in formulas and calculations to perform various tasks, such as calculating the difference between two dates or adding a specific time duration to a date.
Therefore, the correct answer is:

D: None of these

Which of the following shortcuts can be used to insert a new line in the same cell?
  • a)
    Enter
  • b)
    Alt + Enter
  • c)
    Ctrl + Enter
  • d)
    Shift + Enter
Correct answer is option 'B'. Can you explain this answer?

Snehal reddy answered
Understanding Line Breaks in Excel
In Excel, inserting a new line within the same cell can be essential for organizing data. The correct shortcut for this action is Alt + Enter. Here's how it works:
Why Use Alt + Enter?
- Cell Format: When you want to add multiple lines of text in a single cell, using the Enter key alone will move the cursor to the next cell.
- Creating New Lines: By pressing Alt + Enter, you create a line break, allowing you to continue typing on a new line within the same cell.
Comparison with Other Options
- Enter: This key moves to the next cell down instead of inserting a new line.
- Ctrl + Enter: This shortcut is used to fill the selected cells with the same content but does not create a new line within a single cell.
- Shift + Enter: Similar to Enter, this shortcut moves the cursor up to the previous cell.
Practical Example
1. Select the Cell: Click on the cell where you want to insert a new line.
2. Type Your Text: Start typing your first line of text.
3. Insert Line Break: Press Alt + Enter where you want the new line to appear.
4. Continue Typing: Type your next line of text.
By using Alt + Enter, you can enhance the readability and organization of your data in Excel, making it easier to manage complex information.

What value will be displayed if the formula = “$55.00″+5 is entered into a cell?
  • a)
    $60
  • b)
    60
  • c)
    “$55.00″+5
  • d)
    $60.00
Correct answer is option 'B'. Can you explain this answer?

Rohit Sharma answered
Answer:
The value displayed if the formula "= "$55.00" 5" is entered into a cell is 60 (Option B).
Here is the detailed solution:
1. The formula "= "$55.00" 5" combines a text string "$55.00" with the number 5.
2. When a text string is combined with a number using the plus sign (+) operator, Excel tries to convert the text into a number.
3. In this case, "$55.00" cannot be converted into a number because it contains a dollar sign and double quotes.
4. As a result, Excel treats "$55.00" as text and concatenates it with the number 5.
5. The result of the formula is the text string "$55.00" followed by the number 5, which is " $55.00 5".
6. Since the resulting value is a text string, it cannot be mathematically calculated.
7. Therefore, the value displayed in the cell will be the text string itself, which is "$55.00 5" (Option C).
8. Option B, which states 60, is incorrect because the formula does not perform any mathematical operations on the text string and number.
9. The correct answer is Option C, which displays the text string "$55.00 5".

How to remove the unwanted action from recorded macro without recording the whole macro again?
  • a)
    By using the Find and Edit Action Option
  • b)
    By clicking on the Refresh button in the Macro toolbar
  • c)
    By editing the macro in the Visual Basic Editor
  • d)
    Macro cannot be edited.
Correct answer is option 'C'. Can you explain this answer?

Avinash Patel answered

To remove unwanted actions from a recorded macro without recording the whole macro again, you can follow these steps:
Step 1: Open the Visual Basic Editor
- Press Alt + F11 to open the Visual Basic Editor.
Step 2: Locate and Select the Macro
- In the Visual Basic Editor, locate the macro that contains the unwanted action.
- Select the macro by clicking on its name in the Project Explorer window.
Step 3: Edit the Macro Code
- Once the macro is selected, the code corresponding to the macro will be displayed in the Code window.
- Scroll through the code to find the unwanted action that you want to remove.
Step 4: Remove the Unwanted Action
- Place your cursor on the line of code that represents the unwanted action.
- Press the Delete key to remove the line of code.
- Repeat this process for any other unwanted actions that you want to remove.
Step 5: Save and Close the Visual Basic Editor
- After removing the unwanted actions, save the changes by clicking on the Save button or pressing Ctrl + S.
- Close the Visual Basic Editor by clicking on the Close button or pressing Alt + Q.
The unwanted actions have now been removed from the recorded macro without having to re-record the entire macro.

Selecting the Column G and H then chooseing Insert → Columns. What will happen?
  • a)
    2 Columns will be inserted after Column F.
  • b)
    2 Columns will be inserted after Column G.
  • c)
    2 Columns will be inserted after Column H.
  • d)
    2 Columns will be inserted after Column I
Correct answer is option 'A'. Can you explain this answer?

Rohit Sharma answered

To find out what will happen when selecting Column G and H and choosing Insert → Columns, we need to understand the behavior of the Insert Columns function in Excel.
When selecting a range of cells and choosing to insert columns, the inserted columns will be added to the left of the selected range.
In this case, we are selecting Column G and H.
So, if we choose to insert columns, the following will happen:
- Two columns will be inserted after Column F because the selected range starts from Column G and H is the next column.
- Therefore, the correct answer is A: 2 Columns will be inserted after Column F.
Note: It's important to mention that the behavior may vary depending on the version of Excel or the settings applied. However, in most versions, this is the default behavior.

Which of the following is correct?
  • a)
    =AVERAGE(4, 5, 6, 7)
  • b)
    =AVERAGE(A1, B1, C1)
  • c)
    =AVERAGE(A1:A9, B1:B9)
  • d)
    =All of these
Correct answer is option 'D'. Can you explain this answer?

Explanation:

In Excel, the AVERAGE function is used to find the arithmetic mean of a set of numbers. It calculates the sum of the numbers and divides it by the count of numbers in the set.

Let's analyze each option to determine if it is correct or not:

a) AVERAGE(4, 5, 6, 7):
This option is correct because it uses the AVERAGE function to find the average of the given numbers 4, 5, 6, and 7. The formula would be =AVERAGE(4, 5, 6, 7), and it would return the value 5.5 (sum of the numbers divided by the count).

b) AVERAGE(A1, B1, C1):
This option is correct because it uses the AVERAGE function to find the average of the values in cells A1, B1, and C1. The formula would be =AVERAGE(A1, B1, C1), and it would return the average of the values in those cells.

c) AVERAGE(A1:A9, B1:B9):
This option is correct because it uses the AVERAGE function to find the average of the values in the ranges A1:A9 and B1:B9. The formula would be =AVERAGE(A1:A9, B1:B9), and it would return the average of all the values in those ranges.

d) All of these:
This option is correct because it states that all the previous options (a, b, and c) are correct. Therefore, option d is the correct answer.

In conclusion, the correct answer is option d) All of these because all the previous options correctly use the AVERAGE function to find the average of the given numbers or ranges.

Which of the following functions will return a value of 8?
  • a)
    ROUNDUP(8.4999, 0)
  • b)
    ROUNDDOWN(8.4999, 0)
  • c)
    ROUND(8.4999, 0)
  • d)
    Only B and C
Correct answer is option 'D'. Can you explain this answer?

Avinash Patel answered

To determine which function will return a value of 8, let's analyze each function separately:
A: ROUNDUP(8.4999, 0)
- The ROUNDUP function rounds a number up to a specified number of decimal places.
- In this case, the number 8.4999 is already an integer, so rounding it up will not change its value.
- Therefore, the result of ROUNDUP(8.4999, 0) will be 8.
B: ROUNDDOWN(8.4999, 0)
- The ROUNDDOWN function rounds a number down to a specified number of decimal places.
- In this case, the number 8.4999 is already an integer, so rounding it down will not change its value.
- Therefore, the result of ROUNDDOWN(8.4999, 0) will be 8.
C: ROUND(8.4999, 0)
- The ROUND function rounds a number to a specified number of decimal places.
- In this case, the number 8.4999 is already an integer, so rounding it to 0 decimal places will not change its value.
- Therefore, the result of ROUND(8.4999, 0) will be 8.
D: Only B and C
- Based on the analysis above, both ROUNDDOWN(8.4999, 0) and ROUND(8.4999, 0) will return a value of 8.
- Therefore, the correct answer is D, which states that only options B and C will return a value of 8.
In summary, the functions ROUNDDOWN(8.4999, 0) and ROUND(8.4999, 0) will both return a value of 8.

Which of the following is correct syntax in Excel?
  • a)
    =IF(LogicalTest, TrueResult, FalseResult)
  • b)
    =IF(LogicalTest, (TrueResult, FalseResult)
  • c)
    =IF(LogicalTest, TrueResult) (LogicalTest, FalseResult)
  • d)
    =IF(LogicalTest,True Result), IF (LogicalTest,   FalseResult)
Correct answer is option 'A'. Can you explain this answer?

Rohit Sharma answered

The correct syntax in Excel is option A: `=IF(LogicalTest, TrueResult, FalseResult)`. Here's a detailed explanation:
IF Function in Excel:
The IF function in Excel is used to perform logical tests and return different values based on the result of the test. It follows the syntax: `=IF(LogicalTest, TrueResult, FalseResult)`, where:
- `LogicalTest` is the condition that is being evaluated.
- `TrueResult` is the value or expression that is returned if the logical test is true.
- `FalseResult` is the value or expression that is returned if the logical test is false.
Explanation of the Given Syntax:
The correct syntax in Excel is option A: `=IF(LogicalTest, TrueResult, FalseResult)`. Let's break it down:
- `IF`: This is the function name that indicates we are using the IF function in Excel.
- `LogicalTest`: This is the condition that is being evaluated. It can be a comparison, a formula, or any expression that returns a logical value (TRUE or FALSE).
- `TrueResult`: This is the value or expression that is returned if the logical test is true. It can be a number, text, formula, or reference to a cell or range.
- `FalseResult`: This is the value or expression that is returned if the logical test is false. It can also be a number, text, formula, or reference to a cell or range.
Incorrect Syntax:
Let's also explain why the other options are incorrect:
- Option B: `=IF(LogicalTest, (TrueResult, FalseResult)`: This syntax is incorrect because the TrueResult and FalseResult are enclosed in parentheses without separating them using a comma.
- Option C: `=IF(LogicalTest, TrueResult) (LogicalTest, FalseResult)`: This syntax is incorrect because it separates the TrueResult and FalseResult into separate IF functions without using the comma to separate the arguments within the IF function.
- Option D: `=IF(LogicalTest,True Result), IF (LogicalTest,   FalseResult)`: This syntax is incorrect because it separates the TrueResult and FalseResult into two separate IF functions, but there is an unnecessary comma in True Result and an unnecessary space before FalseResult.
Therefore, the correct syntax in Excel is option A: `=IF(LogicalTest, TrueResult, FalseResult)`.

What should be added before a fraction to avoid entering it as a date?
  • a)
    //
  • b)
    FR
  • c)
    Zero
  • d)
    Zero Space
Correct answer is option 'D'. Can you explain this answer?

Rohit Sharma answered
Explanation:
To avoid entering a fraction as a date, the following should be added before the fraction:
A: //
Adding "//" before a fraction can help avoid it being interpreted as a date. For example, "//1/2" would be recognized as a fraction instead of a date.
B: FR
Adding "FR" before a fraction can also prevent it from being interpreted as a date. For instance, "FR 1/2" would be recognized as a fraction rather than a date.
C: Zero
Adding the word "Zero" before a fraction can serve as a precautionary measure to avoid it being mistaken for a date. For example, "Zero 1/2" would be interpreted as a fraction.
D: Zero Space
Adding "Zero Space" before a fraction can also prevent it from being identified as a date. For instance, "Zero Space 1/2" would be recognized as a fraction rather than a date.
In summary, any of these options can be used before a fraction to ensure it is not mistaken for a date.

What is the shortcut key to insert current date in a cell?
  • a)
    CTRL + D
  • b)
    CTRL + T
  • c)
    CTRL + ;
  • d)
    CTRL + /
Correct answer is option 'C'. Can you explain this answer?

Rohit Sharma answered
Shortcut Key to Insert Current Date in a Cell:
To insert the current date in a cell in Microsoft Excel, you can use a shortcut key combination. The correct shortcut key to achieve this is CTRL ;.
Here's a detailed explanation:
1. Open Microsoft Excel and navigate to the desired worksheet.
2. Click on the cell where you want to insert the current date.
3. Press the CTRL key on your keyboard and hold it down.
4. While still holding down the CTRL key, press the ; (semicolon) key.
5. Release both keys.
6. The current date will be inserted into the selected cell.
Note: The inserted date will remain static and will not automatically update to the current date unless you manually refresh it.
Additional Shortcut Keys:
In addition to the shortcut key mentioned above, here are a few other helpful shortcuts in Microsoft Excel:
- CTRL D: This shortcut is used to fill down the contents of the selected cell or cells from the cell above.
- CTRL T: This shortcut is used to create a new table from the selected data range.
- CTRL /: This shortcut is used to start a comment in the active cell.

Remember to use the appropriate shortcut key based on the specific action you want to perform in Microsoft Excel.

What is the shortcut key to hide entire column?
  • a)
    CTRL + −
  • b)
    CTRL + 0
  • c)
    CTRL + H
  • d)
    CTRL + C
Correct answer is option 'B'. Can you explain this answer?

Rohit Sharma answered
Shortcut Key to Hide Entire Column in Excel:
To hide an entire column in Excel, you can use the following shortcut key:
Answer: B - CTRL 0
Here is a detailed explanation of the shortcut key:
1. CTRL: This key is the Control key on your keyboard.
2. 0: This is the number zero key on your keyboard.
To hide an entire column using the CTRL 0 shortcut key, follow these steps:
1. Select the column: Click on the header of the column you want to hide. The entire column should be highlighted.
2. Press CTRL 0: While the column is selected, press the CTRL key on your keyboard, followed by the number zero key (0).
Important Points to Note:
- This shortcut key hides the entire column, including all the cells and data within that column.
- The hidden column is not deleted, it is just hidden from view.
- To unhide a column, you can use the CTRL SHIFT 0 shortcut key.
Summary:
The shortcut key to hide an entire column in Excel is CTRL 0. This allows you to quickly hide columns in your spreadsheet without deleting them. Remember to select the column first and then press CTRL 0 to hide it.

Chapter doubts & questions for MS Excel - Olympiad Preparation for Class 10 2025 is part of Class 10 exam preparation. The chapters have been prepared according to the Class 10 exam syllabus. The Chapter doubts & questions, notes, tests & MCQs are made for Class 10 2025 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests here.

Chapter doubts & questions of MS Excel - Olympiad Preparation for Class 10 in English & Hindi are available as part of Class 10 exam. Download more important topics, notes, lectures and mock test series for Class 10 Exam by signing up for free.

Top Courses Class 10

Related Class 10 Content