试题内容
如下图所示,模块A和模块B都访问相同的全局变量和数据结构,则这两个模块之间的耦合类型为( )耦合。
A. 公共
B.控制
C.标记
D.数据
软题库参考答案:A(仅供参考)
软题库解析:正在加载....
你可能感兴趣的试题
关于ARP表,以下描述中正确的是( ) 。
A、提供常用目标地址的快捷方式来减少网络流量
B、用于建立IP地址到MAC地址的映射
C、用于在各个子网之间进行路由选择
D、用于进行应用层信息的转换
为了防止电子邮件中的恶意代码,应该用 ( ) 方式阅读电子邮件。
A、纯文本
B、网页
C、程序
D、会话
A Web browser is simply a terminal emulator, designed to display text on a screen. The two essential differences between an ordinary terminal emulator and a Web browser are that the browser knows how to deal with (1), and that it has a mechanism for(2) graphical files. Display text, display graphics, and(3) hyperlinks--there's 99 percent of the (4) value. That's not to say that the manufacturers didn't go all-out to attach a hyperactive efflorescence of useless capabilities onto
第59题: ( )在其最好情况下的算法时间复杂度为O(n)。
A、插入排序
B、归并排序
C、快速排序
D、堆排序
某校园网用户无法访问外部站点210.102.58.74,管理人员在windows 操作系统下可以使用( )判断故障发生在校园网内还是校园网外。
A、ping 210.102.58.74
B、tracert 210.102.58.74
C、netstat 210.102.58.74
D、arp 210.102.58.74
一个高度为h的满二叉树的结点总数为2h-1,从根结点开始,向上而下、同层次结点从左至右,对结点按照顺序依次编号,即根结点编号为1,其左、右孩子结点编号分为2和3,再下一层从左到右的编号为4、5、6、7,以此类推。那么,在一颗满二叉树中,对于编号为m和n的两个结点,若n=2m+1,则()结点。
A.m是n的左孩子
B.m是n的右孩子
C.n是m的左孩子
D.n是m的右孩子