在操作系统语境下,解释 Process 与 Thread 的区别。
In the context of an operating system, what is meant by threads and processes?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: medium
标签: Process, Thread
参考答案摘要
参考答案 Process: a program in execution, managed by a PCB (process id, state, priority, registers, etc.). Processes are isolated and take longer to create. Thread: a segment of a process; a process may h...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。