软件水平习题练习

软件水平考试程序员易错题(2018/8/4)
1、2、3、4、5题:softwaredesignisa__(71)__process.Itrequiresacertain__(72)__off1aironthepartofthedesigner.Designcannotbelearnedfromabook.Itmustbepracticedandlearntbyexperienceandstudyofexistingsystems.Awell__(73)__softwaresystemisstraightforwardtoimplementandmaintain,easily__(74)__andreliable.Badly__(73)__softwaresystems,althoughtheymayworkare__(75)__tobeexpensivetomaintain,difficulttotestandunreliable.
71.
A、create
B、createD、C、creating
D、creative
72.
A、amount
B、amounted`
C、mount
D、mounteD、73.
A、design
B、designeD、C、designing
D、designs
74.
A、understanD、
B、understands
C、understanding
D、understooD、75.
A、like
B、likely
C、unlike
D、unlikely
【单选题】:      
【单选题】:      
【单选题】:      
【单选题】:      
【单选题】:      

6题:编写一程序,从键盘输入10个实数,计算并输出算术平均值。
【分析题】:

7题:conv(b)
int b;
{ if(b>=2)conv(b/2);
printf("%d",b%2);
return;

main()
{ int d;
scanf("%d",&d);
conv(d);

说明:本程序执行时从键盘上输入:22后跟回车键。
【分析题】:

8、9题:通常,文件的逻辑结构可以分为两大类:无结构的__(29)__和有结构的记录式文件。__(30)__组织方式,既适合于交互方式应用,也适合于批处理方式应用。
29.
A、堆文件
B、流式文件
C、索引文件
D、直接(Hash)文件
30.
A、堆文件
B、流式文件
C、索引顺序文件
D、顺序文件
【单选题】:      
【单选题】:      

10题:在以下字符列中,合法的长整型常数是( )
A、OL
B、4962710
C、0.054838743
D、2.1869el0
【单选题】:      

 

您正在结束答题

请确认是否提交试卷?

继续做题 确认提交