Please enable JavaScript.
Coggle requires JavaScript to display documents.
porgram machine code and lagnuages n stuff - Coggle Diagram
porgram machine code and lagnuages n stuff
interpreter
interpreters translate lines of code as they are run and translates them into machine code
advantages
highlights errors when they appear
can run code while it's being developed
disadvantages
compiler
compilers translate the whole code into machine code and saves it
advantages
saves previous inputs
disadvantages
programming languages
high level languages are code used to make it easier to understand and code. it is really complicated for people to code using binary so high level languages are used and get translated into machine code
advantages
easy to read and understand for people
runs on most processor types
easy to spot errors
disadvantages
ye
run slower because they need to be translated
machine code !!!!!
machine code is code made of binary that the computer can understand
advantages
doesn't need to be translated
takes less time because it doesn't need to process the translation
uses the least memory
disadvantages
only work on their dedicated processor type
very hard for humans to comprehend