A program is a set of instructions that a computer follows in order to perform a particular task. 所谓的程序是指一组指令的集合,计算机遵循这些指令能够完成一些特定工作。

When you program a computer,you give it a set of instructions to make it able to perform a particular task. 当您为计算机设计程序时,是给计算机提供一组指令,使其能够完成特定工作。

写程序需记住两点:

1、任何一个程序的存在都是为了解疱特定的问题,因此开始撰写程序前就必须先针对问题进行分析、规划和设计,然后利用工具来设计程序。

2、设计出来的程序是用来指挥计算机运行的各项指令的集合。如果从程序语言的角度看,就是这些指令必须符合语法规范的指令。

相关文章:

  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2021-09-29
  • 2021-11-26
  • 2021-07-14
  • 2022-02-26
  • 2022-12-23
猜你喜欢
  • 2021-12-14
  • 2021-10-23
  • 2022-01-24
  • 2022-02-14
  • 2021-09-22
  • 2021-05-08
  • 2021-11-06
相关资源
相似解决方案