73.0k views
2 votes
6. A programmer who omits a command word from a line of code has made a logic error. T or F

1 Answer

7 votes

Answer: False

Explanation: The programmer has made a syntax error, not a logic error. The program needs the command word in order to execute the task, so removing it would result in a failure of execution. On the other hand, a logic error is when the program executes the task but it doesn't work in the way you intended it to.

User Kiran Joshi
by
8.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.