what is the language computers use?
machine code
two types of computer programs
high level, low level
what is a computer program?
list of instructions that enable a computer to perform a certain task
3 things about high level language
3 things about low level languages
disadvantages of low level
disadvantages of high level
assembly language = ?
low level
complier
interpreter
assembler
advantages and disadvantages of interpreter
advantage:
easier to de-bug and test during development
disadvantage:
program can’t be run without interpreter, takes longer to execute
advantages and disadvantages of complier
advantage:
can be executed without the complier, takes up less space
disadvantage:
takes longer to write
IDE is?
Integrated Development Environment
IDE features?
code editors, translator, auto-correction, auto-completion