易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

主机与设备传送数据时,采用(),主机与设备是串行工作的。

A、程序查询方式

B、中断方式

C、DMA方式

D、通道

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • What are the prerequisites for performing flashback transactions? ()(Choose all that apply)

    A

    Supplemental log must be enabled

    B

    Supplemental log must be enabled for the primary key

    C

    Undo retention guarantee for the database must be configured

    D

    ”EXECUTE “ permission on the DBMS_FLASHBACK package must be granted to the user

  • Which of the following datatypes store time-zone information in the database?()

    A、 TIMESTAMP

    B、 DATE

    C、 TIMESTAMP WITH TIME ZONE

    D、 TIMESTAMP WITH LOCAL TIME ZONE

    E、 DATETIME

  • 磁盘碎片整理可以()。

    A、合并磁盘空间

    B、减少新文件产生碎片的可能

    C、清理回收站的文件

    D、检查磁盘坏扇区

  • MODEM一词是()两词的综合体,中文译作【调制解调器】。其作用是实现电话线中的模拟信号与数字信号的互相翻译,从而实现个人计算机与ISP的互相通信。

  • You are creating a servlet that generates stock market graphs. You want to provide the web browser withprecise information about the amount of data being sent in the response stream.  Which twoHttpServletResponse methods will you use to provide this information?()

    A

    response.setLength(numberOfBytes);

    B

    response.setContentLength(numberOfBytes);

    C

    response.setHeader(Length, numberOfBytes);

    D

    response.setIntHeader(Length, numberOfBytes);

    E

    response.setHeader(Content-Length, numberOfBytes);

    F

    response.setIntHeader(Content-Length, numberOfBytes);

联系客服 会员中心
TOP