软件水平考试

Program( )describes program's objectives,desired output,input data required,processing requirement,and documentation.A.specification B.flowchart C.structure D.address

题目
Program( )describes program's objectives,desired output,input data required,processing requirement,and documentation.

A.specification
B.flowchart
C.structure
D.address
如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

( ) describes, in detail, the project’ s deliverables and the work required to create those deliverables.

A.Product scope description B.Project objectives C.Product specification D.The project scope statement


正确答案:D

第2题:

Calculator is(66) for performing arithmetic operations, but that requires human intervention to alter its stored program, if any, and to initiate each operation or sequence of operations. A calculator performs some of the functions of a computer, but usually operates only with frequent human intervention.Microcomputer's processing unit consists of one or more microprocessors, and includes storage and input-output(67). Personal computer primarily intended for(68) use by an individual.(69) computer can be hand-carried for use in more than one location. Minicomputer is functionally intermediate between a microcomputer and a mainframe. And supercomputer has the highest processing speeds available at a given time for(70) scientific and engineering problems.

A.suitable

B.well-formed

C.applicable

D.usable


正确答案:A

第3题:

有下列程序 program test(input,output); var s:integer; ch:char; count:array[‘a‘..‘z‘]of integer; begin for ch:=‘a‘to‘z‘do count[ch]:=0; read(ch); while not eoln do begin if(ch>=‘a‘)and(chx[5])and(x[c]/c0) or not(x[a+b]>(a+b))的值是( )。

Atrue

Bfalse

C0

D1


正确答案:B

第4题:

Most operating systems have a standard set of () to handle the processing of all input and output instructions.

A.spreadsheet

B.control instructions

C.I/O operation

D.data table


正确答案:B

第5题:

Programmers test a program by running it to ensure that the(74)are correct and that the program produces the desired outcome. If errors do occur, the programmer must make the appropriate change and recheck the program until it produces the correct results. This(75)is called testing and debugging.

A.commands

B.software

C.instructions

D.measure


正确答案:C
解析:Instruction指计算机“指令”。

第6题:

M.Jackson suggested the data structure oriented software design method.Which of the following structure can be introduced by using input data structure?

A.algorithm structure

B.procedure structure

C.code structure

D.program structure


正确答案:D

第7题:

下列各个选项中对字符数组赋字符串的语句中,错误的是( )。

A.char s[10];s="program";

B.char s[]="program";

C.char s[10]="program";

D.char s[10]; strcpy(s,"program");


正确答案:A

第8题:

Data and program instructions are stored in ()

A、output

B、the processor

C、storage

D、program


参考答案:C

第9题:

The program memory serves basically as a place(66)instructions, the coded pieces of data(67)direct the activities of the control processing unit(CPU). A group of(68)related in- structions stored in memory is referred to as a program. The CPU "read" each instruction from memory a logically(69)sequence and "use" it to initiate program action. If the program structure is coherent and(70), processing procedures produce intelligible and useful results.

A.stored

B.to store

C.to be stored

D.storing


正确答案:B

第10题:

Program( )describes program&39;s objectives, desired output, input data required, processing requirement, and documentation.

A.specification B.flowchart C.structure D.address


正确答案:C

更多相关问题