500
What is the difference between machine code, assembly code, and high-level programming languages?
Machine code - pure binary, 1's and 0's
Assembly code - some basic English functions that translate directly into machine code
High-level - no resemblance to machine code; advanced programming structures; closely resembles English