SlideShare a Scribd company logo
ACADEMIC YEAR PLAN
Lesson
No.
Chapter
Name Concepts Skills Values Reinforced
2
Number
System
Number System
Convert decimal number to binary,
hexa-decimal and octal number
Awareness about the
development in computer
technology
Decimal
Number systems
Convert octal, hexa-decimal number
to binary number system
Patience and preservence in the
pursuit of self goals
Binary Number
System
Convert hexa-decimal number to
octal number
Hexa-decimal
Number System Computational thinking
Octa-decimal
Number System Step wise thinking
Number System
Number System is a way to represent the numbers in the computer architecture.
There are four different types of the number system, such as:
 Binary number system (base 2)
 Octal number system (base 8)
 Decimal number system (base 10)
 Hexadecimal number system (base 16).
What is Binary number system?
The binary number system, also called the base-2 number system, is a method of
representing numbers that counts by using combinations of only two numerals: zero (0) and one
(1). Computers use the binary number system to manipulate and store all of their data
including numbers, words, videos, graphics, and music.
 A single binary digit is called a “Bit”. A binary number consists of several bits. Examples are:
 101 is a three-bit binary number
 1101 is a four-bit binary number
 10101 is a five-bit binary number
 100001 is a six-bit binary number
What is Bit in Binary number system?
Conversion of decimal number system into
binary number system
Following are the steps that need to be followed while converting decimal number
system into binary number system.
Step1: Divide the given number by 2.
Step 2: Write down the remainder and divide the quotient again by 2. The steps are
repeated till the quotient becomes zero.
Ex: (25)10 = ( ? )2
Ans:(11001)2
2 25
2 12 1
2 6 0
2 3 0
1 1
1
What is Bite in Binary number system?
The basic unit of information in computer storage and processing.
A bite consists of eight adjacent binary digits (bits) each of which consists of a 0 or 1. the
storage of bits making up a bite is processed as a unit by a computer.
Example : 10110111 is a bite and can represent data like a text, image or sound in a
computer.
Conversion of binary number system into
decimal number system
 Multiply each digit with its positional value, which is in terms of powers of 2, starting from
the extreme right digit.
 Increase the power one by one, keeping the base fixed at 2.
 Add all the products to get the decimal number.
Let’s understand with examples.
Example 1: (1001)2 = (?)10 Example 1: (1010)2 = (?)10
1 * 20 = 1 0 * 20 = 0
0 * 21 = 0 1 * 21 = 2
0 * 22 = 0 0 * 22 = 0
1 * 23 = 8 1 * 23 = 8
9 10
(1001)2 = (9)10 (1010)2 = (10)10
Octal Number System
The octal number system consists of 8 digits, i.e., 0 to 7. Hence, the base of octal number system is 8.
Some examples of octal number system are 527 and 45.
Conversion of Octal Number System into Decimal Number System
Step 1: Multiply each digit with its positional value, which is in terms of power of 8, starting from the
extreme right digit.
Step 2: Increase the power one by one, keeping the base fixed at 8.
Step 3: Add all the products to get the decimal number.
Let’s understand with an example.
(345)8 = (?)10
(345)8
5 * 80 = 5
4 * 81 = 32
3 * 82 = 192
229
(345)8 = (229)10
Hexadecimal Number System
The hexadecimal number system consists of 16 digits, i.e., 0 to 9 digits and letters A to F, where 10
represents A, 11 represents B, 12 represents C, 13 represents D 14 represents E, and 15 represents F.
Thus, the base of hexadecimal number system is 16. Some examples of hexadecimal number system
are 54A, 64A and 4D2.
Conversion of Hexadecimal Number system into Decimal Number System
Step 1: Multiply each digit with its positional value, which is in terms of power of 16, starting from
the extreme right digit.
Step 2: Increase the power 1 by 1 keeping the base fixed at 16.
Step 3: add all the products to get the decimal number.
let us understand with an example:
( 4D2)16 = (?)10
(4D2)16
2 * 160 = 2
D * 161 = 208
4 * 162 = 1024
1236
Binary Numbers Table
How to calculate the binary number
system?
For example, the number to be operated is 1235.
 This indicates,
 1235 = 1 × 1000 + 2 × 100 + 3 × 10 + 5 × 1
 Given,
