网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

● To document your code can increase program (72) and make program easier to (73).

(72)

A. reliability

B. security

C. readability

D. usability

(73)

A. execute

B. interpret

C. compile

D. maintain


参考答案

更多 “ ● To document your code can increase program (72) and make program easier to (73).(72)A. reliabilityB. securityC. readabilityD. usability(73)A. executeB. interpretC. compileD. maintain ” 相关考题
考题 ●Traditional structured analysis techniques focus upon the flow of(71)within a system Object-oriented analysis emphasizes the building of real-world models It examines requirements from the perspective of the classes and objects found in the vocabulary of the(72)domainTraditional system design method emphasizes the proper and effective structure of a complex systemObject-oriented design method encompasses the process of object-oriented decomposition and a(73)for depicting both logical and physical as well as static and dynamic models of the system under designObject-oriented programming is a method of implementation in which programs are organized as cooperative collections of objects, each of which represents an(74)of some class, and whose classes are all members of a hierarchy of classes united via(75)relationships(71)A.control B.program C.data D.reference(72)A.problem B.solution C.data D.program(73)A.mark B.picture C.symbol D.notation(74)A.instance B.example C.existence D.implementation(75)A.control B.inheritance C.inference D.connection

考题 ● 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. numbersB. connectionsC. diagramsD. resources(72)A. procedureB. functionC. routeD. flow(73)A. pathB. windowC. frameD. diagram(74)A. packetB. timeC. errorD. phase(75)A. portsB. streamsC. packetsD. cells

考题 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.numbersB.connectionsC.diagramsD.resources

考题 The approach we propose is a system-oriented methodology for knowledge acquisition. This orientation emphasizes ongoing documentation throughout each cycle and technique applied. Program-wide documentation is suggested, both for the purpose of internal(71)and for later verification and(72)efforts: The documentation system we propose includes a central "knowledge acquisition(73)"which is(74)to reflect knowledge acquisition plans, session nodes, and domain expert participation. Specifically,(75)within the database system include knowledge acquisition forms, which document plans for, and notes from, knowledge acquisition session, domain expert file, and rule content forms.A.interchangeB.interfaceC.communicationD.message

考题 若某文件系统的目录结构如下图所示,假设用户要访问文件fl.j ava,且当前工作目录为Program,则该文件的全文件名为 (22),其相对路径为(23)。(22)A. f1.javaB.\Document\Java-prog\f1.javaC.D:\Program\Java-prog\f1.javaD.\Program\Java-prog\f1.java(23)A. Java-prog\B. \Java-prog\C. Program\Java-progD. \Program\Java-prog\

考题 ●若某文件系统的目录结构如下图所示,假设用户要访问文件f1.java,且当前工作目录为Program,则该文件的全文件名为(8),其相对路径为(9)。(8)A.f1.javaB.\Document\Java-prog\f1.javaC.D:\Program\Java-prog\f1.javaD.\Program\Java-prog\f1.java(9)A.Java-prog\B.\Java-prog\C.Program\Java-progD.\Program\Java-prog\

考题 To verify that your printer is operating correctly, you can run the printer(72) program.A.interfaceB.self-testC.driverD.browse

考题 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.usersB.programmersC.thatD.program

考题 ●One ofthe main resposibilities ofICMP is to report (71). Although technology has produced increasingly reliable transmission media, errors still exist and must be handled. IP is an (72) protocol. This means that error checking and error control are not a concem ofIP.ICMP was designed, in part, to compensate for this shortcoming. Howerver, ICMP does not _(73) errors, it simply reports them. Error correction is left to the higher-level potocols. Error messages are always sent to the original__(74) because the only information available in the datagram about the route is the source and destination lP addresses. ICMP uses the source IP address to send the error massage to the source ofthe(75) .(71)A, numbersB. functionsC. stringsD. errors(72)A. reliableB. unreliableC. availableD. unavailable(73)A. correctB. conductC. produceD. connect(74)A. userB. destinationC. sourceD. program(75)A. datagramB. frameC. serviceD. protocol

考题 Program(73)describes program's objectives, desired output, input data required, processing requirement, and documentation.A.specification B.flowchart C.structure D.address