win 3.1 supports which type of multi tasking?

Answers were Sorted based on User's Feedback



win 3.1 supports which type of multi tasking?..

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

win 3.1 supports which type of multi tasking?..

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

Post New Answer

More Win32API Interview Questions

sql query for delete duplicate records in sql datadbase

0 Answers  


What is preemption and context switching?

0 Answers  


About GDI object?

2 Answers  


What Message to limit the size of window?

0 Answers  


In Win32 application can we use CString datatype?

4 Answers  






What is GDI object?

0 Answers  


win 3.1 supports which type of multi tasking?

2 Answers   TISL,


what Message displayed when a window is destroyed

3 Answers  


What is System call executable binary file into a process?

0 Answers  


to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.

0 Answers  


java is pure object oriented programming language why?

3 Answers   HCL,


Explain Win32 Program Execution flow?

0 Answers  


Categories