- A.It takes the place of the final system
- B.It is used as the foundation of the larger projects
- C.It assists in estimating the cost of the project
- D.It assists in gathering software requirements
- A.interface
- B.Internet
- C.LAN
- D.WWW
- A.external function of a program
- B.reasonableness of structure
- C.internal logic of a program
- D.correctness of a program
- A.Both insertion sort and selection sort require O(n)moves.
- B.Exchange sort is frequently referred to as a bubble sort.
- C.If random data are in an array that is to be sorted, an insertion sort will give the best performance for large elements with small sort items.
- D.Exchange sort is the least expensive.
- A.Expansibility
- B.Reusability
- C.Portability
- D.Maintenance
- A.可以在两个方向上同时传输
- B.只能在一个方向上传输
- C.可以在两个方向上传榆,但不能同时进行
- D.以上都错
- A.物理层
- B.数据链路层
- C.网络层
- D.应用层
- A.元素的进出满足先进后出
- B.元素的进出满足先进先出
- C.只允许在端点进行插入和删除操作
- D.无共同点
- A.完整性
- B.并发控制
- C.隔离性
- D.安全性
- A.基于瀑布模型的结构化方法
- B.基于需求动态定义的原型化方法
- C.基于对象的面向对象的方法
- D.基于数据的面向数据流的开发方法