What is Programming Language?
Programming:
def: Writing instructions in a specific sequence is called as programming.
Program:
def: instructions written in a specific sequence to perform some specific task.
Types of Computer Languages:
Steps of programming:
Translator:
1- High level lang----->Low level Language
2- Error detection
Types of translator:
1- Compiler
2- Interpreter
3- Assembler
Errors:
1- Syntax error
2- Logical Error
3- Run time error
def: Writing instructions in a specific sequence is called as programming.
Program:
def: instructions written in a specific sequence to perform some specific task.
Types of Computer Languages:
- High level language (easy for humans to understand but difficult for computer)
- Mid level lang---C-lag
- Low level Language(easy for computer but difficult for humans)
Steps of programming:
- Analysis
- Block Diagram(Flow chart)
- Coding
- Debugging
- Execution
Translator:
1- High level lang----->Low level Language
2- Error detection
Types of translator:
1- Compiler
2- Interpreter
3- Assembler
Errors:
1- Syntax error
2- Logical Error
3- Run time error
Comments
Post a Comment