SlideShare a Scribd company logo
1 of 19
Unit 1
Open Source Office Automation
Introduction to DOS and Windows
CC-107
Operating System
• Operating system is a collection of smaller programs
which work as a single unit and acts like a bridge
between user and computer hardware.
• In simple words, we can say that an operating system
provides an interface for interaction between user
and the computer hardware.
• Traditional OS had command line interface (CLI) such
as DOS, while modern OS come with graphical user
interface (GUI), Windows 95 to present, Linux OS,
Macintosh etc.
DOS
• DOS stands for Disk Operating System.
• DOS provides command line interface (CLI) which means user can interact
with computer by giving instructions in the form of commands.
• It is a 16-bit operating system (OS).
• Efficient file management such as creation, updation and
deletion.
• It supports maximum space of 2GB.
• Single-user operating system.
Characteristics
DOS
Advantage
s
Disadvantage
s
• Commands are easy to
remember and use.
• DOS is very lightweight
operating system.
• It has direct access to BIOS
and hardware.
• Booting process is much faster
than other operating systems.
• It does not have the overhead of
multitasking operating system.
• It does not support multitasking.
• 2 GB is not enough and it cannot
be extended.
• Only one user can work at a
time.
• It does not support interrupt
request (IRQ) ordering.
dir Command
dir Displays list of files and sub-directories in
given directory.
dir /A: H – hidden files D – directories only
C – creation A – last access W – last written
dir /L Displays files & directories in lowercase.
dir /O: Used for sorting.
N – name E – extension
S – size D – date & time
dir /T:
md & rd Commands
md dirname
md dir1 dir2 Create multiple directories.
md dir1dir2 Create sub-directories.
Create single directories.
rd dirname
rd dir1 dir2 Removes multiple (empty) directories.
rd [/S] [/Q]
dirname
S – all files & sub-dirs. Q – Quiet
Mode.
Removes specified (empty) directory.
cd, type & ren Commands
cd
/path
Changes directory to specified path.
cd .. Changes to Parent Directory.
Change to the specified drive.
cd /D drive:path
cd
/path
cd ..
Displays the contents of file(s).
type
Renames the specified file(s).
ren [drive:] old
new
copy & move Commands
copy src des Copies file(s) to specified location.
/A – ASCII file. /B – Binary file. /Y – suppresses
prompt
/L – Symbolic Link (Shortcut).
move src des Moves & renames file(s) & dir(s) to
specified location.
/Y – suppresses prompt.
del or erase Command
del
filename(s)
Deletes file(s).
/P – prompt for each file. /F – force deleting.
/S – delete from all subdirs. /Q – quiet mode.
/A:[attr] R – read only files. H – hidden files.
date, time ver & cls Commands
date [/T] Sets or displays the date.
Sets or displays the time.
time [/T]
Displays the windows version.
ver
Clears the screen.
cls
attrib Command
attrib Display and change file attribute(s).
attrib [+-at] [drive] [file] [/S] [/D] [/L]
R – read only. H – hidden attribute. A – archive.
S – matching files in current folder. D – process dirs as
well.
xcopy Command
xcopy Copies files & dirs.
xcopy src des
S – copies dirs except empty ones. E – including empty
ones.
xcopy /exclude:filepath src des – to exclude files.
Wildcard Characters
• We have two special characters which make
our life easier.
• These two characters are asterisk * and
question mark ?
• The asterisk matches any sequence of
characters whereas the question mark
matches only single character.
• Let’s go through some examples to
understand how to use these characters.
Wildcard Characters
• Find out all files with extension “.txt”
• dir ?.txt
• Find out dirs named “project”
• dir project*
• Change the extension from .html to .php
• ren *.html *.php
• Find out .txt files with name length 4 characters
starting with “am”
• dir am??.txt
• Find out all files having 3-character extension
• dir *.???
Batch File
• If you want to run multiple commands in a sequence then
create a batch file.
• A batch file is a script file in DOS having extension .bat
How to create a batch file?
1. Open notepad or word document.
2. Write down commands in separate line.
3. Save the file with .bat extension.
Booting Process
• The process of starting or restarting a computer is known
as booting.
Other synonyms: boot-up, start-up, reboot
Types of Booting
• Cold Booting: When we turn on the computer which is
powered off completely, we are cold booting. It is also
known as hard boot.
• Warm Booting: The process of restarting the computer,
known as warm booting. It is also known as soft boot.
Steps of Booting
1.As soon as you press the power button, the SMPS (switch
mode power supply) comes in action. The power supplier
does the conversion from AC to DC. The processor chip
resets itself and looks for BIOS to proceed.
2.Next, BIOS contains the startup instructions and performs
POST (Power On Self Test). In simple words, it checks
whether the computer hardware is connected and working
properly or not. If not then either error message is
displayed or beep sound is played. For example, 3 short
beeps means RAM failure.
Steps of Booting
3. If everything is fine, BIOS gets the CMOS (Complementary Metal–
Oxide–Semiconductor) to find the bootable device that has the OS
in it.
4. After BIOS finds the bootable device, it transfer the boot process to
the MBR (master boot record) which loads the system files into the
memory (RAM). Next, operating system takes control of the
process.
Note: The MBR holds the information on how the logical partitions,
containing file systems, are organized on that medium.
MBR also k/a Partition sector or master partition table.
Topics Covered
• What is OS?
• Characteristics of DOS
• Advantages & Disadvantages of DOS
• DOS commands
• Wildcard Characters
• Batch file
• Booting Process
Thank you

