DEV Community

Punitha
Punitha

Posted on

Introduction to Data

What is Data?
Data refers to raw facts, figures, observations, or values that are collected and stored for processing.

Student ID     Name     Marks
101            Vijay    90
102            John     85
Enter fullscreen mode Exit fullscreen mode
  • 101,102 are data

  • Names are data

  • Marks are data

Types of Data:

  • Numerical Data - Data represented by numbers
Age = 21
Salary = 50000
Marks = 90
Enter fullscreen mode Exit fullscreen mode
  • Text Data - Data represented by letters or words
Name = John
City = Chennai
Department = CSE
Enter fullscreen mode Exit fullscreen mode
  • Data and Time Data
20-07-2026
10:30 AM
Enter fullscreen mode Exit fullscreen mode

Why is Data Important?

  • Decision Making

  • Analysis and Reporting

  • Business Information

  • Performance Tracking

  • Databases Applications

Top comments (0)