单项选择题

下列叙述中正确的是( )。

A.软件交付使用后还需要进行维护
B.软件一旦交付使用就不需要再进行维护
C.软件交付使用后其生命周期就结束
D.软件维护是指修复程序中被破坏的指令
<上一题 目录 下一题>
热门 试题

单项选择题
以下四个程序中,完全正确的是( )。
A.#include <stdio.h>
main( );
/* programmlng* /
printf( "programming! \n" );

B.#include <stdio.h>
main( )
/*/programming
printf("programming! \n");

C.#include <stdio.h>
main( )
/*programming* /
printf( "programming! \n" );

D.include <stdio.h>
main ( )
/*/* programming*/*/
printf( "programming! \n" );

单项选择题
在软件设计中,不属于过程设计工具的是( )。
A.PDL(过程设计语言)
B.PAD图
C.N-S图
D.DFD图
相关试题
  • 有以下程序:#inelude <stdio.h>main...
  • 执行以下程序后,test.txt文件的内容是(...
  • 现有以下结构体说明和变量定义,如图所示,...
  • 有以下程序: #include <stdio.h> m...
  • 有以下程序:#include <stdio.h>int ...