D. Answer the following:
1
What do you mean by Machine language?
2.
How Is Assembly language different from Machine language?
3.
What are the features of a High level language?
4.
Explain a few features of Super Computers.
Kip
Answers
Answer:
1. The set of symbolic instruction codes usually in binary form that is used to represent operations and data in a machine is called also machine language.
______________________________________
2. Machine language is series of bit patterns (that is the binary form) that are directly executed by a computer.
Assembly language is a low-level language that needs compiler and interpreter, which converts that language to machine language. And then it could be understood by a computer.
_______________________________________
3 .
- Portable.
- Easier to read, write and maintain as commands are similar to English.
- Allow access to module libraries.
- Use data types and data structures, selection statements and repetition/iteration construct.
_______________________________________
4. They have more than 1 CPU (Central Processing Unit) which contains instructions so that it can interpret instructions and execute arithmetic and logical operations. The supercomputer can support extremely high computation speed of CPUs.
_______________________________________