In the digital world, computers don’t understand letters, images, or sounds the way we do. Instead, they work with numbers and specific patterns of data. Understanding numbering systems and data representation is essential for every computer student, as it forms the foundation of how computers store, process, and communicate information.
This unit covers important concepts such as:
- Numbering Systems: Learn about decimal, binary, octal, and hexadecimal systems and how computers use them to process data efficiently.
- Data Representation in Computing Systems: Explore how text, images, audio, and video are represented in a format that computers can understand.
- Binary Arithmetic Operations: Understand addition, subtraction, multiplication, and division using binary numbers, which is fundamental for computing processes.
- Common Text Encoding Schemes: Discover ASCII, Unicode, and other encoding schemes that allow computers to represent characters and symbols.
- Storing Multimedia: Learn how computers store images, audio, and video using binary data and different file formats.
By studying this unit, students will gain a clear understanding of how computers handle all types of data and perform calculations, which is crucial for programming, networking, and all other computer science applications.
📥 Download Class 9 Computer Unit 2 Notes PDF
Students can now download the complete Class 9 Computer Notes Unit 2 – Number Systems & Data Representation in PDF. These notes are exam-focused, easy to understand, and cover all important topics:
Skip to PDF content- Numbering Systems (Binary, Decimal, Octal, Hexadecimal)
- Binary Arithmetic Operations (Addition, Subtraction, Multiplication, Division)
- Common Text Encoding Schemes (ASCII, Unicode)
- Data Representation in Computing Systems
- Storing Images, Audio, and Video in Computers
FAQs – Class 9 Computer Unit 2
Q1: What is a Numbering System in computers?
A numbering system is a way to represent numbers using a specific set of symbols. Computers mainly use the binary system (0 and 1) to process data, while humans usually use the decimal system (0–9).
Q2: Why do computers use binary numbers?
Computers use binary numbers because digital devices operate using two states: ON (1) and OFF (0). Binary simplifies processing and storage at the hardware level.
Q3: What are the common text encoding schemes?
Some common encoding schemes include:
- ASCII – Represents English characters using 7 or 8 bits.
- Unicode – Supports characters from almost all languages and symbols.
Q4: How do computers store images, audio, and video?
Computers convert all multimedia into binary data. Images are stored using pixels, audio as samples, and video as a sequence of images with sound. Different file formats (JPEG, MP3, MP4) help in compression and storage.
Q5: What are binary arithmetic operations?
Binary arithmetic operations include addition, subtraction, multiplication, and division using only 0s and 1s. These operations are the foundation of all computer calculations.
Q6: How is data representation important in computing?
Data representation allows computers to store, process, and transmit information efficiently. Without proper representation, computers cannot understand or manipulate data correctly.
Q7: Is understanding numbering systems necessary for programming?
Yes! Knowing numbering systems, binary arithmetic, and data representation helps in programming, debugging, and understanding how computers work internally.
MCQs – Class 9 Computer Unit 2
1. Which numbering system is mainly used by computers?
(a) Decimal
(b) Binary ✅
(c) Octal
(d) Hexadecimal
2. How many symbols does the hexadecimal system use?
(a) 8
(b) 10
(c) 16 ✅
(d) 2
3. What does ASCII stand for?
(a) American Standard Code for Information Interchange ✅
(b) Automated System Code for International Information
(c) Advanced Standard Coding for Internet
(d) None of the above
4. Which of the following is a binary arithmetic operation?
(a) Addition ✅
(b) Square root
(c) Logarithm
(d) Sine
5. Which encoding scheme supports characters from almost all languages?
(a) ASCII
(b) Unicode ✅
(c) Binary
(d) Hexadecimal
6. How are images stored in computers?
(a) As text only
(b) As pixels in binary format ✅
(c) As sound waves
(d) As decimal numbers
7. What is the base of the binary system?
(a) 2 ✅
(b) 8
(c) 10
(d) 16
8. Audio in computers is stored as
(a) Text
(b) Samples in binary ✅
(c) Pixels
(d) Decimal numbers
9. Which file format is commonly used for video?
(a) JPEG
(b) MP3
(c) MP4 ✅
(d) GIF
10. Why is data representation important in computers?
(a) To make computers slower
(b) To store, process, and transmit information efficiently ✅
(c) To create more numbers
(d) To avoid using programming languages