More Related Content

Similar to OSOA Unit-1 Introduction to DOS and Windows.pptx

Similar to OSOA Unit-1 Introduction to DOS and Windows.pptx (20)

basicmsdos.ppt
basicmsdos.pptbasicmsdos.ppt
basicmsdos.ppt
 
basic ms dos commands and theory in OSystem
basic ms dos commands and theory in OSystembasic ms dos commands and theory in OSystem
basic ms dos commands and theory in OSystem
 
Comp practical
Comp practicalComp practical
Comp practical
 
Dos commands
Dos commandsDos commands
Dos commands
 
Linux commands
Linux commandsLinux commands
Linux commands
 
PowerPoint_merge.ppt on unix programming
PowerPoint_merge.ppt on unix programmingPowerPoint_merge.ppt on unix programming
PowerPoint_merge.ppt on unix programming
 
2. UNIX OS System Architecture easy.pptx
2. UNIX OS System Architecture easy.pptx2. UNIX OS System Architecture easy.pptx
2. UNIX OS System Architecture easy.pptx
 
PPT4-Windows CLI.pptx
PPT4-Windows CLI.pptxPPT4-Windows CLI.pptx
PPT4-Windows CLI.pptx
 
Unix
UnixUnix
Unix
 
p_ms-dos-new.ppt
p_ms-dos-new.pptp_ms-dos-new.ppt
p_ms-dos-new.ppt
 
Dos_Commands.ppt
Dos_Commands.pptDos_Commands.ppt
Dos_Commands.ppt
 
Linux basic
Linux basicLinux basic
Linux basic
 
DOS commands
DOS commandsDOS commands
DOS commands
 
redhat_by_Cbitss.ppt
redhat_by_Cbitss.pptredhat_by_Cbitss.ppt
redhat_by_Cbitss.ppt
 
Introduction to ms dos
Introduction to ms dosIntroduction to ms dos
Introduction to ms dos
 
Disk Operating System.pptx
Disk Operating System.pptxDisk Operating System.pptx
Disk Operating System.pptx
 
Operating System - DOS.pptx
Operating System - DOS.pptxOperating System - DOS.pptx
Operating System - DOS.pptx
 
Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.
 
Dos%20commands(1)
Dos%20commands(1)Dos%20commands(1)
Dos%20commands(1)
 
Linux Basics.pptx
Linux Basics.pptxLinux Basics.pptx
Linux Basics.pptx
 

Recently uploaded

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Recently uploaded (20)

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

