软件水平考试系统分析师易错题(2019/4/10) |
第1、2题:算法的空间复杂度是指(14),算法的时间复杂度是指(15)
(14) A、算法程序的长度 B、算法程序中的指令条数 C、算法程序所占的存储空间 D、算法执行过程中所需要的存储空间 (15) A、编写算法所用的时间 B、算法程序中的每条指令执行的时间 C、算法执行过程中所需要的时间 D、算法使用时间的复杂程度 |
【单选题】: |
【单选题】: |
第3题:虚拟存储器的最大容量( )
A、为主辅存容量之和 B、由计算机的地址结构决定 C、是任意的 D、由作业的地址空间决定 |
【单选题】: |
第4题:JavaBean组件模型特点不包括( )
A、JavaBean组件模型是面向应用的组件模型 B、它支持可移植和可重用的Java组件的开发 C、JavaBean组件可以工作于任何Java程序应用开发工具中 D、JavaBean组件总是在程序运行时被实例化 |
【单选题】: |
第5、6、7、8、9题:In the following essay, each bland has four choices.Choose the best answer and write down on the answer sheet. With the implementation of (6) the so – called network has become a reality. The provision of such facilities is the most important part of the network requirements. However, in many applications the communicating computers may be of different types. This means that they may use different programming languages and, more importantly, different forms of (7) interface between user(application)program, normally referred to ,as application processes, and the underlying communication services may be (8). For example, one computer may be a small single-user computer, while another may be a large (9) system. In the earlier days of computer communication, these issues meant that only closed communities of computers (that is, from the same manufacturer) could communicate with each other in a meaningful way. IBM’s systems NetworkArchitecture (SNA、andDEC’sDigital NetworkArchitectureDNA、are just two examples of communication software packages produced by manufacturers to allow their systems to be intercormected together. These proprietary packages, however, of which there am still many inexistence, do not address the problem of universal interconnect ability, or open systems interconnection. In an attempt to alleviate this problem,(10) ,in the late 1970s,formulated a reference model to provide a common basis (or the coordination of standards developments and to allow existing and evolving standards activities to be placed into perspective with one another.
(6) A、communicationchannel B、protocols C、datachannel D、publiccommunication (7) A、database B、datarepresentation C、protocols D、datacommunication (8) A、same B、similar C、different D、dependent (9) A、multi-user B、client C、server D、full-user (10) A、DNA B、SNA C、theOSI D、theISO |
【单选题】: |
【单选题】: |
【单选题】: |
【单选题】: |
【单选题】: |
第10题:电视系统采用的颜色空间是,其亮度信号和色度信号是相分离的。下列颜色空间中,( )颜色空间不属于电视系统的颜色空间。
A、YUV B、YIQ C、YCrCb D、HSL |
【单选题】: |