重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
当前位置: 首页 > 大学专科 > 电子信息 > 计算机类
网友您好, 请在下方输入框内输入要搜索的题目:
搜题

题目

[单选题]

关于算法(Algorithm),下列叙述正确的是()。

A.在算法设计中,设计师和程序员之间采用流程图工具。

B.在算法描述中,自然语言、流程图和伪代码不能混合使用。

C.算法是问题求解方法及求解过程的描述。

D.自然语言描述常用于细节的描述。

E.在算法设计中,用户和分析师常采用伪代码描述算法,沟通思想。

查看参考答案
更多“关于算法(Algorithm),下列叙述正确的是()。A.在算法设计中,设计师和程序员之间采用流程图工具。”相关的问题

第1题

8、关于算法(Algorithm),下列叙述正确的是

A.算法是问题求解方法及求解过程的描述。

B.算法可以用自然语言、流程图或伪代码描述,各有其优点。

C.在算法描述中,自然语言、流程图和伪代码不能混合使用。

D.在算法设计中,用户和分析师常采用伪代码描述算法,沟通思想。

E.在算法设计中,设计师和程序员之间采用流程图工具。

F.自然语言描述常用于细节的描述。

点击查看答案

第2题

8、关于算法(Algorithm),下列叙述正确的是()。

A.算法是问题求解方法及求解过程的描述。

B.算法可以用自然语言、流程图或伪代码描述,各有其优点。

C.在算法描述中,自然语言、流程图和伪代码不能混合使用。

D.在算法设计中,用户和分析师常采用伪代码描述算法,沟通思想。

E.在算法设计中,设计师和程序员之间采用流程图工具。

F.自然语言描述常用于细节的描述。

点击查看答案

第3题

下列关于最短路算法的说法正确的有: The right statements of the following are:
A.当图中不存在负权回路但是存在负权边时,Dijkstra算法不一定能求出源点到所有点的最短路。 When the graph doesn't contain circuit of negative weight, but contains the edge of negative weight. Dijkstra algorithm can't guarantee the correctness of the algorithm.#B.当图中不存在负权边时,Dijkstra算法能求出每对顶点间最短路径。 When the graph doesn't contain edge of negative weight, Dijkstra algorithm can calculate the shortest path of each pair of vertices.#C.当图中存在负权回路时,Dijkstra算法也一定能求出源点到所有点的最短路。When
点击查看答案

第4题

下列关于最短路算法的说法正确的有: The right statements of the following are:
A.当图中不存在负权回路但是存在负权边时,Dijkstra算法不一定能求出源点到所有点的最短路。 When the graph doesn't contain circuit of negative weight, but contains the edge of negative weight. Dijkstra algorithm can't guarantee the correctness of the algorithm.#B.当图中不存在负权边时,Dijkstra算法能求出每对顶点间最短路径。 When the graph doesn't contain edge of negative weight, Dijkstra algorithm can calculate the shortest path of each pair of vertices.#C.当图中存在负权回路时,Dijkstra算法也一定能求出源点到所有点的最短路。When
点击查看答案

第5题

5、下列关于最短路算法的说法正确的有: The right statements of the following are:
A.当图中不存在负权回路但是存在负权边时,Dijkstra算法不一定能求出源点到所有点的最短路。 When the graph doesn't contain circuit of negative weight, but contains the edge of negative weight. Dijkstra algorithm can't guarantee the correctness of the algorithm.#B.当图中不存在负权边时,Dijkstra算法能求出每对顶点间最短路径。 When the graph doesn't contain edge of negative weight, Dijkstra algorithm can calculate the shortest path of each pair of vertices.#C.当图中存在负权回路时,Dijkstra算法也一定能求出源点到所有点的最短路。When
点击查看答案

第6题

5、下列关于最短路算法的说法正确的有: The right statements of the following are:
A.当图中不存在负权回路但是存在负权边时,Dijkstra算法不一定能求出源点到所有点的最短路。 When the graph doesn't contain circuit of negative weight, but contains the edge of negative weight. Dijkstra algorithm can't guarantee the correctness of the algorithm.#B.当图中不存在负权边时,Dijkstra算法能求出每对顶点间最短路径。 When the graph doesn't contain edge of negative weight, Dijkstra algorithm can calculate the shortest path of each pair of vertices.#C.当图中存在负权回路时,Dijkstra算法也一定能求出源点到所有点的最短路。When
点击查看答案

第7题

关于算法特性描述正确的有: 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.

点击查看答案

第8题

关于算法特性描述正确的有: 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.

点击查看答案

第9题

关于算法特性描述正确的有: 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.

点击查看答案

第10题

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.

点击查看答案
赏学吧APP
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)
订单号:
遇到问题请联系在线客服
请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“赏学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

- 微信扫码关注赏学吧 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反赏学吧购买须知被冻结。您可在“赏学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注赏学吧 -
请用微信扫码测试
温馨提示
每个试题只能免费做一次,如需多次做题,请购买搜题卡
立即购买
稍后再说
赏学吧