Number System
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Decimal - Binary Conversion

+11
redemdecipulo00
rivas_peter
Ma. Gelyn Dinapo
jayarsaballa
siriban_rudolf
kenken
abby
heyhey
kashiro925
althea faye
Admin
15 posters
Go down
Admin
Admin
Admin
Posts : 24
Join date : 2018-08-07
https://prljwlldnr.forumotion.com

Decimal - Binary Conversion Empty Decimal - Binary Conversion

Tue Aug 07, 2018 10:03 am
Steps in converting Decimal number to Binary number

1.Divide the number by 2.
2.Get the integer quotient for the next iteration.
3.Get the remainder for the binary digit.
4.Repeat the steps until the quotient is equal to 0.

Example:
We have the value of 174 and we need to change it in binary.

Division by 2 Quotient Remainder Bit #
174/2 87 0 0
87/2 43 1 1
43/2 21 1 2
21/2 10 1 3
10/2 5 0 4
5/2 2 1 5
2/2 1 0 6
1/2 0 1 7

Bit# 7 6 5 4 3 2 1 0
Binary 1 0 1 0 1 1 1 0

So 174 = 10101110




avatar
althea faye
Guru
Posts : 10
Join date : 2018-08-07

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Tue Aug 07, 2018 10:14 am
Admin wrote:
Steps in converting Decimal number to Binary number

1.Divide the number by 2.
2.Get the integer quotient for the next iteration.
3.Get the remainder for the binary digit.
4.Repeat the steps until the quotient is equal to 0.

Example:
We have the value of  174 and we need to change it in binary.

Division by 2 Quotient Remainder Bit #
174/2            87              0                  0
87/2            43       1           1
43/2            21              1                  2
21/2            10       1           3
10/2             5               0           4
5/2                     2                1                 5
2/2                     1         0           6
1/2                     0           1           7

Bit#               7    6     5    4    3   2   1   0
Binary           1    0     1    0    1   1   1   0

So 174 = 10101110





is the solution of converting decimal to binary is the reverse of binary to decimal ?
avatar
kashiro925
Newbie
Posts : 4
Join date : 2018-08-07

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Tue Aug 07, 2018 10:32 am
what is the answer if i divide 345 in 12 in binary?
Admin
Admin
Admin
Posts : 24
Join date : 2018-08-07
https://prljwlldnr.forumotion.com

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Tue Aug 07, 2018 10:35 am
kashiro925 wrote:what is the answer if i divide  345 in 12 in binary?

345/12 = 28.75


and the equivalent of 28.75 in binary is 11100.11
avatar
heyhey
Guru
Posts : 10
Join date : 2018-08-07

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Tue Aug 07, 2018 10:38 am
kashiro925 wrote:what is the answer if i divide  345 in 12 in binary?

345 divided by 12 is equal to 28.75 and i dont know how to convert binary with point or decimal numbers.
avatar
kashiro925
Newbie
Posts : 4
Join date : 2018-08-07

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Tue Aug 07, 2018 10:48 am
Admin wrote:
kashiro925 wrote:what is the answer if i divide  345 in 12 in binary?

345/12 = 28.75


and the equivalent of 28.75 in binary is  11100.11

thanks for this, you help a lot in my assignment HAHAH
Admin
Admin
Admin
Posts : 24
Join date : 2018-08-07
https://prljwlldnr.forumotion.com

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Tue Aug 07, 2018 10:59 am
kashiro925 wrote:
Admin wrote:
kashiro925 wrote:what is the answer if i divide  345 in 12 in binary?

345/12 = 28.75


and the equivalent of 28.75 in binary is  11100.11

thanks for this, you help a lot in my assignment HAHAH

