answersLogoWhite

0


Best Answer

Macro

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: An instruction in a programming language that is replaced by a sequence of instructions prior to assembling or compiling is?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which part of the programming process takes the longest to complete?

compiling


What is interrupt handler service?

They are the ones that reports errors when compiling codes in an programming language.


How do you make a program in turbo c?

You could try writing it and compiling it. This involves a considerable amount of commitment and study to learn programming (in any programming language).


What has the author W M McKeeman written?

W. M. McKeeman has written: 'Compiler structure' -- subject(s): Compiling (Electronic computers), Electronic data processing 'A compiler generator' -- subject(s): Compilers (Computer programs), Programming languages (Electronic computers) 'Programming language translation technique' -- subject(s): Compiling (Electronic computers), Electronic data processing, Programming languages (Electronic computers)


How c language convert into machine language?

With a compiler, which is a program that "knows" how to transform the programming language logic in to machine code and make it perform from that.


What is the first step in software programming?

Generally, the first step in learning to program is to understand the process of editing code, compiling the software and running the subsequent program.


What has the author Olaf Kayser written?

Olaf Kayser has written: 'Proposal for a data language' -- subject(s): Compiling (Electronic computers), Programming languages (Electronic computers)


What is a c compiler?

compiling program, compiler - (computer science) a program that decodes instructions written in a higher order language and produces an assembly language program


I am anew programming student looking for a laptop what would be the best to get and why?

The cheapest one you can find. Compiling software, generally speaking, does not really require a great processor. Perhaps you'd be better asking, what is the best operating system for programming. i.e. Window vs Linux.


What are the benefits of the Objective C programming language?

It builds large high-performance systems as well as provides better automatic memory management without compiling excess 'program trash'. It is considered one of the best programming methods, as supported by its use in Apple iOS and Mac OS X.


What has the author Guoliang Zheng written?

Guoliang. Zheng has written: 'Ji suan ji di bian yi fang fa' -- subject(s): Compiling (Electronic computers), Programming languages (Electronic computers)


Write shorts note on interpreter?

An interpreter is a program that directly executes instructions written in a high-level programming language without the need for compiling them into machine code. It translates code line by line and executes it immediately, making it slower than compiled languages like C++. Interpreted languages are generally more flexible and easier to debug, as changes can be seen immediately without the need to recompile the entire program.