Final answer:
The process of converting a task into computer-executable commands is called programming, which is done by writing code in a language that the computer can understand, separate from the compiling process.
Step-by-step explanation:
Converting a task into commands that a computer can use to perform the task is called programming. This process entails writing code in a programming language that the computer understands and can execute to achieve a specific outcome or perform functions. The options provided a.navigating, b.editing, c.programming, and d.compiling, the correct answer is c. programming.
Programming involves using languages like Python, Java, C++, or others to write a set of instructions that a computer follows. These languages provide a way to express logic and processes that the computer interprets and acts upon. Once the code is written, it may then be compiled, which is the process of converting the human-readable code into a machine code that the computer can directly execute, making it a different step than programming itself.