answersLogoWhite

0

Type of Application:

1) Business application software, written for single platform, medium to large size

2) Hardware device driver

3) Business application written for multiple platforms(different operating systems).

4) Embedded systems and computer games requiring direct hardware access.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Computer Science

What type of programming language does assembly language use?

Assembly language uses a low-level programming language that directly corresponds to machine code instructions.


How does an assembly to binary converter work?

An assembly to binary converter works by translating assembly language instructions into binary code, which is the language that computers understand. Each assembly instruction is converted into a series of 1s and 0s that represent specific operations and data. This conversion process allows the computer to execute the instructions given in assembly language.


Is the assembly language for x86 processors the same as those for computer systems such as the Vax or Motorola 68x00?

No. Each assembly language is based on either a processor family or a specific computer. Different. Each assembly language is based on a series of processors or specific machines.


What is assembly language and how is it used in computer programming?

Assembly language is a low-level programming language that uses mnemonic codes to represent machine instructions. It is used in computer programming to directly communicate with the computer's hardware and control its operations. Programmers write code in assembly language to perform tasks that require precise control over the hardware, such as device drivers and operating systems.


What are the key differences between assembly language and programming language?

Assembly language is a low-level programming language that uses mnemonic codes to represent machine instructions directly. It is specific to a particular computer architecture and is closer to the hardware. On the other hand, a programming language is a high-level language that uses English-like syntax and is more abstract, making it easier for programmers to write and understand code. Programming languages are not tied to a specific computer architecture and are typically more portable and easier to maintain than assembly language.

Related Questions

How will studying assembly language enhance your understanding of operating systems?

Assembly language is a good tool for learning how applications programs communicate with the computer's operating system via interrupt handlers, system calls, and common memory areas. Assembly language programming also helps when learning how the operating system loads and executes application programs.


What computer language uses mnemonic names?

Assembly Language


Is c language assembly language?

No.


What Programming language is one step above machine language?

I guess you're trying to refer to Assembly language.


Reserved word in assembly language program?

use of reserved word in assembly language


How would you define assembly language?

assembly language uses abbreviation called menmonics.it is a bit easier to write computer programs in assembly language as compared to machine language but still requires skill and experienci.A program called assembler is used to convert an assembly language into machine language.


Is Assembly language is a high-level language?

No.


What is the relationship of assembly language to computer architecture?

Each class of CPU has its own assembly language.


What application will be used to convert an assembly language source program into machine language?

An Assembler converts assembly language instructions into machine language.


Which program translate assembly language into machine language?

Assembly langue is translated into machine language by an assembler.


What type of programming language does assembly language use?

Assembly language uses a low-level programming language that directly corresponds to machine code instructions.


Write a program in 8086 assembly language to draw a circle?

You need an 8086 assembly language pencil.