SlideShare a Scribd company logo
NUMBER SYSTEM
Program Name : BBA (FS&B)
Semester : 1st Sem
Course Name: Computer &
Information Systems
Course Code : BBA/II/104
What is Number System ?
•A system for representing number of certain
type.
•A number system defines a set of values
used to represent quantity.
• Example:
–There are several systems for representing
the counting numbers.
–These include the usual base “10” or decimal
system : 0,1,2,3,…..10,11,12,..99,100,…
Number System
•Decimal is the number system and is used in our day to day life
•Binary is a number system that is used in computers
•Octal is a number system that represents groups of binary
numbers. It is used in digital displays.
•Hexadecimal (Hex) is a number system that represents groups
of binary numbers. Hex is primarily used in computing.
Different Number System
•Decimal Number System
-Base 10
• Binary Number System
- Base 2
• Octal Number System
-Base 8
• Hexadecimal Number Sys tem
- Base 16
Common Number System
Decimal 10 0, 1, … 9 Yes No
Binary 2 0, 1 No Yes
Octal 8 0, 1, … 7 No No
Hexa- 16 0, 1, … 9, No No
System Base Symbols
Used by
humans?
Used in
computers
?
decimal A, B, … F
Counting
Decimal Binary Octal
8 1000 10 8
9 1001 11 9
10 1010 12 A
11 1011 13 B
12 1100 14 C
13 1101 15 D
14 1110 16 E
15 1111 17 F
Hexa- decimal
Decimal Number System
• Decimal number system contains ten unique symbols 0,1,2,3,4,5,6,7,8 and 9.
• Since counting in decimal involves ten symbols, we can say that its base or
radix is ten.
• In this system, any number (integer, fraction or mixed) of any magnitude can
be represented by the use of these ten symbols only
• Each symbols in the number is called a “Digit”
• Examples
• 1214
• 1897
• 9875.54
Binary Number System
•Binary number system is a positional weighted system.
•It contains two unique symbols 0 and 1.
•Since counting in binary involves two symbols , we can say that its
base or radix is two.
•A binary digit is called a “Bit”
•A binary number consists of a sequence of bits, each of which is
either a 0 or a 1.
•The binary point separates the integer and fraction parts.
•Examples,
1110
0000
1001
0101
Octal Number System
•Octal number system is a positional weighted system.
•It contains eight unique symbols 0,1,2,3,4,5,6 and 7.
•Since counting in octal involves eight symbols, we can say that its base or
radix is eight.
•The largest value of a digit in the octal system will be 7.
•That means the octal number higher than 7 will not be 8, instead of that it
will be 10
Hexadecimal Number System
•Binary numbers are long. These numbers are fine for
machines but are too lengthy to be handled by human
beings. So there is a need to represent the binary numbers
concisely.
•One number system developed with this objective is the
hexadecimal number system (or Hex)
•It contains sixteen unique symbols
•0,1,2,3,4,5,6,7,8,9,A,B,C,D,E and F.
•Since counting in hex involves sixteen symbols, we can say
that its base or radix is sixteen.
BCD or 8421 Numbers
•BCD means Binary Coded Decimal.
•BCD is a system of weiting a numbers that a four-digit binary code to
each digit 0 through 9 in decimal numbers.
•The smallest BCD number is (0000) and the largest is (1001).The next
number to 9 will be 10 which is expressed as (0001 0000) in BCD.
•There are six illegal combinations 1010, 1011,1100, 1101, 1110 and 1111 in
this code i.e. they are not part of the 8421 BCD code
Decimal to BCD conversion
1 2 0010
2 11 00010001
3 6 0110
4 213 001000010011
5 10 0001000
Sr.No. Decimal Number BCD
First Conversion
Second conversion
10/19/202017
Aravali College of Engineering And Management
Jasana, Tigoan Road, Neharpar, Faridabad, Delhi NCR
Toll Free Number : 91- 8527538785
Website : www.acem.edu.in

More Related Content

What's hot

Number system of computer
Number system of computerNumber system of computer
Number system of computer
VishalChaudhary151
 
Introduction to binary number system
Introduction to binary number systemIntroduction to binary number system
Introduction to binary number system
Vikas Dongre
 
Data representation
Data representationData representation
Data representation
Prashant Saurabh
 
11 octal number system
11   octal number system11   octal number system
11 octal number system
Lee Chadwick
 
6.number system
6.number system6.number system
6.number system
vanitha caroline
 
Binary ppt tr
Binary ppt trBinary ppt tr
Binary ppt trtomrussso
 
Data representation
Data representationData representation
Data representation
Prof. Dr. K. Adisesha
 
Computer arithematic
Computer arithematicComputer arithematic
Computer arithematic
AestheticCrafts
 
