Interpreter

Định nghĩa Interpreter là gì?

InterpreterThông dịch viên. Đây là nghĩa tiếng Việt của thuật ngữ Interpreter – một thuật ngữ được sử dụng trong lĩnh vực kinh doanh.

Xem thêm: Thuật ngữ kinh doanh A-Z

Giải thích ý nghĩa

Xử lý ngôn ngữ máy tính mà dịch một chương trình line-by-line (statement-by-tuyên bố) và thực hiện các hành động cụ thể theo thứ tự. Ngược lại, một nhà lắp ráp hoặc biên dịch hoàn toàn dịch một chương trình viết bằng ngôn ngữ cấp cao (chương trình nguồn) vào một chương trình ngôn ngữ máy (chương trình đối tượng) để thực hiện sau. Trong khi đó, một biên soạn chương trình thực hiện nhanh hơn nhiều so với một giải thích chương trình, một thông dịch viên cho phép kiểm tra và sửa đổi của chương trình trong khi nó đang chạy (thực hiện).

Definition – What does Interpreter mean

Computer language processor that translates a program line-by-line (statement-by-statement) and carries out the specified actions in sequence. In contrast, an assembler or compiler completely translates a program written in a high-level language (the source program) into a machine-language program (the object program) for later execution. Whereas a compiled-program executes much faster than an interpreted-program, an interpreter allows examination and modification of the program while it is running (executing).

Source: ? Business Dictionary