answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are those system programs which loads the binary code in the memory ready for execution?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When an operating system uses secondary storage to store programs in RAM during execution of those programs is called?

virtual memory


What is the role of operating system in memory management?

Role of the Memory management unit in Operating system Every program for its execution requires some space in computer memory which is provided by memory management unit using virtual memory that provides the external storage addressing location for the programs that does not have too much space in main memory for their execution and saved them in secondary memory but when required loaded them again in main memory. This deallocation and reallocation of programs in main memory deals with concurrency. At last, we say that loading capabilities of programs with the memory addressing is there in it.


Is system operation is the process of operating system?

Process is a programm under execution in main memory. Or in other world when a user wants to execute a programm which resides on secondary memory it must be placed in to the primary memory for the execution then it is called as process.


Which Software loads the operating system into memory before execution?

bootstrap


What is Purpose of system program?

System programs provide a convenient environment for program development and execution.


How is binary linked to computer memory?

Computer Memory is made of electrical circuits which can either be "on" or "off". Binary is a counting system that uses just "1" and "0". Thus one can map "0" to "off" and "1" to "on" and directly store Binary representations in computer memory circuits.


What is the significance of ''process''in an operating system environment?

Process is a programm under execution in main memory. Or in other world when a user wants to execute a programm which resides on secondary memory it must be placed in to the primary memory for the execution then it is called as process.


Is an operating system a system software?

Yes, an operating system is system software. It is software that controls the execution of computer programs and provides an interface between those programs and the hardware of the computer.Yes, an operating system is software.


Is RAM is a primary memory or secondary memory?

its primary or main memory. all the programs(active or programs currently running on the processor) including operating system reside in RAM .


What is Function of loader in system software?

Whenever the assembly program is to be executed, it has to be assembled again; Programs ...loads the first program to be run by the computer -- usually an operating system ...


What is virtual memmory?

Virtual memory is hardware that the computer uses to load the operating system and run all of the programs. It is stated that the more memory that the computer has, the faster the programs will run.


What are some jobs that an operating system might do?

Initializing programs. Running drivers. Managing memory. Providing API's to programs.