试题详情

试题内容

栈的特点是后进先出,若用单链表作为栈的存储结构,并用头指针作为栈顶指针,则( )。
A.入栈和出栈操作都不需要遍历链表
B.入栈和出栈操作都需要遍历链表
C.入栈操作需要遍历链表而出栈操作不需要
D.入栈操作不需要遍历链表而出栈操作需要
查看答案

软题库参考答案:A(仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

32题:

某模块中有两个处理 A 和 B,分别对数据结构 X 写数据和读数据,则该模块的内聚类型为(  )内聚。
A.逻辑
B.过程
C.通信
D.内容

63题:

在Windows 系统中,( )不是网络服务组件。
A、RAS
B、HTTP
C、IIS
D、DNS

26题:

统一过程(UP)的基本特征是“用例驱动、以架构为中心的和受控的迭代式增量开发”。UP 将一个周期的开发过程划分为 4 个阶段,其中 ( ) 的提交结果包含了系统 架构。
A、先启阶段
B、精化阶段
C、构建阶段
D、提交阶段

58题:

设某算法的计算时间可用递推关系式T(n)=2T(n/2)+n表示,则该算法的时间复杂度为( )。
A、O(lg n)
B、O(nlg n)
C、O(n)
D、O(n2)

71题:

WebSQL is a SQL-like (1) language for extracting information from the web. Its capabilities for performing navigation of web (2) make it a useful tool for automating several web-related tasks that require the systematic processing of either all the links in a (3) , all the pages that can be reached from a given URL through (4) that match a pattern, or a combination of both. WebSQL also provides transparent access to index servers that can be queried via the Common (5) Interface.
(1)A、q
15题:

在采用结构化方法进行了系统分析时,根据分解与抽象的原则,按照系统中数据处理的流程,用( )来建立系统的逻辑模型,从而完成分析工作。
A、E-R 图
B、数据流图
C、程序流程图
D、软件体系结构