answersLogoWhite

0

An assembler is a type of software that translates assembly language, a low-level programming language closely related to machine code, into executable machine code for a computer's processor. A schema, on the other hand, is a blueprint or structure that defines how data is organized, often used in databases to outline the relationships and constraints between different data entities. In essence, an assembler converts human-readable code into machine-readable instructions, while a schema organizes and defines data for efficient storage and retrieval.

User Avatar

AnswerBot

1mo ago

What else can I help you with?

Continue Learning about Engineering

Which program translate assembly language into machine language?

Assembly langue is translated into machine language by an assembler.


What is the difference between an assembler and a translator?

what is the difference between an assembler and the translator


What is difference between assembler and linker?

There is no definite term "assembler" in compilation process. It is more like "compiler" and "linker". Assembler usually refers to a compiler of machine language: http://en.wikipedia.org/wiki/Assembly_language So you probably mean difference between compiler and linker? Lets say you have a 3 module program, and it uses a 3rd party library, then the compiler will just compile each of your modules (separately) into binary pieces, which have "unclosed" references to abovementioned library and other 2 modules. After u have 3 binary pieces comes in "linker" it attaches those "unclosed" (or unlinked) links to other modules and library, therefore giving you working program file (.exe file for example). Really hard to say that without a schema or something like that:) Hope this answer helped you.


An assembler converts source program into?

An Assembler converts an assembly language source code into machine-specific code.


What is a micro assembler?

Micro assembler is a assembler which is a sub part of assembler. It is also translate a low level language to machine level language.Sri himadri sekhar maitilecturerdepartment of computer scienceraja n.l. Khan women's collegeguest lecturerdepartment of computer sciencevidyasagar universityguest lecturerdepartment of computer sciencekharagpur college

Related Questions

What is star flake schema?

A starflake schema is a combination of a star schema and a snowflake schema. Starflake schemas are snowflake schemas where only some of the dimension tables have been denormalized. hardkingofflirt@gmail.com


What is schema and sub-schema?

The schema is the physical arrangement of the data as it appears in the DBMS. The subschema is the logical view of the data as it appears to the application program.


Where can you get an assembler?

One well known and good assembler is NASM. (Netwide ASseMbler). This can be found at http://nasm.sf.net


What is the Difference between cross assembler and resident assembler?

An assembler which runs on a computer for which it produces object codes


Explain the three schema architecture of DBMS?

Physical schema,logical schema and sub schemas


What is an absolute assembler?

An absolute assembler is a computing term for an assembler which generates code which uses only absolute addresses.


What are examples of assembler?

There are several examples of assemblers: GAS - the GNU Assembler MASM - Microsoft Macro Assembler NASM - Netwide Assembler The assembler is the program which converts assembly code into machine code - a necessary step to prepare a program for execution.


What is a meta assembler?

Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.


What is meta assembler?

Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.


What part of speech is the word schema?

Schema is a noun.


Which program translate assembly language into machine language?

Assembly langue is translated into machine language by an assembler.


How does cross assembler work?

i don't know what is the work of cross assembler?