Computer Science, asked by rumankhan, 11 months ago

Define assembly language

in a computer

Answers

Answered by PrajatJ
1

Definition - What does Assembly Language mean?

An assembly language is a low-level programming language for microprocessors and other programmable devices. It is not just a single language, but rather a group of languages. An assembly language implements a symbolic representation of the machine code needed to program a given CPU architecture.

Assembly language is also known as assembly code. The term is often also used synonymously with 2GL.

Techopedia explains Assembly Language

An assembly language is the most basic programming language available for any processor. With assembly language, a programmer works only with operations that are implemented directly on the physical CPU.

Assembly languages generally lack high-level conveniences such as variables and functions, and they are not portable between various families of processors. They have the same structures and set of commands as machine language, but allow a programmer to use names instead of numbers. This language is still useful for programmers when speed is necessary or when they need to carry out an operation that is not possible in high-level languages.


rumankhan: in a short
PrajatJ: Intermediate-level programming language which is higher (is easier to use but runs slower) than machine language and lower (is more difficult to use but runs faster) than a high-level language such as Basic, FORTRAN, or Java. Programs written in assembly language are converted into machine language by specialized programs called assemblers or compilers for their execution by the machine (computer).

Hope it helps !
rumankhan: with example
PrajatJ: Basic, FORTRAN, or Java
rumankhan: please example
PrajatJ: They are often used to write operating systems, so they are sometimes called system programming languages. Programs written in mid-level languages can perform as well, or nearly as well, as programs written in assembly language. Examples of mid-level programming languages include C, C++, Ada, Nim, and Rust.
rumankhan: define Assembly language
rumankhan: with example
PrajatJ: Well See up there !
Answered by rupali1717
0
PLZ MARK MY ANS AS BRAINLIEST...

An assembly language is a low-level programming language for microprocessors and other programmable devices. It is not just a single language, but rather a group of languages. An assembly language implements a symbolic representation of the machine code needed to program a given CPU architecture.
Assembly language is also known as assembly code. The term is often also used synonymously with 2GL.

Example- The lowest level parts of the gcc C compiler, the rest is written in C an is built up by an iterative process of compiling what you have built so far in a process known as boot strapping .
Similar questions