answersLogoWhite

0

Why machine language is use while designing a microchip?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

because computer can only understand the language of machine what we write( either any language) is first converted into machine language by compiler so it is necessary to design a microchip in machine language so that computer can understand what we are trying to ask

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why machine language is use while designing a microchip?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between high level language and machine language?

The difference between high level languages and machine languages are as follows: 1)Machine language uses binary numbers/codes but high level languages(HLL) use key words similar to English and are easier to write. 2)Machine Language is a Low level language and is machine dependant while HLLs are not.


Types of programming language that is machine independent?

FORTRAN (FORmula TRANslator) is the best-known earliest example of machine independent language. This is where the language is not dependent on the characteristics of the computer. COBAL (COmmon Business-Orientated Language) is the other type of programming language that is machine independent. COBAL was developed by the US Navy for business applications.


What are the differences between the human language and machine programming language?

Human language is natural and used for communication between people, while machine programming language is artificial and used to communicate instructions to computers. Human language is context-dependent and ambiguous, while programming languages are precise and unambiguous. Humans use language for various purposes, such as expressing thoughts and emotions, while programming languages are designed for specific tasks like controlling hardware and software.


What is difference between machine code and assembly language?

Machine language is the actual instructions in computer memory that are fetched into the processor and executed. It is directly executable and consists of what look to most human beings like a bunch of hexadecimal numbers, though a few geeks such as myself can tell it is code instead of numbers. For example, the instructions executing interrupt 21, service 10, are: B410 CD21 Assembly language is a human readable as mnemonics, it translates on a one for one basis into machine language. The computer cannot execute assembly language directly, but human beings who are trained can understand it. The assembly language equivalent of the above instructions is: MOV AH,10 ; prepare for service 10 by putting 10 into AH INT 21 ; vectors into code established in the interrupt table


Explanation of machine code or oriented language?

Machine Code is composed in terms of bits (0 and 1), while Object Oriented Language uses almost English language. Explanation: It is hard to memorize 0 and 1, while using words makes it more ideal for understanding. Are you sure you want to learn in 0 and 1.


What is compilers and interpreters the purpose?

compiler and interpreter used to convert high level language to machine level language .....compiler does dis job in atonce while interpreter does in step by step


What are the factors to be considered while designing an electronic circuit?

requirements


Is the First Generation Language machine dependent?

Yes. Both first and second generation languages are machine-dependent. The first generation of languages were machine code, while the second were assembly languages. Non-machine dependency came about with the advent of the third-generation of languages, all the high-level languages.


Why do need translate a program written a high level language into machine language?

the reason why we translate is that source code may be in assembly( low level language) or high level language and the only language computer understand is 0s and 1s which is binary code so the program written in either assembly or high level language must be convert or translate to binary and program written in HLL are in English form while the assembly are equivalent machine language.


What is Human readable?

Any document that a human can read and understand without requiring an interpreter (it is written in the reader's native language, for instance). Machine code is not human-readable, it is intended to be read by a machine. Assembler language is a symbolic language that is essentially a human-readable form of machine code, however it's not easily understood by everyone except those familiar with Assembler language. High-level languages are more easily understood by most programmers, particularly those familiar with the language, while pseudocode is an abstract language intended to be human-readable even by non-programmers.


Is pencil a machine?

it can be used as part of a machine. while it in itself is really not a machine.


How do those xml differ from HTML?

XML is different from HTML in many ways. XML can be used mainly for mobile designing while HTML for web designing.