Short answer questions.
1. What is a compiler?
2. What is a low-level language?
3. What do you understand by number system?
4. What is the basic difference between assembler and interpreter?
5. Machine language is based on which number system
Answers
Answered by
4
Answer:
- Compiler is a special program that processes statements written in a particular programming language and turns them into machine language or "code" that a computer processor uses.
- A low-level language is a type of programming language that contains basic instructions recognized by a computer.
- Number systems are the technique to represent numbers in the computer system architecture, every value that you are saving or getting into/from computer memory has a defined number system.
- Interpreter: Software that translates a high level language program into machine language. Converts the high level language program to machine language line by line. Used by Ruby, Perl, Python, PHP. Assembler: Software that converts programs written in assembly language into machine language. Converts assembly language into machine language. Used by assembly language.
- sorry 5th one alone you search in google sorry.
Similar questions