Conversion of Number Systems
Conversion of Number SystemsConversion of Number Systems
Conversion of Number Systems
Sanjeev Kumar Prajapati
 
Binary number
Binary numberBinary number
Binary number
ecooperms
 
IS 139 Lecture 4
IS 139 Lecture 4IS 139 Lecture 4
IS 139 Lecture 4
wajanga
 
10 hexadecimal number system
10   hexadecimal number system10   hexadecimal number system
10 hexadecimal number system
Lee Chadwick
 
Data representation in a computer
Data representation in a computerData representation in a computer
Data representation in a computer
Girmachew Tilahun
 
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
KonirDom1
 
Computer Data Representation
Computer Data RepresentationComputer Data Representation
Computer Data Representation
ritaester
 
10 hexadecimal number system student
10   hexadecimal number system student10   hexadecimal number system student
10 hexadecimal number system student
Lee Chadwick
 
5.2 Numbering systems
5.2 Numbering systems5.2 Numbering systems
5.2 Numbering systemslpapadop
 
chapter one && two.pdf
chapter one && two.pdfchapter one && two.pdf
chapter one && two.pdf
miftah88
 
Binary numbers-7-12-2011
Binary numbers-7-12-2011Binary numbers-7-12-2011
Binary numbers-7-12-2011
Januário Esteves
 

What's hot (20)

Number system of computer
Number system of computerNumber system of computer
Number system of computer
 
Introduction to binary number system
Introduction to binary number systemIntroduction to binary number system
Introduction to binary number system
 
Data representation
Data representationData representation
Data representation
 
Binary
BinaryBinary
Binary
 
11 octal number system
11   octal number system11   octal number system
11 octal number system
 
6.number system
6.number system6.number system
6.number system
 
Binary ppt tr
Binary ppt trBinary ppt tr
Binary ppt tr
 
Data representation
Data representationData representation
Data representation
 
Computer arithematic
Computer arithematicComputer arithematic
Computer arithematic
 
Conversion of Number Systems
Conversion of Number SystemsConversion of Number Systems
Conversion of Number Systems
 
Binary number
Binary numberBinary number
Binary number
 
IS 139 Lecture 4
IS 139 Lecture 4IS 139 Lecture 4
IS 139 Lecture 4
 
10 hexadecimal number system
10   hexadecimal number system10   hexadecimal number system
10 hexadecimal number system
 
Data representation in a computer
Data representation in a computerData representation in a computer
Data representation in a computer
 
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
 
Computer Data Representation
Computer Data RepresentationComputer Data Representation
Computer Data Representation
 
10 hexadecimal number system student
10   hexadecimal number system student10   hexadecimal number system student
10 hexadecimal number system student
 
5.2 Numbering systems
5.2 Numbering systems5.2 Numbering systems
5.2 Numbering systems
 
chapter one && two.pdf
chapter one && two.pdfchapter one && two.pdf
chapter one && two.pdf
 
Binary numbers-7-12-2011
Binary numbers-7-12-2011Binary numbers-7-12-2011
Binary numbers-7-12-2011
 

Similar to Acem numbersystem

Number system
Number systemNumber system
Number system
Suraj Bora
 
Class 9Number system ppt.pptx
Class 9Number system ppt.pptxClass 9Number system ppt.pptx
Class 9Number system ppt.pptx
SandeepJaiswal43776
 
Lecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionLecture-2(2): Number System & Conversion
Lecture-2(2): Number System & Conversion
Mubashir Ali
 
Intro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptxIntro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptx
must322322
 
Number-Systems presentation of the mathematics
Number-Systems presentation of the mathematicsNumber-Systems presentation of the mathematics
Number-Systems presentation of the mathematics
shivas379526
 
Week 4-Number Systems.pptx
Week 4-Number Systems.pptxWeek 4-Number Systems.pptx
Week 4-Number Systems.pptx
HamnaKhalid25
 
Numbersystemcont
NumbersystemcontNumbersystemcont
Numbersystemcont
Sajib
 
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
 
1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx
LibanMohamed26
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
optimuspc05
 
Decimal, Binary, Octal, And Hexadecimal number systems.
Decimal, Binary, Octal, And Hexadecimal number systems.Decimal, Binary, Octal, And Hexadecimal number systems.
Decimal, Binary, Octal, And Hexadecimal number systems.
AOUN ABBAS
 
number system.pptx
number system.pptxnumber system.pptx
number system.pptx
Pooja Dixit
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
NathanielRapanut2
 
Number system
Number systemNumber system
Number system
Ishfaq Ghani
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
AnaMarieFrane
 
