recategorized
3,032 views

2 Answers

1 votes
1 votes

Answer : Kernel

A system call, sometimes referred to as a kernel call, is a request by an active process made via a software interrupt for a service performed by the kernel.

The system call interface is the basic interface between a program and the kernel

   

A kernel is the central part of an operating system. It manages the tasks of the computer and the hardware - most notably memory and CPU time. There are two types of kernels: A microkernel, which only contains basic functionality; A monolithic kernel, which contains many drivers.

0 votes
0 votes

Everything below the system call interface and above the physical hardware is known as 

A)Kernel   right ans 

rest are either interconnecting wires(bus) or command interface(shell) or small program routine(stub)

Answer:

Related questions

2 votes
2 votes
2 answers
1
go_editor asked Jul 13, 2016
2,316 views
Which of the following operating system is better for implementing client-server network?Windows 95Windows 98Windows 2000All of these
1 votes
1 votes
2 answers
2
0 votes
0 votes
2 answers
3