Unit 3. Operating System
Unit 3. Operating System
A Yadav
Architecture and Allow 32 bit of data processing Allow 64 bit of data processing
Software simultaneously simultaneously
Memory Limits 32-bit systems are limited to 3.2 GB 64-bit systems allow a maximum
of RAM. 17 Billion GB of RAM.
the results to you in English. Ms. Dos consist of four essential programs and a set of additional
utilities.
Components of MS-DOS
Four main Programs are
Boot Record IO.SYS MSDOS.SYST COMMAND.COM
Booting: Process that starts up a computer is called booting. It checks for proper functioning of
all the peripheral devices attached with the system. It searches for the operating system and, when
located, loads it into the main memory.
Cold Booting is done by turning on the computer.
Warm Booting is performed by pressing Ctrl+Alt+Delkeys simultaneously.
Unix
The name "Unix" is a trademark of The Open Group which licenses it for use to any operating
system that has been shown to conform to the definitions that they have cooperatively developed.
The name is commonly used to refer to the large set of operating systems which resemble the
original UNIX. UNIX systems run on a wide variety of machine architectures. They are used
heavily as server systems in business, as well as workstations in academic and engineering
environments. Free software Unix variants, such as Linux and BSD, are increasingly popular.
They are used in the desktop market . Unix was designed to be portable, multi-tasking and multi-
user in a time-sharing configuration.
Microsoft Windows
Windows OS, developed by Microsoft Corporation to run personal computers (PCs). Featuring
the first graphical user interface (GUI) for IBM-compatible PCs, the Windows OS soon
dominated the PC market. Approximately 90 percent of PCs run some version of Windows.
In 1985 Microsoft came out with its Windows operating system, which gave PC compatibles
some of the same capabilities as the Macintosh.
The first version of Windows, released in 1985, was simply a GUI offered as an extension of
Microsoft’s existing disk operating system, or MS-DOS. Based in part on licensed concepts
that Apple Inc. had used for its Macintosh System Software, Windows for the first time allowed
DOS users to visually navigate a virtual desktop, opening graphical “windows” displaying the
contents of electronic folders and files with the click of a mouse button, rather than typing
commands and directory paths at a text prompt.
Subsequent versions introduced greater functionality, including native Windows File Manager,
Program Manager, and Print Manager programs, and a more dynamic interface. Microsoft also
developed specialized Windows packages, including the networkable Windows for Workgroups
and the high-powered Windows NT, aimed at businesses. The 1995 consumer release Windows
95 fully integrated Windows and DOS and offered built-in Internet support, including the World
Wide Web browser Internet Explorer.
Advertisement
With the 2001 release of Windows XP, Microsoft united its various Windows packages under a
single banner, offering multiple editions for consumers, businesses, multimedia developers, and
others. Windows XP abandoned the long-used Windows 95 kernel (core software code) for a
more powerful code base and offered a more practical interface and improved application and
memory management. The highly successful XP standard was succeeded in late 2006
by Windows Vista, which experienced a troubled rollout and met with considerable marketplace
resistance, quickly acquiring a reputation for being a large, slow, and resource-consuming system.
Responding to Vista’s disappointing adoption rate, Microsoft in 2009 released Windows 7, an OS
22
Manual for computer application-I by :Er. A Yadav
whose interface was similar to that of Vista but was met with enthusiasm for its noticeable speed
improvement and its modest system requirements.
Windows 8 in 2012 offered a start screen with applications appearing as tiles on a grid and the
ability to synchronize settings so users could log on to another Windows 8 machine and use their
preferred settings. In 2015 Microsoft released Windows 10, which came with Cortana, a digital
personal assistant like Apple’s Siri, and the Web browser Microsoft Edge, which replaced Internet
Explorer. Microsoft also announced that Windows 10 would be the last version of Windows,
meaning that users would receive regular updates to the OS but that no more large-scale revisions
would be done
AUTOEXEC.BAT
AUTOEXEC.BAT is a special batch file name that, if found in the root directory of the boot disk,
will automatically run before control of the computer is turned over to you. You might want to
always load particular files on starting the computer and the commands to do this would be in
AUTOEXEC.BAT. Typically, the AUTOEXEC.BAT file is used to set the system up to your
particular needs. This includes setting the PATH to define where DOS will look for commands,
defining various variables in the DOS environment and setting the PROMPT to look like you
want it to. If you want to terminate the AUTOEXEC.BAT file (or any other batch file)
CONFIG.SYS
CONFIG.SYS is the primary configuration file for the MS-DOS and OS/2 operating systems. It is
a special file that contains setup or configuration instructions for the computer system. The
commands in this file configure DOS for use with devices and applications in the system. The
23
Manual for computer application-I by :Er. A Yadav
commands also set up the memory managers in the system. After processing the CONFIG.SYS
file, DOS proceeds to load and execute the command shell specified in the shell= line of
CONFIG.SYS, or COMMAND.COM if there is no such
COMMAND.COM
The command processor performs three tasks: It handles critical interrupts...that is,
COMMAND.COM takes care of all demands for attention by parts of the computer. The user
typing the Control-Break program break command is an example of an interrupt.
• It handles critical errors...that is, COMMAND.COM takes care of problems.
• It performs end-of-program housekeeping, that is, COMMAND.COM takes care of making the
computer's memory available for other programs and reloading parts of itself if the program wrote
over them.
COMMAND.COM also places the C> prompt on the screen and interprets any command(s) you
might type. In short, the command processor tells the rest of DOS what to do.
Internal Commands : These commands enter into the computer memory during computer
booting. These commands are not in the form of any file; so neither they can be viewed nor can be
edited or detected. For example : MD, CD, TIME, DATE, COPY, COPR CON, TYPE ETC.
External Commands : These commands are stored in the computer list in the form of files.
These Commands can be viewed, copied, changed or deleted. For example : FORMAT, COPY,
PRINT, SYS, EDIT, TREE, SORT, PROMPT etc.
Important Internal DOS Commands
(i) MD (Make Directory) : We use this commands to make a new directory or sub directory.
Syntax : C\:>MD DIRECTORY NAME
Example : MD STUDENT
(ii) CD (Change Directory) : This commands is used to move from one directory to another.
Syntax : C:\> CD Directory name
Example : > CD Student
Exit to Directory :
CD… The command move the subdirectory to parent directory.
CD\ The command is used to move directly to the root directory.
(iii) RD (Remove Directory) : If a Directory which was earlier is ;not required than such
directory can be removed by using
Syntax : C:\> RD Directory name
Example : >RD student
(iv) Copy Con : Its command is used to create a file. The name of the file, which is to be created,
is written after the copy Con leaving one space in between
Syntax : Copy Con file name
To created a file, the following steps are :
(i) Type Copy Con Monu and press Enter.
(ii) Type whatever is to be typed in the file.
(iii) Press F6 function key or CTRL + Z keys ‘?Z’ will be displayed on the screen, which indicates
that the file is complete.
(iv) Press Enter and after that the DOS will save the file and will display the message ‘1 File(s)
copied.
24
Manual for computer application-I by :Er. A Yadav
(v) Del : This command is used to erase the files which are no longer required.
Syntax : C:\> Del < File name >
Example : >Del Monu
(vi) Type : This command is used to view the contents of text file.
Syntax : Type <file name>
(vii) Copy : This command is used to copy of file from one place to another place. A copy of file
is another file with the same contents.
Syntax : C:1> copy <source> < destination path>
(viii) Ren : This command is used to rename the file. In REN command two parameters are used.
The first is the file we want to rename and the second is the new name for the file.
Syntax : > Ren <old file name> <New file name>
(ix) DIR : This command is used to display of directory and files.
Syntax : C:\> DIR ?
(x) CLS : This command is used to clear the screen.
Syntax : C:\> CLS
DOS operating system is less While windows are more preferred by the
8 preferred than windows. users in comparison of DOS.
There is only one window opened at While in windows, multiple windows can be
11 a time in DOS. opened at a time
25
Manual for computer application-I by :Er. A Yadav
GUI
Stands for “Graphical User Interface” .It are a user interface that includes graphical elements,
such as windows, icons and buttons. GUIs were controlled exclusively by a mouse and a
keyboard. Because there are now many types of digital devices available, GUIs must be designed
for the appropriate type of input. For example, a desktop operating system includes a menu bar
and windows with small icons that can be easily navigated using a mouse. Regardless of the type
of input, each of these interfaces is considered GUIs since they include graphical elements.
It can use graphical images to executes commands, easy to access, easy to understand, works in
windows, its slow compare to dos, more memory requirement, expensive, high speed ,components
required, it can use keyboard, mouse, more than one task can run at a time, it’s based on graphics,
user controls the flow of actions, e.g. Windows...
CUI
Short for character user interface or command-line user interface, CUI is a prompt used to interact with
computer programs. It works by allowing the user to issue commands as one or more lines of text
(referred to as command lines) to a program.
user requires commands, its difficult to remember all commands, its only in black and white machine,
works in Dos, dos is fast compare to windows, memory requirement less, its cheap compare to gui, it can
only use keyboard, it can linked directly, one task can run at a time, its totally based on text, programmer
controls the flow of actions, eg. Dos
Sr. Key GUI CUI
No.
Interaction User interacts with computer User interacts with computer
1 using Graphics like images, using commands like text.
icons.
Navigation Navigation is easy. Navigation is difficult.
2
Peripherals Keyboard, mouse or any other Only keyboard.
3 used pointing device.
26