Briefly describe how a program written in a high-level language is prepared for execution.
What will be an ideal response?
First, the source code is compiled to object code.The object code might consist of several different modules, which reference each other.The linker combines these modules into a single load module, resolving references between modules and incorporating library files. The loader modifies the relative addresses set by the linker to reffect the part of memory into which the program is to be placed. The program can now be loaded into memory and executed.
You might also like to view...
A RAW volume is a volume that has never been partitioned, but it has been formatted
Indicate whether the statement is true or false
Which of the following software types would BEST be used at identifying and reacting to an attack by shutting down a port or dropping certain types of packets?
A. Port scanner B. IPS C. Packet sniffer D. IDS