Question: 4 1 4 points The general process for software ( or a program ) to be created and run is: A programmer writes in a
points
The general process for software or a program to be created and run is:
A programmer writes in a programming language like Java, C Python, etc. This is fairly easy for humans to understand, but not understandableusable by the computer, so it needs to be converted to which is readableusable by the computer. To do this conversion, a is needed, which takes what the programmer has written and changes it to what the computer can read. At this point, we have an which is the set of instructions that the computer will carry out; note, that at this point, it is not in memory ie RAM it is simply sitting in permanent storage waiting to be run. When a user decides to run it then a copy of it is moved into memory ie RAM and becomes an which waits to be sent to the CPU central processing unit to have its instructions carried out.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
