Class 9 IT Chapter - Spreadsheet Topic - Cell Reference In MS Excel - Arvindzeclass - NCERT Solutions

Post Top Ad

Monday, February 27, 2023

Class 9 IT Chapter - Spreadsheet Topic - Cell Reference In MS Excel


What are the various types of cell reference in MS Excel?

A cell reference is the unique address of each cell in a worksheet which helps to get results in a formula. There are three types of cell reference.



BUY
Class 10 IT (402) Book 
 
Click the Link

1) Relative Cell Reference: A relative cell reference changes its address in a formula according to its values when we copy and paste in other location.

 

A

B

C

1

5

6

=A1+B1

2

3

6

=A2+B2

3

4

2

=A3+B3

4

7

4

=A4+B4

--------------------------------------------------

 Other Topic of this Chapter

-------------------------------------------------


2) Absolute Cell Reference: An absolute cell reference doesn’t change its cell address in a formula when we copy and paste in other location. It remains constant. $ (dollar) sign is used in absolute cell reference.

 

A

B

C

1

5

6

=$A$1+B1

2

3

6

=$A$1+B2

3

4

2

=$A$1+B3

4

7

4

=$A$1+B4


3) Mixed Cell Reference: A combination of relative cell reference and absolute cell reference is called mixed cell reference.


--------------------------------------------------

 Class 9 IT (402) Notes

Part - A

 
Part - B 

Chapter 1 – Introduction to IT - ITeS Industries
Chapter 2–  Data Entry & Keyboard Skills
Chapter 3 – Digital Documentation
Chapter 4 – Electronic Spreadsheet
Chapter 5 – Electronic Presentation

--------------------------------------------------

What are functions? Explain the different part of functions.

A function is built-in formula in Excel. A function always starts with = (equal to) sign. Arguments are passed in a function and after calculation, it returns result. There are different types of functions. For example: =sum(A1:N1)

functions in spreadsheet
Function in Excel

1) Maths Function: These functions perform mathematical calculation and return results.


Function

Use

Example

=Sum(argument)

Gives sum of a range

=Sum(2,4,6)
Answer=12

=Power(number, power)

Multiply a number N times

=Power(4,2)
Answer=16

=Count(argument)

Counts values in a range

=Count(2,5,6,7)
Answer=4

=Product(argument)

Returns product of a range

=Product(2,4,2)
Answer=16

=MOD(number, divisor)

Returns remainder after division

=MOD(7,2)
Answer=1

=SQRT(argument)

Gives square root of a number

=SQRT(49)
Answer=7


 
--------------------------------------------------

-------------------------------------------------

2) Statistical Function: These functions process large data in statistic and help in analyzing.
 

Function

Use

Example

=Min(argument)

Returns min value in a range

=Min(2,4,6)
Answer=2

=Max(argument)

Returns max value in a range

=Power(4,2,8)
Answer=8

=Average(argument)

Returns average value in a range

=Average(2,4,6)
Answer=4


3) Date & Time Function: These function return date and time according to system calendar.

Function

Use

Example

=Today()

Gives current date

=Today()
Answer=5/3/2023

=Day(Today())

Gives current day

=Day(Today())
Answer=5

=Month(Today())

Gives current month

=Month(Today())
Answer=3

=Year(Today())

Gives current year

=Year(Today())
Answer=2023


4) Text Function: These functions work on strings and join two words and sentences.

Function

Use

Example

=Lower(text)

Convert text into lowercase

=Lower(“ABC”)
Answer=abc

=Upper(text)

Convert text into lowercase

=Power(“abc”)
Answer=ABC

=Left(text, number)

Give number of text from left side

=Count(“ABCD’,2)
Answer=AB

=Right(text, number )

Give number of text from right side

=Product(“ABCD”, 2)
Answer=CD

=Len(text)

Returns length of word

=Len(“abcde”)
Answer=5

=Concatenate(text, text)

Join two words

=Concatenate(“ab”,”xy”)
Answer=abxy


What is chart? What are the advantages of chart?

A chart is a graphical presentation of data. It becomes easy to analyze large data through patters in a chart.



Advantages of a chart:
1) Chart presents information in graphical form, so it’s easy to analyze.
2) Reader can understand patterns in chart.
3) Data is presented in an informative and attractive way.

What are the different components of a chart in Excel?

A chart has many components, helps to understand a chart. There are many components in a chart.

components of chart
Components of Chart

1) X-axis: It is horizontal axis in a chart. It is also called category axis in a chart.

2) Y-axis: It is vertical axis in a chart. It shows data series in a chart.

3) Title: It tells the purpose and components of a chart.

4) Data Series: Data series is represented as bars comparing x-axis and y-axis in a chart.



5) Plot Area: It is a rectangular area which is actually used for chart.

6) Legend: It is color symbol helps to read a chart.

7) Chart Area: It is rectangular area where all components of chart assemble.

8) Grid lines: It is horizontal line helps to read values in a chart.


What is Chart? Explain different types of chart.

A chart is a graphical presentation of data. It becomes easy to analyze large data through patters in a chart. There are different types of chart:
table ins excel
Table in Spreadsheet
1) Column Chart: A column chart presents data in form of vertical bars. These vertical bars can be compared with each other. X-axis is used as category axis while y-axis is used as data series.
column chart in spreadsheet
Column Chart
2) Bar Chart: A bar chart present data in form of horizontal bars. These horizontal bars used to compare data. X-axis is used as data series while y-axis is used as category axis.
bar chart in spreadsheet
Bar Chart
3) Line Chart: A line chart makes a continuous line which highlights changes in an interval of time in data series.
line chart in spreadsheet
Line Chart
4) Pie Chart: A pie chart is in circle shape divided into slices, each slice shows relative size of the value. A pie chart can show only one data series.
pie chart in spreadsheet
Pie Chart
5) Area Chart: An area chart shows magnitude of data over a period of time. It forms mountains between two axes.
area chart in spreadsheet
Area Chart
6) Scatter Chart: A scatter chart is also called X-Y Scatter chart. It shows the collision of two values between x and y axis.
scatter chart in spreadsheet
Scatter Chart
7) Doughnut Chart: A doughnut chart is made of more than one data series. Each ring shows one data series.
doughnut chart in spreadsheet
Doughnut Chart
8) Radar Chart: A radar chart looks like a web dots connecting with each other and resembles with radar which is used to detect enemy airplane.

Radar chart in spreadsheet
Radar Chart

No comments:

Post a Comment

Post Top Ad