正确答案: D
运行
题目:C语言源程序中存在死循环,该错误会在______时体现出来。
解析:解析:程序中的死循环在词法、语法上都无错误,不会在编译过程中发现;只有在程序运行中才会陷于死循环,这是一种动态的语义错误。
查看原题查看所有试题
学习资料的答案和解析:
[单选题]●ATM提供一种和应用独立的服务,主要表现在 (31) 。(31)
时间独立和语义独立
解析:【解析】ATM提供一种和应用独立的服务,主要表现在时间独立和语义独立。
[多选题]● 交换机当前状态处于局部配置模式的是 () 。()
switch
switch(config-if)
switch(config)
解析:C
试题(68)分析
本题考查交换机的基本配置模式。
交换机有以下常见的配置模式:普通用户模式、特权模式、全局配置模式和局部配置模式。
(1)用户模式:在交换机正常启动后,用户使用超级终端仿真软件或Telnet登录交换机,自动进入用户配置模式,其命令状态如下:
Switch>
(2)特权模式:在用户模式下,输入以下命令可以进入特权模式:
Switch>enable
switch#
(3)全局配置模式:在特权模式下,输入以下命令可以进入全局配置模式:
switch>config terminal
switch(config)#
(4)局部配置模式:包括端口配置模式和线路配置模式,在全局配置模式下,输入以下命令可以进入局部配置模式:
Switch(config)#interface fastEthernet O/1
switch(config-if) #(端口配置模式)
switch(config)#line console 0
switch(config-line) #(线路配置模式)
参考答案
(68)C
[单选题]is a one-way function that takes an arbitrarily long piece of plaintext and from it computes a fixed-length bit string.(67)is a protocol that most USENET machines how use it to allow news articles to propagate from one machine to another over a reliable connection.(68)is an approach preferred by cable TV providers. In this solution the fiber terminates at an optoelectrical converter and the final segment is a shared coaxial cable.(69)is a device used to connect two separate network that use different communication protocol.(70)js a digital
MD
解析:解析:本题主要考查加密理论中的消息摘要(messagedigest)的简写MD。答案为A。