Please enable JavaScript.
Coggle requires JavaScript to display documents.
COMPUTER PROGRAMMING, Higher Level, Higher Level, COMPILATION/INTERPRETATI…
COMPUTER PROGRAMMING
Computer
Who execute the program
Program
Step-by-step information to perform a task
Programmer
The one who write the program
TYPES OF PROGRAMMING LANGUAGES
Programming Languages
A Language that a computer Understand
Assembly Level Languages
Combination of 0 and 1 values and mnemonic/symbolic codes
Assembly Level Language
ASSEMBLER
Machine Language
Machine Languages
Machine uses 0 and 1 values
Directly working on the computer memory and data
Higher Level Language
Design that easy to learn and very close to readable human languages
Two ways to
Higher Level Language
COMPILATION/ INTERPRETATION
Machine Language
Middle Level Language
Allow the programmer work with the computer memory
JAVA
C#
PYTHON
Binary Language
Uses of 0 and 1 values
Higher Level
COMPILER
Machine Level
Higher Level
INTREPRETER
Machine Level
COMPILATION/INTERPRETATION
Converts the entire Program.
Converts the program line by line.