OSOA Unit-1 Introduction to DOS and Windows.pptx

  • 1. Unit 1 Open Source Office Automation Introduction to DOS and Windows CC-107
  • 2. Operating System • Operating system is a collection of smaller programs which work as a single unit and acts like a bridge between user and computer hardware. • In simple words, we can say that an operating system provides an interface for interaction between user and the computer hardware. • Traditional OS had command line interface (CLI) such as DOS, while modern OS come with graphical user interface (GUI), Windows 95 to present, Linux OS, Macintosh etc.
  • 3. DOS • DOS stands for Disk Operating System. • DOS provides command line interface (CLI) which means user can interact with computer by giving instructions in the form of commands. • It is a 16-bit operating system (OS). • Efficient file management such as creation, updation and deletion. • It supports maximum space of 2GB. • Single-user operating system. Characteristics
  • 4. DOS Advantage s Disadvantage s • Commands are easy to remember and use. • DOS is very lightweight operating system. • It has direct access to BIOS and hardware. • Booting process is much faster than other operating systems. • It does not have the overhead of multitasking operating system. • It does not support multitasking. • 2 GB is not enough and it cannot be extended. • Only one user can work at a time. • It does not support interrupt request (IRQ) ordering.
  • 5. dir Command dir Displays list of files and sub-directories in given directory. dir /A: H – hidden files D – directories only C – creation A – last access W – last written dir /L Displays files & directories in lowercase. dir /O: Used for sorting. N – name E – extension S – size D – date & time dir /T:
  • 6. md & rd Commands md dirname md dir1 dir2 Create multiple directories. md dir1dir2 Create sub-directories. Create single directories. rd dirname rd dir1 dir2 Removes multiple (empty) directories. rd [/S] [/Q] dirname S – all files & sub-dirs. Q – Quiet Mode. Removes specified (empty) directory.
  • 7. cd, type & ren Commands cd /path Changes directory to specified path. cd .. Changes to Parent Directory. Change to the specified drive. cd /D drive:path cd /path cd .. Displays the contents of file(s). type Renames the specified file(s). ren [drive:] old new
  • 8. copy & move Commands copy src des Copies file(s) to specified location. /A – ASCII file. /B – Binary file. /Y – suppresses prompt /L – Symbolic Link (Shortcut). move src des Moves & renames file(s) & dir(s) to specified location. /Y – suppresses prompt.
  • 9. del or erase Command del filename(s) Deletes file(s). /P – prompt for each file. /F – force deleting. /S – delete from all subdirs. /Q – quiet mode. /A:[attr] R – read only files. H – hidden files.
  • 10. date, time ver & cls Commands date [/T] Sets or displays the date. Sets or displays the time. time [/T] Displays the windows version. ver Clears the screen. cls
  • 11. attrib Command attrib Display and change file attribute(s). attrib [+-at] [drive] [file] [/S] [/D] [/L] R – read only. H – hidden attribute. A – archive. S – matching files in current folder. D – process dirs as well.
  • 12. xcopy Command xcopy Copies files & dirs. xcopy src des S – copies dirs except empty ones. E – including empty ones. xcopy /exclude:filepath src des – to exclude files.
  • 13. Wildcard Characters • We have two special characters which make our life easier. • These two characters are asterisk * and question mark ? • The asterisk matches any sequence of characters whereas the question mark matches only single character. • Let’s go through some examples to understand how to use these characters.
  • 14. Wildcard Characters • Find out all files with extension “.txt” • dir ?.txt • Find out dirs named “project” • dir project* • Change the extension from .html to .php • ren *.html *.php • Find out .txt files with name length 4 characters starting with “am” • dir am??.txt • Find out all files having 3-character extension • dir *.???
  • 15. Batch File • If you want to run multiple commands in a sequence then create a batch file. • A batch file is a script file in DOS having extension .bat How to create a batch file? 1. Open notepad or word document. 2. Write down commands in separate line. 3. Save the file with .bat extension.
  • 16. Booting Process • The process of starting or restarting a computer is known as booting. Other synonyms: boot-up, start-up, reboot Types of Booting • Cold Booting: When we turn on the computer which is powered off completely, we are cold booting. It is also known as hard boot. • Warm Booting: The process of restarting the computer, known as warm booting. It is also known as soft boot.
  • 17. Steps of Booting 1.As soon as you press the power button, the SMPS (switch mode power supply) comes in action. The power supplier does the conversion from AC to DC. The processor chip resets itself and looks for BIOS to proceed. 2.Next, BIOS contains the startup instructions and performs POST (Power On Self Test). In simple words, it checks whether the computer hardware is connected and working properly or not. If not then either error message is displayed or beep sound is played. For example, 3 short beeps means RAM failure.
  • 18. Steps of Booting 3. If everything is fine, BIOS gets the CMOS (Complementary Metal– Oxide–Semiconductor) to find the bootable device that has the OS in it. 4. After BIOS finds the bootable device, it transfer the boot process to the MBR (master boot record) which loads the system files into the memory (RAM). Next, operating system takes control of the process. Note: The MBR holds the information on how the logical partitions, containing file systems, are organized on that medium. MBR also k/a Partition sector or master partition table.
  • 19. Topics Covered • What is OS? • Characteristics of DOS • Advantages & Disadvantages of DOS • DOS commands • Wildcard Characters • Batch file • Booting Process Thank you