The process where a programmer converts a program specifications into computer instructions is called ?

A.

Debugging

B.

Coding

C.

Testing

D.

System design

Correct answer is B

The process where a programmer converts a program specifications into computer instructions is called Coding. Testing is the process of checking the functionality of the program, System design is the process of defining the architecture, components, modules, interfaces, and data for a system to satisfy specified requirements, and Debugging is the process of finding and resolving defects or problems within a computer program