• 2022-06-06
    High-level
    languages must first be translated into a machine language before they can be
    understood and processed by a computer. This job is often done by ( ).
    A: an assembler
    B: a linker
    C: a loader
    D: a compiler
  • D

    内容

    • 0

      About following computer programming languages, which one is not belong to high-level? A: C++ B: Visual Basic C: Machine Language D: JAVA

    • 1

      A(An) ( ) is a low-level language in binary code that the computer can understand and execute directly. A: machine language B: assembly language C: high-level language D: object-oriented language

    • 2

      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

    • 3

      () Execute the function of translating code, and execute the source<br/>program immediately without generating intermediate code. A: Compiler B: assembler C: Interpreters D: Linker

    • 4

      5.“ADD B, A ”is______ A: Machine Languages B: Assembly Languages C: High-Level Language D: None of the above