Thousands Hundreds Tens One / Unit
1 2 3 5
1000 = 10
3
= 10 × 10 × 10
100 = 10
2
= 10 × 10
10 = 10
1
= 10
1 = 10
0
(any value to the
exponent zero is one)
Binary Arithmetic Operations
Like we perform the arithmetic operations in numerals, in the same way, we can
perform addition, subtraction, multiplication and division operations on Binary
numbers. Let us learn them one by one.
Binary Addition:
Adding two binary numbers will give us a binary number itself. It is the simplest
method.
For example: Add 11012 and 10012.
Solution:
Binary Subtraction
Subtracting two binary numbers will give us a binary number itself. It is also a
straightforward method.
Example: Subtract 11012, and 10102.
Solution:
Binary Multiplication
The multiplication process is the same for the binary numbers as it is for numerals. Let
us understand it with example.
Example: Multiply 11012 and 10102.
Solution:
Binary Division
The binary division is similar to the decimal number division method. We will learn with
an example here.
Example: Divide 10102 by 102
Solution:

More Related Content

What's hot

Binary ppt tr
Binary ppt trBinary ppt tr
Binary ppt trtomrussso
 
Number Systems and Binary Aritmetics
Number Systems and Binary AritmeticsNumber Systems and Binary Aritmetics
Number Systems and Binary Aritmetics
Delowar Hossain
 
Number system
Number systemNumber system
Number system
Gagan Deep
 
Mrs. Noland's Binary System ppt
Mrs. Noland's Binary System pptMrs. Noland's Binary System ppt
Mrs. Noland's Binary System ppt
dsparone
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
Zaheer Abbasi
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representationekul
 
Number system
Number systemNumber system
Number system
Palash Sachan
 
NUMBER SYSTEM
NUMBER SYSTEMNUMBER SYSTEM
Binary computing
Binary computingBinary computing
Binary computing
samina khan
 
Floating point presentation
Floating point presentationFloating point presentation
Floating point presentation
SnehalataAgasti
 
Number system utm notes
Number system utm notesNumber system utm notes
Number system utm notes
Kurenai Ryu
 
Number system
Number systemNumber system
Number system
RajThakuri
 
Binary code - Beginning
Binary code - BeginningBinary code - Beginning
Binary code - Beginning
Debbie Eitner
 
Number system
Number systemNumber system
Number system
Sajib
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmeticgavhays
 
Number System
Number SystemNumber System
Number System
Meenakshi Paul
 

What's hot (19)

Binary
BinaryBinary
Binary
 
Binary ppt tr
Binary ppt trBinary ppt tr
Binary ppt tr
 
Number Systems and Binary Aritmetics
Number Systems and Binary AritmeticsNumber Systems and Binary Aritmetics
Number Systems and Binary Aritmetics
 
Number system
Number systemNumber system
Number system
 
Mrs. Noland's Binary System ppt
Mrs. Noland's Binary System pptMrs. Noland's Binary System ppt
Mrs. Noland's Binary System ppt
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
 
Number system
Number systemNumber system
Number system
 
NUMBER SYSTEM
NUMBER SYSTEMNUMBER SYSTEM
NUMBER SYSTEM
 
Binary arithmetic
Binary arithmeticBinary arithmetic
Binary arithmetic
 
Binary computing
Binary computingBinary computing
Binary computing
 
Floating point presentation
Floating point presentationFloating point presentation
Floating point presentation
 
Number system utm notes
Number system utm notesNumber system utm notes
Number system utm notes
 
Number system
Number systemNumber system
Number system
 
Binary code - Beginning
Binary code - BeginningBinary code - Beginning
Binary code - Beginning
 
Number system
Number systemNumber system
Number system
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
Number System
Number SystemNumber System
Number System
 
Binary true ppt
Binary true pptBinary true ppt
Binary true ppt
 

