Binary | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Binary

Would learning binary be helpful in programming languages, if not what would it be useful for.

6th Dec 2018, 11:32 AM
Carlos Sanchez
4 Answers
+ 5
it is really useful to understand binary. misunderstanding of how data are encoded and binary logic are at the source of many difficult to troubleshoot bugs!
6th Dec 2018, 11:57 AM
ifl
ifl - avatar
+ 6
Sure. When you are dealing with bitwise operations, anything which deals with bits, etc.
6th Dec 2018, 12:03 PM
Hatsy Rei
Hatsy Rei - avatar
+ 3
Yes, 0s and 1s are the languages of computer and while you are programming if ur dealing with like data compression or encription algorithms ..., you will need to have the know how.
6th Dec 2018, 5:21 PM
Seyfemichael Teklemariam
Seyfemichael Teklemariam - avatar
+ 2
Which programming languages? Most "higher-level" programming languages, typically you will not need it. Depends on what you are doing. Like are you doing web-design? You will never use it.
6th Dec 2018, 9:10 PM
Genghis
Genghis - avatar