一起答
单选

●数字计算机的组成一般如图所示,主要包括运算器、存储器、控制器以及各种外部输入输出设备的适配器,它们之间由系统总线进行互连。通常把(26)称为中央处理器。

(26)

  • A.存储器和运算器
  • B.适配器和系统总线
  • C.控制器和适配器
  • D.运算器和控制器
参考答案
查看试卷详情
相关试题
  1. ●Extreme Programming (XP) is a discipline ofsoftware development with__(71) of simplicity, communication, feedback and courage. Successful software development is a team effort - not just the development team, but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.

    • An XP project needs a (73) customer to provide guidance. Customers, programmers, managers, are all working (74) to build the system that's needed. Customers - those who have software that needs to be developed - will learn simple, effective ways to (75)wh
    • A.importance
    • B.keys
    • C.roles
    • D.values    (72)
    • A. small-sized
    • B.moderately-sized
    • C. large-sized
    • D.huge-sized    (73)
    • A.part-time
  2. ●在Windows系统中,排除DNS域名解析故障时,需要刷新DNS解析器缓存,应使用的命令是(70) 。

    (70)

    • A.ipconfig/renew
    • B.ipconfig/flushdns
    • C.netstat -r
    • D.arp -a
  3. ●TCP是互联网中的(68)协议,使用(69)次握手协议建立连接。

    (68)

    • A.传输层
    • B.网络层
    • C.会话层
    • D.应用层    (69)
    • A.l
    • B.2
    • C.3
    • D.4
  4. ● OA类网络是很大的网络,每个A类网络中可以有(66)个网络地址。实际使用中必须把A类网络划分为子网,如果指定的子网掩码为255.255.192.0,则该网络被划分为(67)个子网。

    (66)

    • A.210
    • B.212
    • C.220
    • D.224    (67)
    • A.128
    • B.256
    • C.1024
    • D.2048
  5. ●网络用户只能发送但不能接收Email,不可能的原因是(65) 。

    (65)

    • A.邮件服务器配置错误
    • B.网络连接中断
    • C.路由器端口的访问控制列表设置为deny pop3
    • D.客户端代理设置错误
  6. ●看门狗(Watch Dog)是嵌入式系统中一种常用的保证系统可靠性的技术,在下列情况下,会产生看门狗中断的是(64)。

    (64)

    • A.软件喂狗
    • B.处理器温度过高
    • C.应用产生异常
    • D.看门狗定时器超时
  7. ●某处理器按照大端方式工作,以下C语言代码执行后的输出是(63) 。

    char iArr[10]={0,1,2,3,4,5,6,7,8,9};

    short tVal; short *pVal= NULL;

    pVal= (short *)(iArr+2);

    tVal= *pVal;

    printf(“tVal= %#x\n”,tVal);

    (63)

    • A.tVal=0x203
    • B.tVal=0x302
    • C.tVal=515
    • D.tVal= 770
  8. ●某计算机数据总线为16位,内存按字节编址,地址从B4000H到DBFFFH,共有 (59)字节。若用存储容量为16Kx16bit的存储器芯片构成该内存,至少需要(60)片。

    (59)

    • A.80K
    • B.96K
    • C.160K
    • D.192K    (60)
    • A.2
    • B.5
    • C.8
    • D.10
  9. ●某幅图像具有640x480个像素点,若每个像素具有8位的颜色深度,则可以表示(61)种不同的颜色,经5:1压缩后,其图像数据需占用(62)(Byte)的存储空间。

    (61)

    • A.8
    • B.256
    • C.512
    • D.1024    (62)
    • A. 61440
    • B.307200
    • C.384000
    • D.3072000
  10. ●在嵌入式系统中,大量使用RISC处理器,以下叙述中,不符合RISC指令系统特点的是(55)。

    (55)

    • A.指令长度固定,指令种类少
    • B.选取使用频率较高的一些简单指令
    • C.设置大量通用寄存器,访问存储器指令简单
    • D.寻址方式种类丰富,指令功能尽量增强