UNIT 3
UNIT 3
COMPUTER FUNDAMENTALS
UNIT – 03
BCA
SECTION -B
HISTORY
• IBM was looking for an operating system for their new line of
personal computers.
• Bill Gates’s mother Marry M Gates served on the national board
of United Way alongside the CEO of IBM.
• IBM got in touch with Bill Gates through his mother when he
convinced IBM that his company Microsoft could deliver the new
software for IBM’s personal computer.
• Bill Gates then bought an existing OS called 86-DOS also known
as QDOS for Quick and Dirty Operating System.
• He then adapted QDOS to run on the new IBM computers and
called the particular product as “Microsoft Disk Operating
System”.
WHAT IS MS-DOS OPERATING SYSTEM?
• MS-DOS Operating System also called the Disk Operating
system was Developed by Microsoft for x86 personal
computers.
• It works on the phenomenon of doing less and getting more.
It is a 16-bit operating system.
• A closed-source model was initially released on August 12,
1981, and the final release on September 14, 2000.
WHAT IS MS-DOS OPERATING SYSTEM?
MS-DOS OPERATING SYSTEM USES
It is used for many purposes:
• Education and research: It is used in the Education and
research field to know how simple MS-DOS is and how it
works.
• The source code is available from Microsoft in two versions.
• Legacy systems: Some organizations prefer using MS-DOS
because it has been used reliably over decades whereas
others don’t have the budget to upgrade the application since
this process is costly.
MS-DOS OPERATING SYSTEM USES
• Embedded systems: Embedded systems are dependent on
MS-DOS especially new devices with x86 processor
architecture.
• It is also used on legacy Embedded systems which have been
used for decades.
• Classic Computer Games: There are still some games that
were developed on MS-DOS and still support only MS-DOS
FEATURES OF MS-DOS
• It is a minimalist OS which means it can boot a computer and
run programs.
• Still usable for simple tasks like word processing and playing
games.
• The mouse cannot be used to give inputs instead it uses basic
system commands to perform the task.
• It is a 16-bit, free operating system.
• It is a single-user operating system.
• It is very lightweight due to fewer features available and no
multitasking.
FILES AND DIRECTORIES IN MS-DOS
• In MS-DOS, a file is a unit of data, while a directory is a special
type of file that contains information about other files or
directories:
• FILES : MS-DOS supports many types of files, including
executable files, configuration files, text files, and batch files.
• DIRECTORIES : A directory is a file that contains a series of
directory entries, each of which describes a single file.
• Directories take up less space than other types of files
because they only contain the information needed to access
other files or directories.
DIRECTORY STRUCTURE
• A directory can contain files or other directories, and a
directory contained within another directory is called a
subdirectory.
• The home directory is the directory you start with when you
log in.
• The MS-DOS FAT file system supports a maximum of 12
characters for a file name, including the dot separator.
• This is commonly known as an 8.3 file name
TYPES OF MS-DOS COMMANDS
There are mainly two types of MS-DOS commands:
INTERNAL COMMANDS
• Internal commands are those commands that are loaded
automatically in the memory when DOS is loaded into memory
during the booting process.
• These commands are easier to learn and use. They require no
external files for their storage as in the case of external commands.
• These are for performing a basic operation on files and in
directories.
• They do not need any external file support.
• These commands are used for common jobs such as copying and
erasing files.
TYPES OF MS-DOS COMMANDS
EXTERNAL COMMANDS
• These external commands are for performing advanced tasks
and they do not need some external file support as they are
not stored in COMMAND.com.
• The external commands are used less frequently and are
stored in some external files which are stored in some
secondary storage devices.
• Whenever an external command is to be executed then the
external file in which that particular command is stored is
transferred from the secondary storage disk to the main
memory(RAM).
HOW TO OPEN MS-DOS IN WINDOWS?