NUMBER SYSTEM.pptx
NUMBER  SYSTEM.pptxNUMBER  SYSTEM.pptx
NUMBER SYSTEM.pptx
AsifRahaman16
 
data representation
 data representation data representation
data representation
Haroon_007
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
Lovely Professional University
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
SheriNagender
 
Decimal to Binary Conversion
Decimal to Binary ConversionDecimal to Binary Conversion
Decimal to Binary Conversion
Mac Mac
 

Similar to Acem numbersystem (20)

Number system
Number systemNumber system
Number system
 
Class 9Number system ppt.pptx
Class 9Number system ppt.pptxClass 9Number system ppt.pptx
Class 9Number system ppt.pptx
 
Lecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionLecture-2(2): Number System & Conversion
Lecture-2(2): Number System & Conversion
 
Intro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptxIntro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptx
 
Number-Systems presentation of the mathematics
Number-Systems presentation of the mathematicsNumber-Systems presentation of the mathematics
Number-Systems presentation of the mathematics
 
Week 4-Number Systems.pptx
Week 4-Number Systems.pptxWeek 4-Number Systems.pptx
Week 4-Number Systems.pptx
 
Numbersystemcont
NumbersystemcontNumbersystemcont
Numbersystemcont
 
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
 
1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
 
Decimal, Binary, Octal, And Hexadecimal number systems.
Decimal, Binary, Octal, And Hexadecimal number systems.Decimal, Binary, Octal, And Hexadecimal number systems.
Decimal, Binary, Octal, And Hexadecimal number systems.
 
number system.pptx
number system.pptxnumber system.pptx
number system.pptx
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Number system
Number systemNumber system
Number system
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
NUMBER SYSTEM.pptx
NUMBER  SYSTEM.pptxNUMBER  SYSTEM.pptx
NUMBER SYSTEM.pptx
 
data representation
 data representation data representation
data representation
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Decimal to Binary Conversion
Decimal to Binary ConversionDecimal to Binary Conversion
Decimal to Binary Conversion
 

More from Aastha Kohli

Acem computer devices
Acem computer devicesAcem computer devices
Acem computer devices
Aastha Kohli
 
Acem computer software
Acem computer softwareAcem computer software
Acem computer software
Aastha Kohli
 
Acem computerhardware
Acem computerhardwareAcem computerhardware
Acem computerhardware
Aastha Kohli
 
Acem neuralnetworks
Acem neuralnetworksAcem neuralnetworks
Acem neuralnetworks
Aastha Kohli
 
Acem projectwriting
Acem projectwritingAcem projectwriting
Acem projectwriting
Aastha Kohli
 
Acem problem identification
Acem problem identificationAcem problem identification
Acem problem identification
Aastha Kohli
 
Acem lan
Acem lanAcem lan
Acem lan
Aastha Kohli
 
Acem basic network concepts
Acem  basic network conceptsAcem  basic network concepts
Acem basic network concepts
Aastha Kohli
 
Acem sad
Acem sadAcem sad
Acem sad
Aastha Kohli
 
Acem linearregression
Acem linearregressionAcem linearregression
Acem linearregression
Aastha Kohli
 
Acem www
Acem wwwAcem www
Acem www
Aastha Kohli
 
Acem bayes classifier
Acem bayes classifierAcem bayes classifier
Acem bayes classifier
Aastha Kohli
 
Acem machine learning
Acem machine learningAcem machine learning
Acem machine learning
Aastha Kohli
 
Acem machine learning
Acem machine learningAcem machine learning
Acem machine learning
Aastha Kohli
 
Acem AI presentation
Acem AI presentationAcem AI presentation
Acem AI presentation
Aastha Kohli
 
Acem web designing
Acem web designingAcem web designing
Acem web designing
Aastha Kohli
 
Acem cse data analytics (1)
Acem cse data analytics (1)Acem cse data analytics (1)
Acem cse data analytics (1)
Aastha Kohli
 

More from Aastha Kohli (17)

Acem computer devices
Acem computer devicesAcem computer devices
Acem computer devices
 
Acem computer software
Acem computer softwareAcem computer software
Acem computer software
 
Acem computerhardware
Acem computerhardwareAcem computerhardware
Acem computerhardware
 
Acem neuralnetworks
Acem neuralnetworksAcem neuralnetworks
Acem neuralnetworks
 
Acem projectwriting
Acem projectwritingAcem projectwriting
Acem projectwriting
 
Acem problem identification
Acem problem identificationAcem problem identification
Acem problem identification
 
Acem lan
Acem lanAcem lan
Acem lan
 
Acem basic network concepts
Acem  basic network conceptsAcem  basic network concepts
Acem basic network concepts
 
Acem sad
Acem sadAcem sad
Acem sad
 
