Give an example of how does a process and thread work with each other on a Computer.
1) You run a program
2) Being a smaller component of the program, a process starts
3) Being the smallest sequence of executable instructions, a thread is what makes up the process.
Comments
Leave a comment