Multiple choice

_____ tasking means that programmers explicitly define each process and some of its attributes.

  1. Explicit

  2. Implicit

  3. Contiguous

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In explicit tasking, programmers manually create and configure processes using system calls. The developer specifies process attributes such as priority, memory requirements, and scheduling parameters. This provides fine-grained control but requires more programming effort.