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
第1题:
下列各个选项中对字符数组赋字符串的语句中,错误的是( )。
A.char s[10];s="program";
B.char s[]="program";
C.char s[10]="program";
D.char s[10]; strcpy(s,"program");
第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\
第3题:
The term "______ program" means a program written in high-level language.
A.compiler
B.executable
C.source
D.object
第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
第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\
第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