First Generation of Programming Languages
Primitive way of loading a program into the computer required giving instructions (machine code program) directly in machine language, the numbers that represent the instruction set of the CPU
One-to-one correspondence between steps in a program and CPU execution steps
Such “programming by the numbers” was tricky and error prone