What is a computer programming language?

后端 未结 11 1708
小鲜肉
小鲜肉 2020-12-14 13:02

At the risk of sounding naive, I ask this question in search of a deeper understanding of the concept of programming languages in general. I write this question for my own e

11条回答
  •  情书的邮戳
    2020-12-14 14:06

    There are many definitions to this but what I prefer is:

    Computer programming is programming that helps to solve a particular technical task/problem.

    There are 3 key phrases to look out for:

    You: Computer will do what you (Programmer) told it to do.

    Instruct: Instruction is given to the computer in a language that it can understand. We will discuss that below.

    Problem: At the end of the day computers are tools (Complex). They are there to make out life simpler.

    The answer can be lengthy but you can find more about computer programming

提交回复
热议问题