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

binary

so these codes are changed to numbers as ones and zeros so why not learn binary as it is the basis of all code.......... or am I wrong, why or why not?

1st May 2018, 5:09 PM
Logan Wolf
Logan Wolf - avatar
3 Answers
+ 3
i used to program a z80 based hand luggage size microcomputer. there was a numeric keyboard and we typed hexa codes like 3E FE... and hoped that there were no miscalculation in the adresses and commands. if everything was fine, then the code (written and compiled to hexa in an hour) lit some leds or succesfully added two numbers. i prefer python if you asking me :)
6th May 2018, 8:48 AM
tamaslud
tamaslud - avatar
+ 2
Python >>> print("Hello World") Binary 00111110 00111110 00111110 00100000 01110000 01110010 01101001 01101110 01110100 00101000 00100010 01001000 01100101 01101100 01101100 01101111 00100000 01010111 01101111 01110010 01101100 01100100 00100010 00101001 Which would you rather?
1st May 2018, 7:53 PM
Duncan
Duncan - avatar
0
0 and 1 are machine language ,how many 0 and 1 you will write to print just one simple character?So interpreter or compiler are used to do that complicated work in programming language,and it is too simple to code a program that humain can understand,so there is hight-level programming and low level...
1st May 2018, 6:51 PM
HBhZ_C
HBhZ_C - avatar