you also need to study on how to convert. wag kang umasa lagi sa iba masakit ang umasa.
avatar
abby
Guru
Posts : 14
Join date : 2018-08-07

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Wed Aug 08, 2018 2:07 pm
If i have 152 so the equivalent of this in binary is 10011000. can anyone confirm this?
Admin
Admin
Admin
Posts : 24
Join date : 2018-08-07
https://prljwlldnr.forumotion.com

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Thu Aug 09, 2018 9:53 am
abby wrote:If i have 152 so the equivalent of this in binary is 10011000. can anyone confirm this?

Yes it is correct!
avatar
kenken
Guru
Posts : 11
Join date : 2018-08-09

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Thu Aug 09, 2018 7:33 pm
Why do we need to convert decimal and binary? Im sorry idk the importance of binary? San ba natin sya ginagamit?
avatar
siriban_rudolf
Guru
Posts : 12
Join date : 2018-08-09

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Sun Aug 12, 2018 1:56 pm
kenken wrote:Why do we need to convert decimal and binary? Im sorry idk the importance of binary? San ba natin sya ginagamit?

need sya iconvert in binary kasi 2 numbers lang kay intindihin ng computers
avatar
jayarsaballa
Guru
Posts : 10
Join date : 2018-08-12

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Sun Aug 12, 2018 6:37 pm
At first this lesson make me dizzy but when you understand ,it will become basic
avatar
jayarsaballa
Guru
Posts : 10
Join date : 2018-08-12

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Sun Aug 12, 2018 6:38 pm
[quote="abby"]If i have 152 so the equivalent of this in binary is 10011000. can anyone confirm this?[/quote

Yes its correct nice work
avatar
jayarsaballa
Guru
Posts : 10
Join date : 2018-08-12

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Sun Aug 12, 2018 6:39 pm
kenken wrote:Why do we need to convert decimal and binary? Im sorry idk the importance of binary? San ba natin sya ginagamit?

we just use this to understand how computer works
avatar
Ma. Gelyn Dinapo
Guru
Posts : 13
Join date : 2018-08-08

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Sun Aug 12, 2018 11:44 pm
I love this computations.. Atleast it has no complicated formulas
avatar
rivas_peter
Guru
Posts : 10
Join date : 2018-08-09

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Mon Aug 13, 2018 11:55 am
Yes we study this in order to know the different functions computer
avatar
redemdecipulo00
Guru
Posts : 10
Join date : 2018-08-13

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Mon Aug 13, 2018 6:51 pm
why we need to divide
avatar
dianeeeee
Guru
Posts : 10
Join date : 2018-08-13

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Mon Aug 13, 2018 9:57 pm
Easiest among all other types of conversion
avatar
dianeeeee
Guru
Posts : 10
Join date : 2018-08-13

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Mon Aug 13, 2018 9:58 pm
Shortcut method can be utilized which makes it easier and faster to do
avatar
Anning
Guru
Posts : 10
Join date : 2018-08-17

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Fri Aug 17, 2018 7:50 am
Mejo nakakalitoooo
avatar
Anning
Guru
Posts : 10
Join date : 2018-08-17

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Fri Aug 17, 2018 7:50 am
What is the use of this?
avatar
Anning
Guru
Posts : 10
Join date : 2018-08-17

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Fri Aug 17, 2018 7:51 am
computers are full of 0's and 1's
avatar
Anning
Guru
Posts : 10
Join date : 2018-08-17

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Fri Aug 17, 2018 7:51 am
Thanks for the info! Smile
avatar
Anning
Guru
Posts : 10
Join date : 2018-08-17

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Fri Aug 17, 2018 7:51 am
Congrats!!!
avatar
turingan_precious
Guru
Posts : 11
Join date : 2018-08-09

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Fri Aug 17, 2018 4:50 pm
The decimal or “denary” counting system uses the Base-of-10 numbering system where each digit in a number takes on one of ten possible values, called “digits”, from 0 to 9, eg. 21310 (Two Hundred and Thirteen).
Sponsored content

Decimal - Binary Conversion Empty Re: Decimal - Binary Conversion

Back to top
Permissions in this forum:
You cannot reply to topics in this forum