Computer Science, asked by kiko1553, 7 months ago

which of the following is not a type of operating system a) multitasking b) multithreading c) multifunction d) multi user

Answers

Answered by Rahul9768
1

Answer:

it's answer is

B. Multi threading

Answered by Jasleen0599
0

Option  b) multithreading

Multithreading the following is not a type of operating system.

  • Performance is the main justification for adding threads to a programme. Performance can be described in a variety of ways. For example, a web server will use numerous threads to process data requests simultaneously.
  • We are able to execute numerous threads simultaneously thanks to multithreading. For instance, in a web browser, we can have one thread that manages the user interface and another thread running in the background that retrieves the data that will be presented. Therefore, multithreading makes a system more responsive.
  • Programs that employ many threads do not run any quicker. It is speedier since it was built with speed in mind. Multithreading is a highly helpful feature when a design calls for performing multiple activities simultaneously.
  • Run numerous tasks concurrently within a process. It comes in two varieties: kernel level threads and user level threads. It allows resource sharing and is inexpensive, responsive, scalable, and efficient. Multithreading uses the many-to-many model, the many-to-one model, and the one-to-one model.

#SPJ2

Similar questions