Kristi Castro has Published 104 Articles

What is a process in Operating System?

Kristi Castro

Kristi Castro

Updated on 23-Jun-2020 15:40:10

10K+ Views

A process is an active program i.e a program that is under execution. It is more than the program code as it includes the program counter, process stack, registers, program code etc. Compared to this, the program code is only the text section.A program is not a process by itself ... Read More

What are Shell Commands?

Kristi Castro

Kristi Castro

Updated on 22-Jun-2020 15:49:49

8K+ Views

The shell is the command interpreter on the Linux systems. It the program that interacts with the users in the terminal emulation window. Shell commands are instructions that instruct the system to do some action.Some of the commonly used shell commands are −basenameThis command strips the directory and suffix from ... Read More

Loadable Modules Architecture of the Operating System

Kristi Castro

Kristi Castro

Updated on 22-Jun-2020 15:21:50

773 Views

The loadable kernel modules in an operating system is an object file that contains code to extend the running kernel, which is also known as the base kernel. The loadable kernel modules are used to add support for file systems, hardware, system calls etc.An image that shows the loadable modules ... Read More

Hybrid Operating System

Kristi Castro

Kristi Castro

Updated on 22-Jun-2020 15:13:47

6K+ Views

Many operating systems are not based on one model of the operating system. They may contain multiple operating systems that have different approaches to performance, security, usability needs etc. This is known as a hybrid operating system.The Hybrid operating system may allow one operating system to fulfil one set of ... Read More

Advantages of using Loadable Kernel Modules

Kristi Castro

Kristi Castro

Updated on 22-Jun-2020 15:06:46

1K+ Views

Loadable kernel modules in an operating system is an object file that contains code to extend the running kernel, which is also known as the base kernel. The loadable kernel modules are used to add support for file systems, hardware, system calls etc.A figure that shows the loadable modules of ... Read More

How are iOS and Android similar? How are they different?

Kristi Castro

Kristi Castro

Updated on 22-Jun-2020 14:21:17

12K+ Views

iOSThe iOS is the operating system created by Apple Inc. for mobile devices. The iOS is used in many of the mobile devices for Apple such as iPhone, iPod, iPad etc. The iOS is used a lot and only lags behind Android in terms of popularity.The iOS architecture is layered. ... Read More

What is the purpose of System Programs?

Kristi Castro

Kristi Castro

Updated on 22-Jun-2020 13:34:43

6K+ Views

System programs provide an environment where programs can be developed and executed. In the simplest sense, system programs also provide a bridge between the user interface and system calls. In reality, they are much more complex. For example, a compiler is a complex system program.System Programs PurposeThe system program serves ... Read More

Mac OS X Structure

Kristi Castro

Kristi Castro

Updated on 22-Jun-2020 13:31:17

4K+ Views

The Mac OS is a graphical operating system developed by Apple Inc. The tenth version of the Mac OS is the Mac OS X which was launched in 2001.The structure of the Mac OS X includes multiple layers. The base layer is Darwin which is the Unix core of the ... Read More

What are System Programs?

Kristi Castro

Kristi Castro

Updated on 22-Jun-2020 12:02:54

1K+ Views

System programs provide an environment where programs can be developed and executed. In the simplest sense, system programs also provide a bridge between the user interface and system calls. In reality, they are much more complex. For example: A compiler is a complex system program.The user view of the system ... Read More

Operating System Design and Implementation

Kristi Castro

Kristi Castro

Updated on 22-Jun-2020 11:25:57

22K+ Views

An operating system is a construct that allows the user application programs to interact with the system hardware. Operating system by itself does not provide any function but it provides an atmosphere in which different applications and programs can do useful work.There are many problems that can occur while designing ... Read More

Advertisements