Fundamentals of Computers
- Binary Code
- Basic Machine Code
- Comes from Power
- It is like the food for computers
- Composed of 0's and 1's.
- 0 = Off
- Bit
- 1 = On
- Bit
- There is 8 bits in a byte.
- Input (Source of Code)
- Java
- C
- C++
- Pascal
- Process
- Compiler
- Entire program
- Translates High Level Language to Binary
- Large Programs
- Interpreter
- Line by line
- Tells you exactly where there is an error
- Translates High Level Language to Binary
- Output (Object Code)
- 0,1
- Binary Code
- Machine Code
- 010101010011110111001000001111111000001111
No comments:
Post a Comment