0% found this document useful (0 votes)
2 views12 pages

IT Summer Homework

The document provides an overview of different number systems, including Decimal, Binary, Hexadecimal, and Octal, detailing their digits and bases. It emphasizes the Decimal system as the most widely used, while explaining how to convert between Decimal and Binary systems. Additionally, it includes step-by-step methods for converting Decimal numbers to Binary and vice versa.

Uploaded by

rajdeeep2222
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)
2 views12 pages

IT Summer Homework

The document provides an overview of different number systems, including Decimal, Binary, Hexadecimal, and Octal, detailing their digits and bases. It emphasizes the Decimal system as the most widely used, while explaining how to convert between Decimal and Binary systems. Additionally, it includes step-by-step methods for converting Decimal numbers to Binary and vice versa.

Uploaded by

rajdeeep2222
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/ 12

WELCOME

Types Of Number
System
• The Decimal Number System
consists of 10 digits which
include 0,1,2,3,4,5,6,7,8 and 9

• The base of the decimal


Number Systems
numbers are set as (10)

• Decimal number system is the


most widely used number
system in the world
• The Decimal Number System
consists of 10 digits which
include 0,1,2,3,4,5,6,7,8 and 9 Decimal
• The base of the decimal Number
numbers are set as (10)

• Decimal number system is the


System
most widely used number 0-9
system in the world
• The Binary Number System

Binary consists of 2 digits which include


0 and 1
• The base of the decimal
Number numbers are set as (2)

System • The Binary Number System is


the number system used to code
0 and 1 computers. The data in binary is
stored as bytes
• The Hexadecimal Number
System consists of 16 digits
which include 0-9 and A-F Hexadecima
• The base of the decimal
numbers are set as (16) l
• The Hexadecimal Number
System is the number system
Number
that provides a human-friendly
representation of binary-coded
System
0-9 and A-F
values
• The Octal Number System

Octal consists of 8 digits which include


0,1,2,3,4,5,6,7 and 8

Number • The base of the Octal numbers


are set as (8)
System
• The Octal Number system
0-8 is widely used in computer
application sectors and digital
numbering systems
• The Decimal Number System
consists of 10 digits which
include 0,1,2,3,4,5,6,7,8 and 9

Decimal and Binary


• The base of the decimal
numbers are set as (10)

• Decimal number Conversions


system is the
most widely used number
system in the world
Decimal to
• The Decimal Number System
Step One: binary
Divide The number
consists of 10 digits which
By 2
include 0,1,2,3,4,5,6,7,8 and
2
9 124 0 After that, we place the
Step Two: Write 1 in the RHS numbers from the
2 62 0
if•the
The base has
Number of the
a decimal
2 31 1 bottom to the top and
remainder
numbers are set as (10)
2 1
we will get our binary
15
Step Three: Write the number
• Decimal number system is 2the 7 1
quotient in a box below
most widely used number 2 3 1 i.e. (124)10 = (1111100)2
Stepsystem in theStep
Four: Repeat world
1,2,3 2 1
Until you get 1 or 0 in the last
box
• TheBinary to
Decimal Number System
Step One:decimal
Multiply the binary
consists of 10 digits which
number from right to left by 1111100=
the include 0,1,2,3,4,5,6,7,8
increasing power of 1 and 9
2^0 x 0
while keeping the base as 2
• The base of the decimal 2^1 x 0
Stepnumbers
Two: afterare
multiplying
set as (10) 2^2 x 1
add the numbers and you will
2^3 x 1
have the decimal number
• Decimal number system is the
2^4 x 1
most widely used number
system in the world 2^5 x 1
2^6 x 1

= 0 + 0 + 4 + 8 + 16 + 32 + 64 = (124) 10
THANK YOU
Name: Rajdeep
Halder
Class: VII

You might also like