正确答案: C
索引结点保存可以利用的搜索结点信息
题目:关于混合式P2P网络中索引结点的描述中,正确的是
解析:索引结点保存可以利用的搜索结点信息、搜集状态信息以及尽力维护网络的结构,一个结点既可以是搜索结点也可以是索引结点。索引结点不会直接连接到有版权的资料,只是搜索所需资料相关的地址,至于用户到底连接下载了什么内容与它无关。根据解析知,选项C符合题意,故选择C选项
查看原题 点击获取本科目所有试题
举一反三的答案和解析:
[单选题]● 在软件开发项目实施过程中,由于进度需要,有时要采取快速跟进措施。(39)属于快速跟进范畴。(39)
设计图纸全部完成前就开始现场施工准备工作
[单选题]● 关于二叉排序树的说法,错误的是 (27) 。(27)
若构造二叉排序树时进行平衡化处理,则根结点的左子树结点数与右子树结点数的差值一定不超过1
解析:
[单选题]● ICMP 协议属于TCP/IP 协议簇中的 (55) 。
网络层
[单选题]网络营销对营销战略的影响,说法错误的是( )。
使小企业更难于在全球范围内参与竞争
[单选题]设链式栈中结点的结构为(data,link),且top是指向栈顶的指针。若想摘除链式栈的栈顶结点,并将被摘除结点的值保存到x中,则应执行的操作是(32)。
x=top->data;top=top->link;
解析:解析:x先取栈顶结点的值,并从栈中去掉这个结点。
[单选题]UML-based tools are often used for J2EE/.NET application analysis and design,both because UML's object orientation is ideal for the J2EE/.NET implementation(66) and because of the expanding scope and complexity of today's enterprise endeavors.(67) the approaches diverge at the coding/implementation phase,a common Set of analysis and design techniques applies to both J2EEand.NET.The use of a virtual machine (VM) architecture is also common to J2EE and .NET. Application development tools(68) intermediate-level code instead of platform-specific binary code, which means the VM interprets that code in real time or performs Just-In-Time (JIT) compilation; the Microsoft VM always runs JIT-compiled code. This VM-based model results in(69)-independent applications and is conducive to the late-binding technique that's(70) to the OO approach.
model