Which of the following options states the complete and correct sequence of…
2022
Which of the following options states the complete and correct sequence of steps to execute a program on a personal computer?
- A.
code → compile → link → load → execute
- B.
design → code → compile → link → load → execute
- C.
code → compile → load → execute
- D.
design → code → compile → load → execute
Attempted by 350 students.
Show answer & explanation
Correct answer: B
According to the software development life cycle, a program is first designed, then coded, compiled, linked, loaded into memory, and finally executed.
A video solution is available for this question — log in and enroll to watch it.