Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

4 1 4 points The general process for software ( or a program ) to be created and run is: A programmer writes in a

414 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 understandable/usable by the computer, so it needs to be converted to which is readable/usable 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 a(n), which is the set of instructions that the computer will carry out; note, that at this point, it is not in memory (i.e., 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 (i.e., RAM) and becomes a(n) which waits to be sent to the CPU (central processing unit) to have its instructions carried out.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Analysis Using SQL And Excel

Authors: Gordon S Linoff

2nd Edition

111902143X, 9781119021438

More Books

Students also viewed these Databases questions

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago