一起答
单选

在浏览Web页的过程中,你一定会发现有一些自己喜欢的Web页,并希望以后多次访问,应当使用的方法是为这个页面(59)。

  • A.用笔抄写到笔记本上
  • B.建立地址薄
  • C.建立浏览历史列表
  • D.建立书签
参考答案
查看试卷详情
相关试题
  1. () is a mechanism used for protecting the users outside of network from accessing some non-authorized computer resources.

    • A.Network Card
    • B.Protocol
    • C.firewall
    • D.Router
  2. (80)

    • A.users
    • B.programmers
    • C.computer
    • D.program
  3. For many years, the principle goal of computer(73) was to write short pieces of code that would execute quickly. The (74) needed to be small, because memory was expensive, and it needed to be fast ,because processing power was also expensive.

    • A.users
    • B.programmers
    • C.that
    • D.program
  4. (78)

    • A.quickly
    • B.recentness
    • C.recently
    • D.fast
  5. A(71) is a data type whose major attributes are determined by the rules governing the insertion and deletion of its elements. The only element that can be deleted or removed is the one that was inserted most(72). Such a structure is said to have a last-in/first-out (LIFO) behavior, or protocol.

    • A.stack
    • B.queues
    • C.pointer
    • D.record
  6. (76)

    • A.C000H
    • B.12000H
    • C.3000H
    • D.6000H
  7. (75)

    • A.DS
    • B.CS
    • C.SS
    • D.CS和SS
  8. 在寄存器间接寻址中,若指令指定的寄存器是BX、SI、或者DI,则默认操作数存放在(46)段中。这时要用寄存器(47)的内容作为段地址。对于指令MOV BX,[SI],假设数据段寄存器DS=1000H,代码段寄存器CS=4000H,堆栈段寄存器SS=7000H,SI=2000H,则操作数的物理地址为(48)。

    • A.数据
    • B.代码
    • C.堆栈
    • D.代码和堆栈
  9. (73)

    • A.中断源
    • B.中断响应
    • C.允许中断
    • D.中断向量表
  10. 中断是CPU与外部设备进行数据交换的重要方式。CPU响应中断时必须具备三个条件,分别为:外部提出中断请求、本中断未屏蔽、(4)。CPU响应中断后,必须由(5)提供地址信息,引导程序进入中断服务子程序;中断服务程序的入口地址存放在(6)中。

    • A.中断源
    • B.中断响应
    • C.允许中断
    • D.中断向量表