正确答案: D
WAPI的密钥管理方式包括基于证书和基于预共享秘密两种方式
题目:无线局域网鉴别和保密体系WAPI是我国无线局域网安全强制性标准,以下关于WAP的描述,正确的是()。
解析:D
查看原题
举一反三的答案和解析:
[单选题]单向链表中往往含有一个头结点,该结点不存储数据元素,一般令链表的头指针指向该结点,而该结点指针域的值为第一个元素结点的指针。以下关于单链表头结点的叙述中,错误的是( )。
加入头结点后,在链表中进行查找运算的时问复杂度为O(1)
解析:解析:链表查找最常规的做法是从链表的头结点开始,顺序查找结点。由于需要顺序查找,时问复杂度自然就是O(n)了。
[单选题]IP协议是TCP/IP体系结构(20)上的实用的协议。TCP协议是TCP/IP体系结构(21)上使用的协议。TCP/IP体系结构的(22)上没有专用的协议。SUP协议位于TCP/IP体系结构的(23)。
网络互联层
[单选题]Telnet代表Internet网上的()功能。
远程登录
[单选题]文中( 5 )处正确的答案是( )。
网络号和主机地址
[单选题]●所谓“1U的服务器”,就是外形满足EIA规格、(13)的服务器产品。(13)
高度为4.445 cm
[单选题]软件开发的螺旋模型综合了瀑布模型和演化模型的优点,还增加了(1)。采用螺旋模型时,软件开发沿着螺线自内向外旋转,每转一圈都要对(2)进行识别和分析,并采取相应的对策。螺旋线第一圈的开始点可能是一个(3)。从第二圈开始,一个新产品开发项目开始了,新产品的演化沿着螺旋线进行若干次迭代,一直运转到软件生命期结束。
风险分析
[单选题]
B. 数据模式
C. 关系模式
D. 逻辑模式
关系模式
[单选题]Why is (1) fun?What de lights may itS practitioner expect as his reward? First is the sheer joy of making things. As the child delights in his mud pie, so the adult enjoys building things, especially things of his own design. Second is the pleasure of making things that are useful to other people. Third is the fascination of fashioning complex puzzle-like objects of interlocking moving parts and watching them work in subtle cycles, playing out the consequences of principles built in from the beginning. Fourth is the joy of always learning, which springs from the (2) nature of the task. In one way or another the problem is ever new, and its solver learns something: sometimes (3), sometimes theoretical, and sometimes both. Finally, there is the delight of working in such a tractable medium. The (4), like the poet, works only slightly removed from pure thought-stuff. Few media of creation are so flexible, so easy to polish and rework, so readily capable of realizing grand conceptual structures.Yet the program (5), unlike the poet's words, is real in the sense that it moves and works, producing visible outputs separate from the construct itself. It prints results, draws pictures, produces sounds, moves arms. Programming then is fun because it gratifies creative longings built deep within us and delights sensibilities we have in common with all men.
programming
[单选题]软件开发工具VB、PB和Delphi是可视化的。这些工具是一种(30)程序语言。
事件驱动
解析:解析:事件驱动(Event Driven)是指系统根据发生的事件发送消息给相应的程序,程序根据事件和当前状态,决定要做的事情。如果不发生事什,计算机的控制权并不是在正在执行的程序手里,这时程序并不占用CPU资源。面向对象和可视化程序设计方法采用了事件驱动机制,所以程序设计方法发生了很大的改变。事件驱动给程序设计带来了极大的灵活性。同时,它可以在不采用分时系统的前提下实现多进程。可视化程序设计(Visual Programming)运用面向对象程序设计的概念,通过图形化及可视途径,构建应用程序。它使程序设计更为简单和容易。软件开发工具Visual Basic、PB和Delphi提供了可视化的集成开发环境,运用代表通用于程序的图标,通过图形操作,构建基于图形用户界面(GUI)的应用程序,是一种以事件驱动的程序语言。