Similar to Number system

Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
Wollo UNiversity
 
DLD Chapter-1.pdf
DLD Chapter-1.pdfDLD Chapter-1.pdf
DLD Chapter-1.pdf
TamiratDejene1
 
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
Arti Parab Academics
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptx
ODAATUBE1
 
Data representation
Data representationData representation
Data representation
vikram mahendra
 
Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1
Deepak John
 
Number systems and conversions
Number systems and conversionsNumber systems and conversions
Number systems and conversions
Susantha Herath
 
module 3,Boolean algebra and logic circuits .pptx
module 3,Boolean algebra and logic circuits .pptxmodule 3,Boolean algebra and logic circuits .pptx
module 3,Boolean algebra and logic circuits .pptx
keemjupiter
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
AnaMarieFrane
 
NUMBER SYSTEM.pptx
NUMBER  SYSTEM.pptxNUMBER  SYSTEM.pptx
NUMBER SYSTEM.pptx
AsifRahaman16
 
Number system by ammar nawab
Number system by ammar nawabNumber system by ammar nawab
Number system by ammar nawab
Ammar_n
 
Data representation
Data representationData representation
Data representation
Manish Kumar
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
NathanielRapanut2
 
Data repersentation.
Data repersentation.Data repersentation.
Data repersentation.
Ritesh Saini
 
Digital Electronics Notes.pdf
Digital Electronics Notes.pdfDigital Electronics Notes.pdf
Digital Electronics Notes.pdf
4NM21IS132SAISHARATH
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental
Aman anand kumar
 
Computer Number system
Computer Number systemComputer Number system
Computer Number system
Anil Kumar Prajapati
 

Similar to Number system (20)

Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
 
DCF QNA edited
DCF QNA editedDCF QNA edited
DCF QNA edited
 
DLD Chapter-1.pdf
DLD Chapter-1.pdfDLD Chapter-1.pdf
DLD Chapter-1.pdf
 
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptx
 
Data representation
Data representationData representation
Data representation
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1
 
Number systems and conversions
Number systems and conversionsNumber systems and conversions
Number systems and conversions
 
module 3,Boolean algebra and logic circuits .pptx
module 3,Boolean algebra and logic circuits .pptxmodule 3,Boolean algebra and logic circuits .pptx
module 3,Boolean algebra and logic circuits .pptx
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
NUMBER SYSTEM.pptx
NUMBER  SYSTEM.pptxNUMBER  SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Number system by ammar nawab
Number system by ammar nawabNumber system by ammar nawab
Number system by ammar nawab
 
Data representation
Data representationData representation
Data representation
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Data repersentation.
Data repersentation.Data repersentation.
Data repersentation.
 
Digital Electronics Notes.pdf
Digital Electronics Notes.pdfDigital Electronics Notes.pdf
Digital Electronics Notes.pdf
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental
 
Computer Number system
Computer Number systemComputer Number system
Computer Number system
 

Recently uploaded

The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 

Recently uploaded (20)

The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 

