單項選擇題
In order to solve a computational problem, its sol...
In order to solve a computational problem, its solution must be specified in terms of asequence of computational steps, each of which may be performed by a human or a digital computer. If you want to solve the computational problem with a computer, you shouldlearn how to program. The task of developing programs for the solution of computationalproblems is referred to as programming. Computer programming is the process of planningand creating a sequence of steps for a computer to follow. In general, this process will helpus resolve a problem, which is either too tedious or difficult to work out otherwise. Soprogramming is breaking a task down into small steps.
Programming is sometimes contrasted with coding. Coding generally refers to thewriting of programs for given program specification, while programming includes the task of preparing the program specification as well as that of writing the program. The text of aprogram is sometimes referred to as code, and lines of program text are referred to as lines ofcode, especially in the case of machine-language programs. The term coder is used todescribe a person engaged exclusively in implementing program specifications prepared byothers. What ' s actually involved in programming - the actual process of writing programs? Here' s a quick overview of the process:
? Write a program.
? Compile the program.
? Run the program.
? Debug the program.
? Repeat the whole process until the program is finished.
(三)、choosethe best answer according to the passage B. (根據(jù)上文的內(nèi)容選擇正確的答案。)
41. If you want to solve the computational problem with a computer, you should learnhow to___________
A. calculate
B. program
C. add
D. subtract
42. Computer programming is the process of planning and creating a sequence of
___________ for a computer to follow.
A. steps
B. process
C. lines
D. graphics
43. The term coder is used to describe___________
A. machine
B. computer
C. keyboard
D. person
44. In order to solve a computational problem, you can let a person or a ___________ to do it.
A. machine
B. computer
C. keyboard
D. mouse
45. Which of the following is not the stages of programming?
A. Write a program.
B. Debug the program.
C. Print the program.
D. Compile the program.