Computer Science, asked by sumitsinghmehra4727, 11 months ago

What is multithreading explain multhreding models?

Answers

Answered by Gagant
1

Answer:

Explanation:

In computer architecture, multithreading is the ability of a central processing unit (CPU) (or a single core in a multi-core processor) to provide multiple threads of execution concurrently, supported by the operating system. This approach differs from multiprocessing.

Answered by dalvividya
0

Answer:

Multithreading allows the execution of multiple parts of a program at the same time. These parts are known as threads and are lightweight processes available within the process. Therefore, multithreading leads to maximum utilization of the CPU by multitasking

Similar questions