You are on page 1of 13

PRESENTATION

ASSIGNMENT 1

Name: Celeste Mark Rafael T.

Course: BET-ELEX (CET)

Section: BET-ELEX A2021


WHAT IS DECIMAL IN BINARY?

• In decimal to binary conversion, we convert a base 10


number to a base 2 number by using simple methods.
For example, if 1210 is a decimal number then its
equivalent binary number is 11002.
EXAMPLE OF BINARY & DECIMAL

EXAMPLE 1 EXAMPLE 2 EXAMPLE 3


BINARY & HEXADECIMAL

• Hex is used in mathematics and information technologies


as a more friendly way to represent binary numbers. Each
hex digit represents four binary digits; therefore, hex is a
language to write binary in an abbreviated form. Four
binary digits(also called nibbles) make up half a byte.
EXAMPLE OF BINARY & HEXADECIMAL

EXAMPLE 1 EXAMPLE 2 EXAMPLE 3


CONVERSION FROM BINARY TO OCTAL

• Take the given binary number. Multiply each digit by 2n-1


where n is the position of the digit from the decimal.
The resultant is the equivalent decimal number for the
given binary number. Divide the decimal number by 8.
Note the remainder. 
EXAMPLE OF BINARY TO OCTAL

EXAMPLE 1 EXAMPLE 2 EXAMPLE 3


DECIMAL & HEXADECIMAL

• Decimal to hexadecimal (D2X) is a conversion process involving the two


aforementioned number systems. The original number is in decimal format, base
10, and is converted to hexadecimal format, base 16.
• The conversion can be done by dividing the decimal value by 16, which is the base
value of hexadecimal, taking note of the remainder, and then dividing the result
with 16 again and taking note of the remainder. The remainders are written from
right to left and are the actual representation of the hexadecimal value when
converted to the equivalent hex digit.
EXAMPLE OF DECIMAL & HEXADECIMAL

EXAMPLE 1 EXAMPLE 2 EXAMPLE 3


HEXADECIMAL & OCTAL

• In the number system, we come across four different types of the number
system, i.e. hexadecimal, octal, decimal and binary. The conversion of these
numbers from one form to another is possible. To convert hexadecimal to
octal numbers, we need to convert hexadecimal to its equivalent decimal
number first and then decimal to octal. Before this conversion, first, go
through the basic definition of hexadecimal and octal numbers.
EXAMPLE OF HEXADECIMAL & OCTAL

EXAMPLE 1 EXAMPLE 2 EXAMPLE 3


ANOTHER EXAMPLE
THANKYOU SOMUCH MAY GOD BE WITH
YOU ALL..

You might also like