MICROPROCESSOR AND MICROCONTROLLER

INTERRUPT PROGRAMMING

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
.exe file will contain the whole of the machine code nedded for the ____ to process the program has been written
A
OS
B
compiler
C
interpreter
D
CPU
Explanation: 

Detailed explanation-1: -Many languages can compile directly into .exe files (C, C++, Delphi, Fortran, VB6, VB.NET, Lua, C#, F#, J# and other . net supporting languages). Languages which cannot produce executables directly can also be used to create .exe files through some form of plugin/converter.

Detailed explanation-2: -A standard Windows . EXE file contains mostly x86 or x86-64 assembly, but it also includes a header. It would be possible to disassemble the assembly within that file into machine code.

There is 1 question to complete.