一起答

软件水平考试(初级)网络管理员上午(基础知识)模拟试卷41

  • 卷面总分:74分
  • 浏览次数:0
  • 测试费用:免费
  • 答案解析:是
  • 练习次数:7次
  • 作答时间:150分钟
试卷简介
部分试题预览
  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.中断向量表