Explain win 3.1 supports which form of multi tasking
Explain win 3.1 supports which form of multi tasking?
Expert
Win3.1 assists co-operative multi-tasking. When a process is specified the control for execution, the other tasks have to wait till the current has relinquished its execution.
But WinNT is preemptive multi-tasking. Any process can be stopped within the middle when another process requires CPU cycle. It is handled through the windows OS.
IEEE 754: The standard 754-1985 issued by Institute of Electrical and Electronic Engineers for the binary floating point arithmetic. It is the standard to which Java's arithmetic matches.
Control structure: A statement which affects the flow of control in a method. The typical control structures are if statements and loops.
Class inheritance: Whenever a super class is expanded through a sub class, a class inheritance relationship exists among them. The sub class inherits the attributes and methods of its super class. Class inheritance in Java, is single
Define the term Interprocess communication: It is the ability of two or more separate processes to communicate with each other.
What are the major issues related with multiprocessor caches and how might you resolve them?
Object: It is an instance of a particular class. In common, any number of objects might be constructed from a class definition. The class to which an object belongs states the common characteristics of all instances of that class. In those characteris
Most of the reports produced from the system compute the total dollars in purchases for a shopper. Process the following steps to build a function named TOT_PURCH_SF which accepts a shopper id as input and returns the total dollars which the shopper has spent with com
Sub class: It is a class which extends its super class. The sub-class inherits all the members of its super class. All Java classes are the sub-classes of Object class, which is at the root of inheritance hierarchy.
Exception handler: It is a try statement which acts as an exception handler - a place where exception objects are dealt and caught with.
18,76,764
1954295 Asked
3,689
Active Tutors
1435921
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!