-->
当前位置:首页 > Luz 第5940页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:s="abcd'12'34",下面()可以输出字符'12'34。

Luz5年前 (2021-05-10)4534
s="abcd'12'34",下面()可以输出字符'12'34。 @[D](1)A. s[5:8]B. s[4:8]C. s[-1:-6]D. s[-6:]A.s[5:8]B.s[4:8]C.s[-1:-6]D.s[-6:]答案:D…

单选题:关于算法的命题,下列说法不正确的是。

Luz5年前 (2021-05-10)1887
关于算法的命题,下列说法不正确的是。 @[B](1)A. 算法规定了任务执行/问题求解的一系列、有限的步骤。B. 算法所规定的计算/处理步骤是有限的但算法实际执行的计算/处理步骤可以是无限的。C. 算法可以没有输入但必须有输出。D.…

单选题:关于算法的特性下列说法不正确的是。

Luz5年前 (2021-05-10)1389
关于算法的特性下列说法不正确的是。 @[C](1)A. 算法必须有明确的结束条件即算法应该能够结束此即算法的有穷性B. 算法的步骤必须要确切地定义不能有歧义性此即算法的确定性C. 算法可以有零个或多个输入也可以有零个或多个输…

单选题:______should be first considered when a real-time operating syst

Luz5年前 (2021-05-10)756
______should be first considered when a real-time operating system is designed.@[B](1)A. Reliability and flexibilityB.…

单选题:下面()语句的写法是正确的。

Luz5年前 (2021-05-10)3260
下面()语句的写法是正确的。 @[D](1)A. if s=4B. if s=4:C. if s==4D. if s==4:A.if s=4B.if s=4:C.if s==4D.if s==4:答案:D…

单选题:执行下面语句组的结果是()

Luz5年前 (2021-05-10)1424
执行下面语句组的结果是()```s=0 for i in range(5): s=s+i print("s={}".format(s)) ``` @[A](1)A. s=10B. s=5C. s=0D. s=15A.s=10B.…

单选题:A system is ______ a system that allows the CPU to execute mult

Luz5年前 (2021-05-10)744
A system is ______ a system that allows the CPU to execute multiple jobs by switching among them, but the switches occu…

单选题:A system is said to be ________ if it can continue to function e

Luz5年前 (2021-05-10)744
A system is said to be ________ if it can continue to function even when a node or nodes in the system fail.@[D](1)A. n…

单选题:A distributed system could be _________.

Luz5年前 (2021-05-10)783
A distributed system could be _________. @[C](1)A. A client-server systemB. A peer-to-peer systemC. A clustering syst…

单选题:An operating system is a program that manages the ______.

Luz5年前 (2021-05-10)1027
An operating system is a program that manages the ______. @[C](1)A. computer hardwareB. computer softwareC. computer res…