Computer Fundamentals - Engineering

Q1:

The process of writing computer instructions in a programming language is known as

A Coding

B Processing

C Programming

D File

E None of the above

ANS:A - Coding

One of the sensible comments from site::gamedev.com
I usually thik of coding as just mindlessly typing out computer commands, whereas programming is actively thinking about abstract solutions to a problem then expressing in in code. To be a coder, you need to know the syntax, but to program, you need to understand various alogrythms and data structurs. Still, the names are more or less interchangeable.