Please enable JavaScript to use CodeHS

FL8 Glossary

Flashcards

Course:

Module:

Lesson:

Search:

interpreted language General

Translates and executes program code line by line into machine code.

compiled language General

Translates, or “compiles” the entire code into machine code and then runs the program, or sets aside to run later.

Low-Level Language General

A programming language, generally machine code or assembly language, that provides little or no abstraction from a computer's instruction set architecture

High-Level Language General

A programming language has a significant abstraction from the details of computer operation.