click below
click below
Normal Size Small Size show me how
Java Unit 1
Unit 1 part 1
| Term | Definition |
|---|---|
| Machine Language | set of primitive instructions built into every computer |
| Assembly Language | the computer cannot understand assembly language, however, a program called assembler is used to convert assembly language programs into machine code |
| High-Level Language | the high-level languages are English-like and easy to learn and program |
| source code/source program | program written in a high-level language |
| compiler/interpreter | translated into machine code for execution. The translation can be done using another programming tool |