Computer Science, asked by naruto5885, 11 months ago

What r the different types of data used in excel in computerl?

Answers

Answered by Anonymous
2

Answer:

In Excel, the worksheet consists of a grid of columns and rows that form cells. You enter three types of data in cells: labels, values, and formulas. Labels (text) are descriptive pieces of information, such as names, months, or other identifying statistics, and they usually include alphabetic characters.

Answered by shambit2001gmailcom
0

Common examples of data types

Boolean (e.g., True or False)

Character (e.g., a)

Date (e.g., 03/01/2016)

Double (e.g., 1.79769313486232E308)

Floating-point number (e.g., 1.234)

Integer (e.g., 1234)

Long (e.g., 123456789)

Short (e.g., 0)

String (e.g., abcd)

Void (e.g., no data)

Depending on the programming language, there may also be many more data types that serve a specific function and store data in a particular way. Understanding the different data types allows programmers to design computer applications more efficiently and accurately.

Similar questions