answersLogoWhite

0

Is assembler a system software

Updated: 10/4/2023
User Avatar

Wiki User

12y ago

Best Answer

Yes.

Software branches into :

-System software -application software -programming Languages

System software then branches into:

-Operating System -Operating environment -Utilities -Programming Languages -Translators

And translators includes Assembler as well as compilers and interpreters.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Assemblers are software, or in other words, a set of instructions that a computer uses to assemble code modules. These modules are said to run on "bare metal", meaning they are "assembled" literally into machine instructions, instead of being "compiled" or "interpreted" into machine instructions.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is assembler a system software
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Single pass assembler in system software?

input file for the single pass assembler


What are the different kinds of software and how do they work?

two kinds of software are: 1.system software(interpreter,assembler,compiler) 2.application software(word processor,spreadsheet,accounting software) further improvement requested


Components of software?

linker ,loader,assembler


Is assembler a system programme?

noo


What is machine dependent assembler features?

1) Instruction format and addressing modes. 2) Relocation. For details refer "System Software By L.L.Beck" BY:: SUNIL SHARMA (sunil13982@gmail.com)


Name all the software package convert assembly language to machine language?

Assembler.


How do you Compare and contrast pass1 and pass2 assembler in system software?

i need to make pass1 and pass2 (read from input device then write it to device ) by java code ,........ if any body can help me for that .....


What is an assembler in operating system?

an assembler is aroutine program that translates assemly language source code to a machine language object code


What is Language processor?

Language processors are language translation software like assembler, interpreter and compiler


What are the features of system software?

The software components of a computer system are the data and the computer programs. Software can be further divided into seven layers. The seven layers of software are (top to bottom): Programs; System Utilities;Command Shell; System Services;User Interface; Logical Level; and Hardware Level.


What type of software translates a programming language into machine language for one type of machine?

A compiler and/or an assembler.


Functions of a linker in system software?

A linker takes the object files produced by the compiler and links them together to form a single machine code executable.