Question: What is a task?

  1. the basic unit to which an operating system allocates processor time
  2. a program that is running on your compiler
  3. a single operation that does not return a value and that usually executes asynchronously
  4. a series of related methods that together turn inputs into outputs

Answer: The correct answer of the above question is Option C:a single operation that does not return a value and that usually executes asynchronously