0
3.0kviews
What is a task and various states that a task can lie in for an embedded environment?
1 Answer
written 6.1 years ago by |
Task: In computer programming, a task is a basic unit of programming that an operating system controls. A task is like a process or thread in an OS.
Task States A task can exist in one of the following states:
When a task is actually executing it is said …