Number system

  • 1. ACADEMIC YEAR PLAN Lesson No. Chapter Name Concepts Skills Values Reinforced 2 Number System Number System Convert decimal number to binary, hexa-decimal and octal number Awareness about the development in computer technology Decimal Number systems Convert octal, hexa-decimal number to binary number system Patience and preservence in the pursuit of self goals Binary Number System Convert hexa-decimal number to octal number Hexa-decimal Number System Computational thinking Octa-decimal Number System Step wise thinking
  • 2. Number System Number System is a way to represent the numbers in the computer architecture. There are four different types of the number system, such as:  Binary number system (base 2)  Octal number system (base 8)  Decimal number system (base 10)  Hexadecimal number system (base 16).
  • 3. What is Binary number system? The binary number system, also called the base-2 number system, is a method of representing numbers that counts by using combinations of only two numerals: zero (0) and one (1). Computers use the binary number system to manipulate and store all of their data including numbers, words, videos, graphics, and music.  A single binary digit is called a “Bit”. A binary number consists of several bits. Examples are:  101 is a three-bit binary number  1101 is a four-bit binary number  10101 is a five-bit binary number  100001 is a six-bit binary number What is Bit in Binary number system?
  • 4. Conversion of decimal number system into binary number system Following are the steps that need to be followed while converting decimal number system into binary number system. Step1: Divide the given number by 2. Step 2: Write down the remainder and divide the quotient again by 2. The steps are repeated till the quotient becomes zero. Ex: (25)10 = ( ? )2 Ans:(11001)2 2 25 2 12 1 2 6 0 2 3 0 1 1 1
  • 5. What is Bite in Binary number system? The basic unit of information in computer storage and processing. A bite consists of eight adjacent binary digits (bits) each of which consists of a 0 or 1. the storage of bits making up a bite is processed as a unit by a computer. Example : 10110111 is a bite and can represent data like a text, image or sound in a computer.
  • 6. Conversion of binary number system into decimal number system  Multiply each digit with its positional value, which is in terms of powers of 2, starting from the extreme right digit.  Increase the power one by one, keeping the base fixed at 2.  Add all the products to get the decimal number. Let’s understand with examples. Example 1: (1001)2 = (?)10 Example 1: (1010)2 = (?)10 1 * 20 = 1 0 * 20 = 0 0 * 21 = 0 1 * 21 = 2 0 * 22 = 0 0 * 22 = 0 1 * 23 = 8 1 * 23 = 8 9 10 (1001)2 = (9)10 (1010)2 = (10)10
  • 7. Octal Number System The octal number system consists of 8 digits, i.e., 0 to 7. Hence, the base of octal number system is 8. Some examples of octal number system are 527 and 45. Conversion of Octal Number System into Decimal Number System Step 1: Multiply each digit with its positional value, which is in terms of power of 8, starting from the extreme right digit. Step 2: Increase the power one by one, keeping the base fixed at 8. Step 3: Add all the products to get the decimal number. Let’s understand with an example. (345)8 = (?)10 (345)8 5 * 80 = 5 4 * 81 = 32 3 * 82 = 192 229 (345)8 = (229)10
  • 8. Hexadecimal Number System The hexadecimal number system consists of 16 digits, i.e., 0 to 9 digits and letters A to F, where 10 represents A, 11 represents B, 12 represents C, 13 represents D 14 represents E, and 15 represents F. Thus, the base of hexadecimal number system is 16. Some examples of hexadecimal number system are 54A, 64A and 4D2. Conversion of Hexadecimal Number system into Decimal Number System Step 1: Multiply each digit with its positional value, which is in terms of power of 16, starting from the extreme right digit. Step 2: Increase the power 1 by 1 keeping the base fixed at 16. Step 3: add all the products to get the decimal number. let us understand with an example: ( 4D2)16 = (?)10 (4D2)16 2 * 160 = 2 D * 161 = 208 4 * 162 = 1024 1236
  • 10. How to calculate the binary number system? For example, the number to be operated is 1235.  This indicates,  1235 = 1 × 1000 + 2 × 100 + 3 × 10 + 5 × 1  Given, Thousands Hundreds Tens One / Unit 1 2 3 5 1000 = 10 3 = 10 × 10 × 10 100 = 10 2 = 10 × 10 10 = 10 1 = 10 1 = 10 0 (any value to the exponent zero is one)
  • 11. Binary Arithmetic Operations Like we perform the arithmetic operations in numerals, in the same way, we can perform addition, subtraction, multiplication and division operations on Binary numbers. Let us learn them one by one. Binary Addition: Adding two binary numbers will give us a binary number itself. It is the simplest method. For example: Add 11012 and 10012. Solution:
  • 12. Binary Subtraction Subtracting two binary numbers will give us a binary number itself. It is also a straightforward method. Example: Subtract 11012, and 10102. Solution:
  • 13. Binary Multiplication The multiplication process is the same for the binary numbers as it is for numerals. Let us understand it with example. Example: Multiply 11012 and 10102. Solution:
  • 14. Binary Division The binary division is similar to the decimal number division method. We will learn with an example here. Example: Divide 10102 by 102 Solution: