INTERRUPT PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
executable file
|
|
source code
|
|
interrupt
|
|
None of the above
|
Detailed explanation-1: -Source code is generally understood to mean programming statements that are created by a programmer with a text editor or a visual programming tool and then saved in a file. Object code generally refers to the output, a compiled file, which is produced when the Source Code is compiled with a C compiler.
Detailed explanation-2: -Yes, source code is considered a program. Programs can be distinguished by the type of code they contain, as in “source code, ‘’ “object code, ‘’ “machine code” and “executable code."
Detailed explanation-3: -Compiler-A program that translates source code into object code. Compiler-A program that translates source code into object code. The compiler derives its name from the way it works, looking at the entire piece of source code and collecting and reorganizing the instructions.
Detailed explanation-4: -Programmers typically write source code in a text-based program, like a word processor, and then use a compiler to translate it into a format that computer programs can read. When source code undergoes this translation, it then becomes object code.