软件水平考试程序员易错题(2016-1-28) |
第1、2题:某服务器的 IP 地址是 74.52.46.99 ,则其机器中二进制的 IP 地址为__(61)__,这是一个属于__(62)__的 IP 地址。
61. A、01111000010100101000011010011001 B、00000011110010101010011010011001 C、00000010010l0ll01001011l0ll00011 D、010010100011010000l0ll1001100011 62. A、A类 B、B类 C、C类 D、D类 |
【单选题】: |
【单选题】: |
第3、4、5题:有多个设备可以实现不同网络或网段的互连,工作在开放系统互连参考模型物理层、数据链路和网络层的互连设备分别称为__(63)__、__(64)__和__(65)__。
63. A、网关 B、路由器 C、防火墙 D、中继器 64. A、转发器 B、防火墙 C、网桥 D、网关 65. A、转发器 B、路由器 C、网桥 D、中继器 |
【单选题】: |
【单选题】: |
【单选题】: |
第6、7、8、9、10题:An instruction is made up of operations that __(66)__ the function to be performed and operands that represent the data to be operated on .For example ,if an instruction is to perform the operation of __(67)__ two numbers ,it must know __(68)__ the two numbers are .The processor's job is to __(69)__ instructions and operands from memory and to perform each operation .Having done that ,it signals memory to send it __(70)__ instruction.
66. A、skip B、smile C、smoke D、specify 67. A、adD、B、addeD、C、adding D、addition 68. A、when B、where C、which D、who 69. A、get B、make C、push D、put 70. A、ant B、last C、next D、secon |
【单选题】: |
【单选题】: |
【单选题】: |
【单选题】: |
【单选题】: |
第11、12、13、14、15题:software design is a __(71)__ process .It requires a certain __(72)__ of f1air on the part of the designer. Design can not be learned from a book .It must be practiced and learnt by experience and study of existing systems .A well __(73)__ software system is straightforward to implement and maintain ,easily __(74)__ and reliable .Badly __(73)__ software systems ,although they may work are __(75)__ to be expensive to maintain ,difficult to test and unreliable.
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 |
【单选题】: |
【单选题】: |
【单选题】: |
【单选题】: |
【单选题】: |
第16题:二进制语言是属于( ) A.面向机器语言 B.面向问题语言 C.面向过程语言 D.面向汇编语言 |
【单选题】: |
第17题:下列语言中不属于面向过程的语言是( ) A.高级语言 B.低级语言 C.C语言 D.PASCAL语言 |
【单选题】: |
第18题:下列字符中属于键盘符号的是( ) A.\ B.\n C. \t D. \b |
【单选题】: |
第19题:下列字符列中,不是用来表达转义字符是( ) A.\\ B.\' C.074 D. \0 |
【单选题】: |
第20题:不是C语言提供的合法关键字是() A.switch B.begin C.case D.default |
【单选题】: |
第21题:下列字符列中,能作为单个标识符是()l A.? a B. a=2 C.a.3 D. a___3 |
【单选题】: |