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?

Answer: B. design → code → compile → link → load → executeAccording to the software development life cycle, a program is first designed, then coded, compiled, linked, loaded into memory, and finally executed.

  1. A.

    code → compile → link → load → execute

  2. B.

    design → code → compile → link → load → execute

  3. C.

    code → compile → load → execute

  4. D.

    design → code → compile → load → execute

Attempted by 528 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.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…