E EpicCBT
Home Lesson Notes Quiz Center Leaderboard Login
All notes Data Processing · Data Types and Data Representation · SSS1

Data Types and How Data Is Represented in a Computer

1 views

What Is Data?

Data refers to raw facts and figures that have not yet been processed into meaningful information. Data processing turns raw data into useful information.

Common Data Types

  • Numeric: whole numbers (integers) and decimal numbers (floating point), e.g. 25, 3.14.
  • Character/Text (String): letters, words and symbols, e.g. "Adewale".
  • Boolean: logical values with only two states - True or False.
  • Date/Time: represents calendar dates and times.

How Computers Represent Data

Computers only understand two states, represented by the binary number system (0s and 1s). All data - numbers, letters, images and sound - is eventually converted into binary code for storage and processing.

Units of Data

  • Bit - the smallest unit (0 or 1).
  • Byte - 8 bits, usually represents one character.
  • Kilobyte, Megabyte, Gigabyte, Terabyte - increasingly larger units used to measure storage capacity.

Why This Matters

Understanding data types helps programmers and computer users know how data will be stored, processed and validated correctly.

Test yourself on Data Processing

Data Types and Data Representation Quiz

3 questions 10 min SSS1
Start quiz

Spreadsheet Fundamentals and Formulas Practice Test

45 questions 15 min SSS1
Start quiz

Word Processing and Data Presentation Practice Test

50 questions 15 min SSS1
Start quiz

Data Types and Data Representation Practice Test

50 questions 15 min JSS3
Start quiz

Data Processing Cycle and Number Systems Practice Test

100 questions 25 min JSS2
Start quiz

1st CA Data Processing

63 questions 10 min SSS2
Start quiz

Track your reading & take quizzes

Create free account