Assignment - 1 Baptiste
Assignment - 1 Baptiste
The fundamental software that runs on a computer is called the operating system. The operating
system gives the computer the ability to operate in a particular way and gives the user control
over how the machine and its contents are managed. Application program execution, hardware
use, memory management, input and output control, handling interruptions, data security,
accounting facilities, and processing operations like copy and paste are a few examples.
2. What type of computing do you normally use with your personal computer: batch
or interactive? Explain and give examples.
Ans. Batch processing is the automated computerized execution of one or more programs or tasks
without human intervention. Because all instructions and data are preselected by scripts or
command-line options, everything runs without requiring human intervention.
The user is prompted to enter commands or data during interactive sessions. An interactive
session usually involves software that runs on a computer environment and takes human input.
Considering that we are discussing personal computers, I shall choose interactive processing. It's
the easiest method of working with a system. I log in, issue commands that take effect right away,
and then log out.
who: gets the IP numbers or computer names of the terminals users have used. cd: changes
the current directory of the shell.
pwd: shows the current directory that you are in.
9. Search the Internet and, from the user point of view, list and explain the main
differences between Unix and Linux.
Unix comprises a lineage of multitasking, multiuser computer operating systems that stem from
the original AT&T Unix, developed in the 1970s at the Bell Labs research center by Ken
Thompson, Dennis Ritchie, and other contributors. It is a proprietary software operating system
predominantly functioning via a Command Line Interface (CLI), although recent advancements
have introduced Graphical User Interface (GUI) capabilities on Unix systems.
Licensing and Cost: Linux is freely accessible, downloadable from the Internet, or
redistributable under GNU licenses. Conversely, most Unix-like operating systems entail costs.
User-Friendliness: Linux is renowned for its user-friendly nature among Unix-like systems,
facilitating effortless installation of peripherals like sound cards, flash players, and other desktop
utilities. However, for desktop usage, Apple OS X emerges as the most prevalent Unix operating
system.
File Systems: By default, Linux supports and employs ext3 or ext4 file systems. Conversely, Unix
presents an array of file systems such as jfs, gpfs (AIX), jfs, gpfs (HP-UX), and jfs, gpfs (Solaris).