2008年上半年《软件设计师》上午试题(标准答案+解析版)

0
收藏   分享
  • 卷面总分:75分
  • 试卷类型:真题考试
  • 测试费用:免费
  • 答案解析:是
  • 练习次数:13次
  • 作答时间:150分钟
试卷简介
2008年上半年《软件设计师》上午试题(标准答案+解析版):2008年上半年《软件设计师》上午试题(标准答案+解析版):本试卷总分75分;共有1类型题目 ,此试卷有详细解析。
试卷预览
1

●Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is  (71). It determines how the various results are computed by the product and presents this information in the form. of a  (72)   and associated scenarios. The second is  (73) , which determines the classes and their attributes, then determines the interrelationships and interaction among the classes. The last step is  (74) , which determines the actions performed by or to each class or subclass and presents this information in the form. of  (75) .

(71)

  • A.use-case modeling             
  • B. class modeling        
  • C. dynamic modeling                   
  • D. behavioral modeling    (72)
  • A. collaboration diagram           
  • B. sequence diagram          
  • C. use-case diagram                 
  • D. activity diagram    (73)
  • A. use-case modeling             
  • B. class modeling        
11

● 某客户端在采用ping命令检测网络连接故障时,发现可以ping通127.0.0.1及本机的IP 地址,但无法ping通同一网段内其他工作正常的计算机的IP 地址,说明该客户端的故障是 (69) 。

(69)

  • A. TCP/IP 协议不能正常工作       
  • B. 本机网卡不能正常工作
  • C. 本机网络接口故障       
  • D. 本机DNS 服务器地址设置错误
5

● (68) 不属于电子邮件协议。

(68)

  • A. POP3       
  • B. SMTP    
  • C. IMAP     
  • D. MPLS
5

● 运行Web 浏览器的计算机与网页所在的计算机要建立 (66)  连接,采用(67)  协议传输网页文件。

(66)

  • A. UDP    
  • B. TCP     
  • C. IP     
  • D. RIP    (67)
  • A. HTTP     
  • B. HTML   
  • C. ASP     
  • D. RPC
9

● 一个算法是对某类给定问题求解过程的精确描述,算法中描述的操作都可以通过将已经实现的基本操作执行有限次来实现,这句话说明算法具有 (62) 特性。

(62)

  • A. 有穷性                 
  • B. 可行性               
  • C. 确定性             
  • D. 健壮性
5

● 斐波那契(Fibonacci)数列可以递归地定义为:

?

用递归算法求解F(5)时需要执行 (63) 次“+”运算,该方法采用的算法策略是 (64) 。 

(63)

  • A. 5                       
  • B. 6                       
  • C. 7       
  • D. 8    (64)
  • A. 动态规划   
  • B. 分治      
  • C. 回溯     
  • D. 分支限界