FUNDAMENTALS OF COMPUTER

OPERATING SYSTEMS FOR COMPUTERS

COMPUTER OPERATING SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
One of the capabilities of operating systems:A program can be broken into smaller parts that are loaded as needed by the operating system. This feature allows different parts of a program to be run at the same time.
A
multi-tasking
B
multi-threading
C
multiprocessing
D
multi-user
Explanation: 

Detailed explanation-1: -Multiprocessing allows an operating system to use two or more CPUs. Support for two or more users is provided by the multiuser feature. Multitasking allows multiple applications to run at the same time.

Detailed explanation-2: -A program can be broken into smaller parts that are loaded as needed by the operating system. Multithreading allows different parts of a program to be run at the same time. Two or more users have individual accounts allow them to work with programs and peripheral devices at the same time.

Detailed explanation-3: -Multitasking, in an operating system, is allowing a user to perform more than one computer task (such as the operation of an application program) at a time. The operating system is able to keep track of where you are in these tasks and go from one to the other without losing information.

Detailed explanation-4: -Multithreading : Allows different parts of a single program to run concurrently.

There is 1 question to complete.