Processes- making the system more responsive and useful, Operating System

Assignment Help:

Processes- Making the System More Responsive and Useful

A method by definition build up of a code execution and resource ownership. A process has two main characteristics, code execution and resource ownership. Every application loaded into memory is represented as a process which is the controlling mechanism in a multitasking system. Operating systems in fact multitask the process representing user programs.

The system becomes more responsive and fully used while processes are multitasked. In many such systems, additional processes may be created by the application to provide concurrent execution within a program. Application efficiency will thus be enhanced because there will be multiple units of execution representing the program. When a new process is created, a copy of code and data are created and execution is initiated. Each process runs independently, but the created process has significant ties to the process that created it.


Related Discussions:- Processes- making the system more responsive and useful

Which are the different states of a process, Which are the different states...

Which are the different states of a process?   Different status of a process is: New: When the process is created. Running: When instructions are executed. Wait

Write a short note on peer-to-peer computing, Write a short note on peer-to...

Write a short note on peer-to-peer computing. Peer-to-peer (P2P) system model is a kind of distributed OS. In this model, clients and servers aren't distinguished from one anot

Memory management, what is hashed page tables & explain of there work & fig...

what is hashed page tables & explain of there work & figure

Explain fifo page replacement in detail, FIFO page replacement This is...

FIFO page replacement This is the easiest page replacement algorithm. Here the 1 st page toward the inside is the 1 st to leave that is the oldest page leaves. To execute th

Which algorithm makes the most efficient use of memory, Question : (a) ...

Question : (a) The dynamic allocation problem is how to satisfy a request of size n from a list of free holes into memory. The best-fit, first-fit and worst-fit strategies are

Parent process: why not finishing and how to make finish, #include #inclu...

#include #include #include #include #include int main(void) { int pchan[2], pid, rval, cvar; char buf[20]; if (pipe(pchan) == -1){

Micro operation, Ask question maxmum words accepted#

Ask question maxmum words accepted#

Index node (inode), A file system depends on data structures about the file...

A file system depends on data structures about the files, beside the file structure. The former is named metadata-data that defines data. Each file is accumulated with an inode, wh

Basic server model, Suppose we want to program a Web server; we could easil...

Suppose we want to program a Web server; we could easily do so without using concurrency, as follows: while(true) wait connection read from socket and parse url look up url cont

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd