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 |
Java prints out a ton of digits when I system.out.println() a double. How can I format it so it displays only 3 digits after the decimal place?
I am trying to create a new universal user group. Why can't i? : java security
What is the difference between Logical Parallelism and Physical Parallelism?
what type of java questions asked?
What is type inference? Is type inference available in older versions like java 7 and before 7 or it is available only in java se 8?
What is lsdou? : java security
What happens when you omit a brace or misspell one of the words, like public or
What is a yaml file in java?
Explain daemon thread.
What are anonymous methods and lambda expression?
What is dto layer in java?
why the sleep method does not leave the lock and wait method leave the lock