QUESTION IMAGE
Question
which of the following pairs of steps in the programming process is in the correct order?
a. code the program, plan the logic
b. test the program, translate it into machine language
c. put the program into production, understand the problem
d. code the program, translate it into machine language
In programming, one first writes (codes) the program in a high - level language and then translates it into machine language for execution. Option A is wrong as logic planning should precede coding. Option B is incorrect because translation to machine language is part of the process before testing. Option C is wrong as understanding the problem is the first step long before putting the program into production.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
D. code the program, translate it into machine language