Answer the following question
What do you mean by Machine Language? What are the features of a high-level language?
Answers
Answered by
1
Answer:
Q.What do you mean by Machine Language?
Ans.Machine language is the language understood by a computer. It is very difficult to understand, but it is the only thing that the computer can work with. All programs and programming languages eventually generate or run programs in machine language.
Q.What are the features of a high-level language?
Ans.High-level languages have the following characteristics:
• Require translation.
• 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 constructs.
Similar questions