Class VII - Question Answers
Class VII - Question Answers
3. What is a Process?
Answer: Each task that the system is executing is called a process. A process is a program in execution.
A process terminates when its assigned task is over. All the processes are assigned a Unique
Identification Number by the kernel called process id (PID). This PID is used by the kernel to identify
each process. All the information about Processes is maintained by the kernel.
4. What is the first directory in the file system called and how is it represented?
Answer: The first directory in the file system is called the root directory. It is represented by “/”.
6. What is Linux?
Linux operating system has been developed under the model of Free and Open Source Software
(FOSS) development and distribution. This means anyone is freely licensed to use, copy, study,
and change the software in any way.
7. What are the different functions of Kernel?
• Core of the Linux system
• Interacts directly with the hardware
• Insulates other parts of Linux from hardware
• Performs all low-level functions
• All programs and applications interact with the kernel .
8. Name the components of Linux operating system with diagram.
Answer: