AlphaFold, an AI program of Google's DeepMind, solved the mystery ofย "How proteins fold into 3D shapes?". It was a mystery question for the past 5โฆ
A process is a program in execution. Whenever a process executes, it passes through various states. However, these states may differ for different operating systems, but generally, at a time, it can have any one of the following five states:
๐ฆ๐๐ฎ๐ฟ๐: The initial state when a process has just started.
๐ฅ๐ฒ๐ฎ๐ฑ๐: The process comes in this state after the start state and is waiting here to get the CPU time for its execution.
๐ฅ๐๐ป๐ป๐ถ๐ป๐ด: In this state, the process has been assigned to a processor, and the processor executes its instructions.
๐ช๐ฎ๐ถ๐๐ถ๐ป๐ด: Whenever a process required user input or other resources, it moves into the waiting state. Once the desired operation is completed, the process goes to read state.
๐ง๐ฒ๐ฟ๐บ๐ถ๐ป๐ฎ๐๐ฒ๐ฑ: Once the process finishes its execution, it is moved to the terminated state, where it waits to be removed from the main memory.
AlphaFold, an AI program of Google's DeepMind, solved the mystery ofย "How proteins fold into 3D shapes?". It was a mystery question for the past 5โฆ
In this blog, we will learn about Caching, an important fundamental concept in a systemโs design. Have you ever experienced that when you open aโฆ
Asked In Amazon, Ola Cabs Key benefits after reading thisย Blog Have you ever thought of any such service that could make our life easier by allowingโฆ
Subscribe to get free weekly content on DSA, Machine Learning and System Design. Content will be delivered every Monday.