win 3.1 supports which type of multi tasking?
Answers were Sorted based on User's Feedback
Answer / naviyr
Win3.1 supports co-operative multi-tasking. Once a process
is given the control for execution, the other tasks have to
wait until the current has relinquished its execution.
WinNT is preemptive multi-tasking. A process can be stopped
in the middle if another process needs CPU cycle.
This is handled by the windows OS.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ramanathan
Win 3.1 supports process based multi tasking. If one process
run, it wont allow another process until that process
completed. This will command the CPU cycles. This is non-
preemptive multitasking.
| Is This Answer Correct ? | 4 Yes | 1 No |
What are the COM components
2 Answers SunSoft Technologies,
What is an Hash Mapping in java?
Function entry for DLL in win3.1
sql query for delete duplicate records in sql datadbase
what is the function to repaint a window immediately?
What is GDI object?
to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.
describe process of creating a new class of windows ??
In win32 application if defining a variable of CString then it gives the error "CString:Undeclared identifier" how to solve the problem? What headerfile need to include??
What is Win32?
14 Answers AAA, Genpact, HCL, Wipro,
what API used to hide window
What is preemption and context switching?