• 2022-06-06
    () Execute the function of translating code, and execute the source
    program immediately without generating intermediate code.
    A: Compiler
    B: assembler
    C: Interpreters
    D: Linker
  • C

    内容

    • 0

      To document your code can increase program (2) and make program easier to (3) . A: execute B: interpret C: compile D: maintain

    • 1

      To document your code can increase program (57) and make program easier to (58) . A: execute B: interpret C: compile D: maintain

    • 2

      To document your code can increase program (57) and make program easier to (58) . (58)() A: execute B: interpret C: compile D: maintain

    • 3

      To document your code can increase program (72) and make program easier to (73) . (73)处应填()。 A: execute B: interpret C: compile D: maintain

    • 4

      When interpreting program processing language, most of them use the () method。 A: The<br/>source program commands are directly interpreted and executed one by<br/>one B: First,<br/>the source program is converted into intermediate code, and then<br/>interpreted and executed. C: First,<br/>the source program interpretation is converted into the target<br/>program, and then executed. D: Any<br/>other method is OK