what is kernel?
Answers were Sorted based on User's Feedback
The kernel is the essential center of a computer operating
system, the core that provides basic services for all other
parts of the operating system. A synonym is nucleus. A
kernel can be contrasted with a shell, the outermost part
of an operating system that interacts with user commands.
Kernel and shell are terms used more frequently in Unix
operating systems than in IBM mainframe or Microsoft
Windows systems.
Typically, a kernel (or any comparable center of an
operating system) includes an interrupt handler that
handles all requests or completed I/O operations that
compete for the kernel's services, a scheduler that
determines which programs share the kernel's processing
time in what order, and a supervisor that actually gives
use of the computer to each process when it is scheduled. A
kernel may also include a manager of the operating system's
address spaces in memory or storage, sharing these among
all components and other users of the kernel's services. A
kernel's services are requested by other parts of the
operating system or by application programs through a
specified set of program interfaces sometimes known as
system calls.
plz send me feed back my id sunnybanthiya@gmail.com
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / guneetinder singh
Kernel is the running part of the operating system.
| Is This Answer Correct ? | 6 Yes | 0 No |
i have a table and it has constraints and i want to get "ALTER TABLE table_name ADD CONSTRAINT constraint_name constraint type" this code must be in string type please help me if you want, i can give more explainings
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
What is MTTR advisor in Oracle?
What is a cursor variable?
How to define an anonymous procedure without variables?
When can Hash Cluster used ?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
How to assign values to data fields in record variables?
What is the purpose of a cluster?
How to write a query with a full outer join in oracle?
If server is in US and client is in india there is timezone is diffrence, How can we display date in indian time when data is displayed from US server timezone?
What is a view and how is it different from a table?