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 |
What are the differences between java’s old java date api and java 8’s date and time api?
What is jpa used for?
What is aop java?
Can you compile java into exe?
Why we need method overriding in JAVA ? I mean which method I have to override I can write that method in my Class.
there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
What is the difference between the boolean & operator and the && operator?
How can one prove that the array is not null but empty?
why is java not 100% oops?
What is the use of jprofiler?
What is war file in java?
Can I have multiple main methods in the same class?