• 2022-05-30
    The(①)programmeansaprogramwritteninahigh-levellanguage.Itisgenerallytranslatedtoan(②)program,whichisinaformdirectlyunderstandablebythecomputer.Thetranslationisusuallydonebyprogramcalled(③). The() program means a program written in a high-level language.It is generally translated to an()program,which is in a form directly understandable by the computer.The translation is usually done by program called ().
    A: compiler
    B: assembler
    C: compile
    D: transfer
  • A

    内容

    • 0

      The so-called program that can be directly executed inside an<br/>electronic computer is ____. A: High-level language programs B: Assembly language program C: Machine language programs D: Source program

    • 1

      A(n) ( ) translates all the source code of a program written in a high-level language into object code prior to the execution of the program. While a(n) ( ) program is translated into executable form and executed one statement at a time rather than being translated completely before execution. A: assembler B: editor C: programmer D: compiler E: interpreter

    • 2

      In the following description, which one is wrong? ( ). A: The executable program of C language is composed of a series of machine instructions B: The source program written in C language can not run directly on the computer C: The compiled binary object program needs to be connected to run D: The. exe file generated by C source program cannot be run on the machine without C language integrated development environment installed

    • 3

      A(n)( )translates all the source code of a program written in a high-level language into object code prior to the execution of th program. A: interprete B: assemblers C: compile

    • 4

      A computer program, or just a program, is a sequence of ______, written to perform a specified task with a computer. A: languages B: instructions C: programs D: functions