The(74) program is generally translated to an object program, which is in a form. directly understandably by the computer.A.transferB.assembleC.sourceD.compile

题目

The(74) program is generally translated to an object program, which is in a form. directly understandably by the computer.

A.transfer

B.assemble

C.source

D.compile


相似考题
参考答案和解析
正确答案:C
更多“The(74) program is generally translated to an object program, which is in a form. directly ”相关问题
  • 第1题:

    下列各个选项中对字符数组赋字符串的语句中,错误的是( )。

    A.char s[10];s="program";

    B.char s[]="program";

    C.char s[10]="program";

    D.char s[10]; strcpy(s,"program");


    正确答案:A

  • 第2题:

    若某文件系统的目录结构如下图所示,假设用户要访问文件fl.j ava,且当前工作目录为Program,则该文件的全文件名为 (22),其相对路径为(23)。

    (22)

    A. f1.java

    B.\Document\Java-prog\f1.java

    C.D:\Program\Java-prog\f1.java

    D.\Program\Java-prog\f1.java

    (23)

    A. Java-prog\

    B. \Java-prog\

    C. Program\Java-prog

    D. \Program\Java-prog\


    正确答案:C,A

  • 第3题:

    The term "______ program" means a program written in high-level language.

    A.compiler

    B.executable

    C.source

    D.object


    正确答案:C
    解析:译文的含义是:()程序表示用高级语言书写的程序。A、B、C、D各选项的意思分别是:编译、可执行、源、目标。所以,本题应该选择C。

  • 第4题:

    A transport layer protocol has several responsibilities. One is to create a process-to-process (program-to-program) communication; TCP uses port (71) to accomplish this. Another responsibility of a transport layer protocol is to create a (72) and error-control mechanism at the transport level. TCP uses a sliding (73) protocol to achieve flow control. It uses the acknowledgment packet, time-out, and retransmission to achieve (74) control. The transport layer is also responsible for providing a connection mechanism for the application program. The application program sends (75) of data to the transport layer. It is the responsibility of the transport layer at the sending station to make a connection with the receiver.

    (71)

    A.numbers

    B.connections

    C.diagrams

    D.resources


    正确答案:A

  • 第5题:

    ●若某文件系统的目录结构如下图所示,假设用户要访问文件f1.java,且当前工作目录为Program,则该文件的全文件名为(8),其相对路径为(9)。

    (8)

    A.f1.java

    B.\Document\Java-prog\f1.java

    C.D:\Program\Java-prog\f1.java

    D.\Program\Java-prog\f1.java

    (9)

    A.Java-prog\

    B.\Java-prog\

    C.Program\Java-prog

    D.\Program\Java-prog\


    正确答案:C,A

  • 第6题:

    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


    正确答案:B
    解析:题意为“计算机程序员编写代码”,所以答案为B。