One-Shot Excel Chapter - Class 12 Typography & Computer Applications
One-Shot Excel Chapter - Class 12 Typography & Computer Applications
1. Formatting in Excel
One-Mark Questions with Answers
a
It adjusts the width of a column or the height of a row to fit the longest entry in that
column or row.
2. How can you hide a row in Excel?
edSelect the row, then go to Home tab → Cells group → Format → Visibility → Hide &
Unhide → Hide Rows.
3. What is the shortcut to unhide a column in Excel?
Select the columns on either side of the hidden column, then go to Home tab →
Cells group → Format → Visibility → Unhide Columns.
4. What is the purpose of the Merge & Center option in Excel?
illV
It combines multiple selected cells into one and centers the content inside.
5. Which Excel feature is used to apply pre-designed formatting styles to
worksheets?
The 'Cell Styles' feature under the Home tab → Styles group allows applying
predefined formatting styles.
6. What is the function of the Format Painter in Excel?
It copies the formatting from one cell and applies it to another.
7. How do you create a new cell style in Excel?
Sk
Go to Home tab → Styles group → Cell Styles → New Cell Style, then define the
formatting options.
8. What does the AutoCorrect feature do in Excel?
It automatically corrects typos and misspelled words while typing.
9. How do you remove a cell style in Excel?
Select the formatted cells, go to Home tab → Styles group → Cell Styles, then
choose 'Normal' to remove formatting.
a
15.What is the purpose of the AutoSum function?
It quickly sums up a selected range of numbers. The shortcut is ALT + =.
16.What does the function =SUM(A1:A10) do?
ed
It adds all values from cells A1 to A10 and returns the total sum.
17.What happens when you copy a formula using relative referencing?
The cell references in the formula adjust automatically based on their new position.
18.What is an absolute reference in Excel?
An absolute reference does not change when copied and is represented with $, e.g.,
$A$1.
illV
3. Charts in Excel
One-Mark Questions with Answers
a
contains obtained marks out of 500.
29.If a company tracks daily production, which function can be used to calculate
the total production in a month?
The SUM function, e.g., =SUM(B2:B32), where B2 to B32 contain daily production
ed
data.
30.What function is used to find the highest sales recorded in a week?
The MAX function, e.g., =MAX(B2:B8), returns the largest number from the given
range.
31.How can you find the lowest temperature recorded in a city in a month?
The MIN function, e.g., =MIN(A2:A31), gives the smallest number in the range.
illV
32.What function can count how many students scored more than 90 in a test?
Use the COUNTIF function: =COUNTIF(B2:B51,">90") counts cells with values
greater than 90.
Practice Questions
Sk
(A) Calculate Total for each month (B7, C7, D7, E7, F7, G7)
Explanation:
a
The SUM function adds up all sales values for a given month. This helps find the total
revenue generated for that month.
ed
(B) Calculate Average for each month (B8, C8, D8, E8, F8, G8)
Explanation:
The AVERAGE function calculates the mean sales value for each month. It is useful to
analyze monthly performance trends and compare performance across months.
(C) Calculate Highest Sales for each month (B9, C9, D9, E9, F9, G9)
Explanation:
The MAX function helps find the highest sales recorded in each month. It identifies the
best-performing employee for that month.
(D) Calculate Lowest Sales for each month (B10, C10, D10, E10, F10,
G10)
a
● February (C10): =MIN(C2:C6)
● March (D10): =MIN(D2:D6)
● April (E10): =MIN(E2:E6)
ed
● May (F10): =MIN(F2:F6)
● June (G10): =MIN(G2:G6)
Explanation:
The MIN function finds the lowest sales recorded in each month. This helps in identifying
illV
employees who need improvement in sales performance.
(E) Create a Column Graph on a New Sheet titled "Monthly Sales for Six
Months"
Explanation:
A column chart is the best choice for comparing sales performance across months. It
makes it easier to identify trends, such as which months had the highest and lowest sales.
a
Average =AVERAGE(B2:B6
Sales )
ed
Highest
Sales
=MAX(B2:B6)