KnowledgeBoat Logo

Computer Applications

Write short notes on the following:

Multi-threading operating system

OS & GUI

30 Likes

Answer

These operating systems allow different parts of a software program to run simultaneously. The feature of multi-threading can delay the execution response of certain processes. For example, if a Game server is hosted on LAN, then all players connecting to that server will utilise different parts of the same game at the same time. All resources will be utilised from the server machine, which can be a performance degrading factor. The common examples of such operating systems are: Windows NT/2000, Windows XP, Windows 7, Windows 8, Windows 8.1, Unix, Linux, etc.

Answered By

12 Likes


Related Questions