web analytics

What is a process in operating system? What are the process states?

Operating systems (OS) play a crucial role in managing and coordinating various aspects of computer systems. One of the fundamental responsibilities of an operating system is process management, which involves creating, scheduling, and controlling processes. Process in Operating System A process can be thought as a program in execution, but a program by itself is … Read more

4 Key Reasons for building Distributed Systems.

Q. What are the reasons for building distributed systems? Distributed Systems:  Distributed Systems (also loosely coupled systems) are also multiprocessor systems but they will not be sharing clock, memory etc. and will be communicating with each other with high speed buses, telephone lines etc. Processors in distributed systems may vary in size and function and … Read more

7 Different types of operating systems

Q: What are the different types of operating systems? Briefly describe. Operating systems and computer architecture have had a great influence on each other. As hardware industry started to develop powerful and feature enriched hardware for computers, the operating systems needed to update themselves to harness the power of those hardware. Again, as operating systems … Read more

What is operating system? What are the purposes, goals and roles of operating system.

operating-systems-and-other-components-onlineclassnotes.com

Operating System

An operating system is an intermediary program between computer user and the computer hardware. This computer user can also be just another software running on the operating system or another computer or device. So basically, operating systems are computer programs that let other computer programs or humans communicate with the hardware of the computers. 

Read more

What is histogram? How low brightness and high brightness images can be identified from a histogram? DIP

Histogram:  The histogram plots the number of pixels in the image (vertical axis) with a particular brightness value (horizontal axis). Considering the following graph, Here the vertical axis is showing the no of pixels and horizontal axis is showing the grey-levels of the image. From this histogram of that image it is found that the … Read more