A、有穷性
B、确定性
C、可行性
D、有多个输入,有一个或多个输出,一个算法必须有输入
第1题:
算法具有5个特性,以下选项中不属于算法特性的是______。
A.有零个或多个输入
B.可行性
C.有穷性
D.通用性
第2题:
下列选项中,关于OSPF拓扑数据库的描述正确的是( )。
A.使用LSA分组来更新和维护拓扑数据库
B.每一个路由器都包含了拓扑数据库的所有选项
C.使用Dijkstra血算法来生成拓扑数据库
D.在同一区域中的所有路由器包含同样的拓扑数据库
第3题:
关于算法特性描述正确的有: Which one is right about algorithm’s characterization:(there are more than one correct answers)
A.算法保证计算结果的正确性。Algorithm will ensure the correctness of the calculation results.
B.组成算法的指令可以有限也可能无限。 Instructions which composite algorithms can be infinite or finite
C.算法描述中下一步执行的步骤不确定。 The next step in the implementation of the algorithm described is uncertain.
D.算法的有穷性指算法必须在有限步骤内结束。The finite nature of algorithms means algorithm must be completed within a limited step.
第4题:
算法具有五个特性,以下选项中不属于算法特性的是
A.有穷性
B.简洁性
C.可行性
D.确定性
第5题:
135、算法是对问题求解过程的一种描述,“算法中的操作都是可以执行的,即在计算机的能力范围之内,且在有限时间内能够完成”,这句话所描述的特性被称为算法的________。