软件水平考试程序员易错题(2019/3/19) |
第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题:下面的程序段所表示的数学函数关系是( )
y=-l; if( x!= 0)if(x>0)y=l; else y=0 ; 1(x<0) 1(x<0) A、y= { 0(x= 0) B、y={-l(X=0) 1(X>0) 0(X>0) o(X< 0) -l(X< 0) C、y= {-1(x= 0) D、y={ 1(X= 0) 1(X> 0) 0(X> 0) |
【单选题】: |
第7题:下列语句中,正确的是( )
A、char a[3][]={'abc",'1'}; B、char a[][3]={'abc','l'}; C、char a[3][]={'a',"1"}; D、char a[][3]={"a","1"}; |
【单选题】: |
第8题:在关系模式R(U)中,如果X→Y和X→Z成立,则X→YZ也成立,这条规则称为__(34)__。
34. A、自反律 B、增广律 C、合并律 D、分解律 |
【单选题】: |
第9题:在以下字符列中,合法的长整型常数是( )
A、OL B、4962710 C、0.054838743 D、2.1869el0 |
【单选题】: |