Acem linearregression
Acem linearregressionAcem linearregression
Acem linearregression
 
Acem www
Acem wwwAcem www
Acem www
 
Acem bayes classifier
Acem bayes classifierAcem bayes classifier
Acem bayes classifier
 
Acem machine learning
Acem machine learningAcem machine learning
Acem machine learning
 
Acem machine learning
Acem machine learningAcem machine learning
Acem machine learning
 
Acem AI presentation
Acem AI presentationAcem AI presentation
Acem AI presentation
 
Acem web designing
Acem web designingAcem web designing
Acem web designing
 
Acem cse data analytics (1)
Acem cse data analytics (1)Acem cse data analytics (1)
Acem cse data analytics (1)
 

Recently uploaded

TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
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
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
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
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
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
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
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
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 

Recently uploaded (20)

TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
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
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
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
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
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
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
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...
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 

Acem numbersystem

  • 1. NUMBER SYSTEM Program Name : BBA (FS&B) Semester : 1st Sem Course Name: Computer & Information Systems Course Code : BBA/II/104
  • 2. What is Number System ? •A system for representing number of certain type. •A number system defines a set of values used to represent quantity. • Example: –There are several systems for representing the counting numbers. –These include the usual base “10” or decimal system : 0,1,2,3,…..10,11,12,..99,100,…
  • 3. Number System •Decimal is the number system and is used in our day to day life •Binary is a number system that is used in computers •Octal is a number system that represents groups of binary numbers. It is used in digital displays. •Hexadecimal (Hex) is a number system that represents groups of binary numbers. Hex is primarily used in computing.
  • 4. Different Number System •Decimal Number System -Base 10 • Binary Number System - Base 2 • Octal Number System -Base 8 • Hexadecimal Number Sys tem - Base 16
  • 5. Common Number System Decimal 10 0, 1, … 9 Yes No Binary 2 0, 1 No Yes Octal 8 0, 1, … 7 No No Hexa- 16 0, 1, … 9, No No System Base Symbols Used by humans? Used in computers ? decimal A, B, … F
  • 6. Counting Decimal Binary Octal 8 1000 10 8 9 1001 11 9 10 1010 12 A 11 1011 13 B 12 1100 14 C 13 1101 15 D 14 1110 16 E 15 1111 17 F Hexa- decimal
  • 7. Decimal Number System • Decimal number system contains ten unique symbols 0,1,2,3,4,5,6,7,8 and 9. • Since counting in decimal involves ten symbols, we can say that its base or radix is ten. • In this system, any number (integer, fraction or mixed) of any magnitude can be represented by the use of these ten symbols only • Each symbols in the number is called a “Digit” • Examples • 1214 • 1897 • 9875.54
  • 8. Binary Number System •Binary number system is a positional weighted system. •It contains two unique symbols 0 and 1. •Since counting in binary involves two symbols , we can say that its base or radix is two. •A binary digit is called a “Bit” •A binary number consists of a sequence of bits, each of which is either a 0 or a 1. •The binary point separates the integer and fraction parts. •Examples, 1110 0000 1001 0101
  • 9. Octal Number System •Octal number system is a positional weighted system. •It contains eight unique symbols 0,1,2,3,4,5,6 and 7. •Since counting in octal involves eight symbols, we can say that its base or radix is eight. •The largest value of a digit in the octal system will be 7. •That means the octal number higher than 7 will not be 8, instead of that it will be 10
  • 10. Hexadecimal Number System •Binary numbers are long. These numbers are fine for machines but are too lengthy to be handled by human beings. So there is a need to represent the binary numbers concisely. •One number system developed with this objective is the hexadecimal number system (or Hex) •It contains sixteen unique symbols •0,1,2,3,4,5,6,7,8,9,A,B,C,D,E and F. •Since counting in hex involves sixteen symbols, we can say that its base or radix is sixteen.
  • 11. BCD or 8421 Numbers •BCD means Binary Coded Decimal. •BCD is a system of weiting a numbers that a four-digit binary code to each digit 0 through 9 in decimal numbers. •The smallest BCD number is (0000) and the largest is (1001).The next number to 9 will be 10 which is expressed as (0001 0000) in BCD. •There are six illegal combinations 1010, 1011,1100, 1101, 1110 and 1111 in this code i.e. they are not part of the 8421 BCD code
  • 12. Decimal to BCD conversion 1 2 0010 2 11 00010001 3 6 0110 4 213 001000010011 5 10 0001000 Sr.No. Decimal Number BCD
  • 14.
  • 16.
  • 17. 10/19/202017 Aravali College of Engineering And Management Jasana, Tigoan Road, Neharpar, Faridabad, Delhi NCR Toll Free Number : 91- 8527538785 Website : www.acem.edu.in