compilers
Đọc source code và chuyển đổi hoàn toàn nó sau đó chạy chương trình. https://runestone.academy/runestone/books/published/fopp/_images/compile.png
compilers
Đọc source code và chuyển đổi hoàn toàn nó sau đó chạy chương trình. https://runestone.academy/runestone/books/published/fopp/_images/compile.png
interpreters
Vừa đọc các source codes và vừa thực hiện tính toán. https://runestone.academy/runestone/books/published/fopp/_images/interpret.png
An algorithm is a step by step list of instructions that if followed exactly will solve the problem under consideration
Là 1 danh sách hướng dẫn chính xác từng bước được dùng để giải quyết vấn đề.