0% found this document useful (0 votes)
70 views4 pages

Kalyani Number System (Part1)

IT IS A SHORT NOTE ON NUMBER SYSTEM

Uploaded by

akshithamolutty
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views4 pages

Kalyani Number System (Part1)

IT IS A SHORT NOTE ON NUMBER SYSTEM

Uploaded by

akshithamolutty
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

CHAPTER-1

NUMBER SYSTEM
• Binary • Decimal
number number

Base10(0-9) Base2(0,1)

Hexadecimal16
Octal(0-7)
(0-9,A-F)

• Octal • Hexadecima
number l number
INTRODUCTION

You must have heard of number system like whole numbers,real


numbers,etc.,in mathematics.But in the context of computer technology,we define other types of number
number system like the binary number system , the decimal system,the hexadecimal system and others.We
will discuss these number sysstems and how we can convert from one number system to the other.
The value of each digit in a number can be determined using the following:
. The digit
. The position of the digit in the number
.The base of the number system (where the base is defined as the total number of digits available in the
number system)
COMPUTER ARCHITECTURE SUPPORTS
FOLLOWING NUMBER SYSTEMS :

.Decimal .Binary
number number
system system
.Hexad
.Octal
ecimal
numbe
numbe
r
r
system
system
WHAT IS NUMBER SYSTEM?

• Number system is a technique to represent numbers in the computer system


architecture where every value that you are saving or getting into/from computer
memory has a defined number system

You might also like