更多“The identification and removal of bugs in a program is called”(73)A.checkingB.debuggingC. ”相关问题
  • 第1题:

    Integration(73)is the process of verifying that the components of a system work together as described in the program design and system design specifications.(73)

    A.trying

    B.checking

    C.testing.

    D.coding


    正确答案:C
    解析:集成测试是验证系统各个组成部分能否按程序设计和系统设计规格说明书所描述的方式一起工作的过程。

  • 第2题:

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

    A.reliability

    B.security

    C.readability

    D.usability


    正确答案:C

  • 第3题:

    , also called end-user program, includes database programs, spreadsheets, word rocessors etc.

    A.System software

    B.Utility software

    C.Application software

    D.Compiler software


    正确答案:C

  • 第4题:

    software, also called end-user program, includes database programs, word processors, spreadsheets etc.

    A.Application

    B.System

    C.Compiler

    D.Utility


    正确答案:A
    解析:应用软件也称为最终用户程序,包括数据库程序、文字处理软件和电子表格软件等。

  • 第5题:

    ● 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


    正确答案:C,D

  • 第6题:

    Programmers test a program by running it to ensure that the(74)are correct and that the program produces the desired outcome. If errors do occur, the programmer must make the appropriate change and recheck the program until it produces the correct results. This(75)is called testing and debugging.

    A.commands

    B.software

    C.instructions

    D.measure


    正确答案:C
    解析:Instruction指计算机“指令”。

  • 第7题:

    The (1) program means a program written in a high-level language. It is generally translated to an (2) program, which is in a form. directly understandably by the computer.

    The translation is usually done by a program called (3).

    A.assemble

    B.web

    C.C

    D.source


    正确答案:D

  • 第8题:

    Integration(73)is the process of verifying that the components of a system work togedler as described in the program design and system design speci6cations.

    A.trying

    B.checklng

    C.testing

    D.coding


    正确答案:C
    解析:集成测试就是验证系统各个组成部分能否按程序设计和系统设计规格说明书所描述的方式一起工作的过程。

  • 第9题:

    With respect to program variables,(73)means assigning a beginning value to a variabl

    A.

    B.Setup

    C.startup

    D.initialization

    E.pre-compile


    正确答案:C
    对程序变量来说,初始化意味着给变量赋初值。

  • 第10题:

    ● The most important program on any computer is (73) .

    (73)

    A. Office 2000

    B. Virus

    C. software

    D. Operating System


    正确答案:D

  • 第11题:

    The identification and removal ofbugs in a program is called "( )".

    A.checking
    B.debugging
    C.revision
    D.verification

    答案:B
    解析:
    在程序中找出并排除错误称为排错。

  • 第12题:

    The identification and removal of bugs in a program is called"______".

    A.checking
    B.debugging
    C.revision
    D.verification

    答案:D
    解析:

  • 第13题:

    Each program module is compiled separately and the resulting(73) files are linked ether to make an executable application.

    A.object

    B.source

    C.assembler

    D.library


    正确答案:A

  • 第14题:

    Integration(73)is the process of verifying that the components of asystem work together as described in the program design and system design specifications.

    A.trying

    B.checking

    C.testing

    D.coding


    正确答案:C
    解析:集成测试就是验证系统各个组成部分能否按程序设计和系统设计规格说明书所描述的方式一起工作的过程。

  • 第15题:

    ● Integration(73)is the process of verifying that the components of a system work together as described in the program design and system design specifications.

    (73)A. trying B. checking C. testing D. coding


    正确答案:C

  • 第16题:

    ● The program and the data are kept inside the computer in a place called

    (73) .

    (73)

    A. bus

    B. cache

    C. CPU

    D. memory


    正确答案:D

    试题(73)参考译文
    在计算机中存放程序和数据的地方称为内存。
    参考答案
    (73)D

  • 第17题:

    The UNIX operating system is made up of three parts; the kernel, the shell and the programs. The kernel of UNIX is the(71)of the operating system: it allocates time and memory to programs and handles the filestore and communications in response to(72). The shell acts as an(73)between the user and the kernel. When a user logs in, the(74)program checks the username and password, and then starts another program called the shell. The shell is a command line(75)(CLI). It interprets the commands the user types in and arranges for them to be carded out. The commands are themselves programs: when they terminate, the shell gives the user another prompt(% on our systems).

    A.hub

    B.center

    C.core

    D.nucleus


    正确答案:A
    解析:hub:中心

  • 第18题:

    ● __(73)__ are the four major activities of software configuration management.

    ①configuration identification ②statement report ③change control

    ④preparation of requirement document ⑤configuration auditing

    (73)A.①②③④ B.①②④⑤ C.①②③⑤ D.②③④⑤


    正确答案:C

  • 第19题:

    The most important program on any computer is (73) .

    A.Office 2000

    B.Virus

    C.software

    D.Operating System


    正确答案:D
    解析:任意一台计算机上最重要的程序是操作系统。

  • 第20题:

    Inside the computer, the operation system(of another software module called a data communication(71))must decide which program will get control next. Each program remember, is associated(72). a particular front -end port. If a program's data have not yet reached its front - end buffer, there is no point giving that program control. Thus the data communication monitor sends its own(73)signal to the front -end devices next port is polled. Note that the(74)computer speed. The computer never has to wait for a terminal or a communication line. Instead, it is the expressive front - end processor that waits for the slower system(75)to respond.

    A.memory

    B.control

    C.monitor

    D.charge


    正确答案:C

  • 第21题:

    The identification and removal of bugs in a program is called”(75)”.

    A.checking

    B.debugging

    C.revision

    D.verification


    正确答案:B
    在程序中找出并排除错误称为排错。

  • 第22题:

    ● (73)testing is the responsibility ofthe programmer, who knows exactly what is going on inside the program.

    (73)

    A. Acceptance

    B.System

    C.Black box

    D.White box


    正确答案:D

  • 第23题:

    Program(73)describes program's objectives, desired output, input data required, processing requirement, and documentation.

    A.specification
    B.flowchart
    C.structure
    D.address

    答案:C
    解析:
    程序规格说明书描述了程序的目标、预期的输出、所需的输入数据、处理的要求和文档。