When you buy software, the source code usually is not made public, but doesn’t your computer still have to run the code to use the software? How can it run the code without allowing the user to see the code?

1.47K views

When you buy software, the source code usually is not made public, but doesn’t your computer still have to run the code to use the software? How can it run the code without allowing the user to see the code?

In: Technology

12 Answers

Anonymous 0 Comments

There is a difference between human and machine code. Machine code is what the computer reads, which is mostly useless junk to a human. Human code is the kind of code that we can read and understand but needs to be translated to machine code for the computer.

You are viewing 1 out of 12 answers, click here to view all answers.