answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are the resources required in a process execution in operating system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are four resources required for process execution?

various CPU registers where process need to be stored for execution for running state.process priority and other scheduling information which is required to schedule the information of page table.memory limitssegment table depending on the memory used by the operating system


How is the execution context of a process used by the operating system?

Also known as the process state, the execution context is the internal data the Operating system uses to control or supervise a process.


What are the threats for operating system security?

threat is a unit of code....and a process can have ine or more threats..process is an execution of a programe


What are the 5 major activities of an operating system with respect to process management and briefly describe why each is required?

1. process creation: to create a process. 2. process termination: to terminate the process. 3. process abort: in case of abnormal execution of process,it is used to abort the process. 4. process load: to load the process in memory. 5. process execute: to execute the process.


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 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.


What resources are shared by all threads of a process?

The resources that are shared by all threads of a process in Operating SystemsareMain memoryInput Output DevicesInput Output ChannelsFiles


What is operating resources?

These are the facillities and buildings in which people work in and where production takes place. Factories, buildings and warehouses act as the basis for any company. This is where people will come to work and do their required jobs. The office equipment, offices and the vehicles which are used to complete the process are all operating resources. Machinary and the raw materials all fall under opearating resources.


What is the Importance of process management in operating systems?

Regarding the basic working of the Processes in operating system you can check the video It explains the basic working of the process and handling by operating system with all its required data structure.


What is an operating resource?

These are the facillities and buildings in which people work in and where production takes place. Factories, buildings and warehouses act as the basis for any company. This is where people will come to work and do their required jobs. The office equipment, offices and the vehicles which are used to complete the process are all operating resources. Machinary and the raw materials all fall under opearating resources.


How process and threads relate to CPU architecture?

A process is a program in execution,it needs resources like CPU time,memory,files and i\o devices to accomplish its task. Threads are lightweight process


Concurrent process uses of operating system?

processes are concurrent if they exist at the same time.concurrent process can function completely indepently to one another. two process are concurrent if their execution can overlap in time; that is, the execution of the secon process starts before the first process completes. concurrent processes generally interact through the following mechanisms: Shared variables Message passing