分析问题的时候,我们通常先要确定程序生成的结果,即程序的输入。When analyzing a problem, we usually start by identifying the results we want the program to produce; that is, the program's input.
分析问题的时候,我们通常先要确定程序生成的结果,即程序的输入。When analyzing a problem, we usually start by identifying the results we want the program to produce; that is, the program's input.
A.正确
B.错误
正确答案:错误
- 上一篇:解决问题的过程是分析问题,设计适当的程序,编写代码,测试代码,这一过程称为软件开发周期。The process of solving a problem by analyzing it, designing an appropriate program, coding the design, and testing the code is known as the software development cycle.
- 下一篇:程序执行开始的模块一般称为子模块。The submodule is the generic name for the module in which program execution begins.