试题详情

试题内容

 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 their browsers. Remember when media channels in the browser were a big deal, instead of the clutter you can't wait to delete from your favorites of bookmarks menu? Remember when client-side Java applets were supposed to become the preferred (5)for application development? Remember frames and all their nasty side effects?
(1)A、superlinks 
B、links 
C、hyperlinks 
D、connections
(2)A、displaying 
B、illustrating 
C、drawing 
D、writing
(3)A、direct 
B、navigate 
C、indicate 
D、go-on
(4)A、Web browser's 
B、terminal's 
C、emulator's 
D、network's
(5)A、plane 
B、plant 
C、plate 
D、platform 

查看答案

软题库参考答案:C、A、B、A、D(仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

57题:

设循环队列 Q 的定义中有 rear 和 len 两个域变量,其中 rear 表示队尾元素的指针,len 表示队列的长度,如下图所示(队列长度为 3,队头元素为 e)。设队列的存储空间容量为 M,则队头元素的指针为( )  。

A、(Q.rear+Q.len-1)
B、(Q.rear+Q.len-1+M)%M
C、(Q.rear-Q.len+1)
D、(Q.rear-Q.len+1+M)%M

3题:

系统响应时间和作业吞吐量是衡量计算机系统性能的重要指标。对于一个持续处理业务的系统而言, ( ) ,表明其性能越好。
A、响应时间越短,作业吞吐量越小
B、响应时间越短,作业吞吐量越大
C、响应时间越长,作业吞吐量越大
D、响应时间不会影响作业吞吐量

36题:

以下关于语言L={anbn|n>1}的叙述中,正确的是()。
A.可用正规式“aa*bb*”描述,但不能通过有限自动机识别
B.可用正规式“ambm”表示,也可用有限自动机识别
C.不能用正规式表示,但可以用有限自动机识别
D.不能用正规式表示,也不能通过有限自动机识别

37题:

UML 的设计视图包含了类、接口和协作,其中,设计视图的静态方面由(1) 和(2)表现;动态方面由交互图、 (3)表现。
(1)A、类图
B、状态图
C、活动图
D、用例图
(2)A、状态图
B、顺序图
C、对象图
D、活动图
(3)A、状态图和类图
B、类图和活动图
C、对象图和状态图
D、状态图和活动图

16题:

模块A直接访问模块B的内部数据,则模块A和模块B的耦合类型为()。
A.数据耦合
B.标记耦合
C.公共耦合
D.内容耦合

28题:

某一确定有限自动机(DFA) 的状态转换图如下图所示,该DFA接受的字符串集是(1),与之等价的正规式是(2) 。

(1)A、以1开头的二进制代码串组成的集合
B、以1结尾的二进制代码串组成的集合
C、包含偶数个0的二进制代码串组成的集合
D、包含奇数个0的二进制代码串组成的集合
(2)A、1*0(0|1)*
B、((0|1*0)*1*)*
C、1*((0|1)0)*
D、(1*(01*0)*)*