what is the function of OS
Answers were Sorted based on User's Feedback
Answer / gany
THE OS FUNCTION IS TO GET THE INFORMATION FROM THE HARDISK
AND PASS IT TO THE PROCESSOR
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / pratik gupta
operating system is the interface between the user and the
computer.this provides the functionality of max utilization
of resources.it get the information from the hard disk and
pass it to the processor.
| Is This Answer Correct ? | 2 Yes | 0 No |
OS(Operating System) provides
interface between Hardware and
User.OS perform many task such
as Memory Mgmt,Resource Mgmt,
Time Mgmt for any process,
Process Mgmt.It covers all complex
work which work behind the user.
| Is This Answer Correct ? | 1 Yes | 0 No |
When a thread is created and started, what is its initial state?
What is mime in java?
why the sleep method does not leave the lock and wait method leave the lock
If you’re overriding the method equals() of an object, which other method you might also consider?
What's a code group? : java security
Why doesn't lsdou work under windows nt? : java security
How do I find jre version?
What is map and flatmap?
What is the difference between a while statement and a do statement?
why is java not 100% oops?
Why we need method overriding in JAVA ? I mean which method I have to override I can write that method in my Class.
What is injection in java?