Home > Can Anyone Really Read Binary Computer Code?
Question

Can anyone really read binary computer code?

Answers
03/05/2022
Nabala

There is a resource on the internet for translating binary code to ACII text.

I hope it helps ;-)

03/14/2022
Jenelle Olesnevich

Translating from binary to decimal is very easy to do by hand. Translating to ascii is a different matter as it involves learning each symbol by heart in binary.

As I assume you mean seeing things on the screen as if you were a matrix operator, the answer is no.

It's not.

04/20/2022
Maurie Hettinger

In strict answer to the question, if you know what each portion of the code means, binary or octal, (pure hexadecimal is hardly used in computer code, because it is a waste of space, that is, of bits in the code, which forces you to force the length of each instruction to multiples of four or leave parts of the code without function), if you know, I say, of course you can read and understand its meaning, as many times you have had to do to gut fragments of programs.

So yes, you can read the binary code, if you have some way of understanding it.

Reply
Why do many computers have 4, 8, 16, 32 GB of RAM and not intermediate amounts like 12 GB? :: What would you say to a lazy husband, who spends his nights at the computer and cannot get up during the day to produce money and well-being in the home?
Useful Links