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(71), and that it has a mechanism for(72)grap

题目

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(71), and that it has a mechanism for(72)graphical files. Display text, display graphics, and(73)hypefiinks, there's 99 percent of the(74)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(75)for application development? Remember frames and all their nasty side effects?

A.superlinks

B.links

C.hyperlinks

D.connections


相似考题
参考答案和解析
正确答案:C
解析:hyperlink意为“超链接”。答案为C。
更多“Web browser is simply a terminal emulator, designed to display text on a screen. The two e ”相关问题
  • 第1题:

    E-mail is a(n) ______ message delivery system that allows information such as typed messages and multimedia to be sent to individual compmer users.

    A.graphic-based

    B.char-based

    C.web-based

    D.text-based


    正确答案:D
    解析:电子邮件是一种基于文本的消息传递系统,它能够支持向个人计算机用户发送文本和多媒体消息。

  • 第2题:

    Maine is justly famous for its beautiful lakes and ponds.

    A:only
    B:rightfully
    C:legally
    D:simply

    答案:B
    解析:
    本句意思:缅因州以其美丽的湖泊而闻名是理所应当的。only的意思为“仅有,只有”; rightfully的意思为“正当地,正直地”; legally的意思为“合法地,法律上”; simply的意思为“简单 地”。justly的意思为“应得地,公正地”,和rightfully的意思接近。

  • 第3题:

    在pygame下,可以正确设置图形界面窗口标题的是()。

    A.pygame.display.set_text("Hello")

    B.pygame.display.set_title("Hello")

    C.pygame.display.set_caption("Hello")

    D.pygame.display.set_content("Hello")


    正确

  • 第4题:

    在TCP/IP网络管理中,MIB数据库中的信息是由来收集的。A.管理站(Manager) B.代理(Agent)C.Web服务器(Web Server) D.浏览器(Browser)


    正确答案:B
    管理信息库(Management Information Base,MIB)可以从支持SNMP协议的代理端收集信息,并通过图形界面显示如接口流量和CPU负载等性能参数,从而实现实时监控。
    网络管理的实现过程如下:管理工作站主动向代理发送请求,要求得到其关心的数据;代理在接到管理工作站的请求之后,响应管理工作站的请求,把数据发送给管理工作站。这种收集数据的方式称为轮询。除此之外,被管理设备中的代理可以在任何时候向网络管理工作站报告错误情况。这是一种基于中断的方式,称为自陷。

  • 第5题:

    CSS设置中,决定文本块元素的水平对齐方式的是()

    A.Text-inden

    B.Vertical-align

    C.Text-align

    D.Display


    text-align

  • 第6题:

    4、在pygame下,可以正确设置图形界面窗口标题的是()。

    A.pygame.display.set_text("Hello")

    B.pygame.display.set_title("Hello")

    C.pygame.display.set_caption("Hello")

    D.pygame.display.set_content("Hello")


    <pre>1.利用draw模块的rect()函数绘制方块。2.利用font模块的Font()函数创建文本对象,利用字体对象的render()方法将文本渲染为图片,并将文本位置与方块关联。3.在循环中修改方块位置,并刷新窗口。</pre>