SlideShare a Scribd company logo
1
Chapter 5
Disk Operating
System (MS DOS(
2
Disk Operating System (DOS(
 In the 1980s or early 1990s, the operating
system that shipped with most PCs was a
version of the Disk Operating System (DOS)
created by Microsoft: MS-DOS.
 MS-DOS is a disk operating system for IBM
PC–compatible computers.
 In its day, it was easily the most popular
operating system in the world.
3
 As with any other operating system, its
function is to oversee the operation of the
system by providing support for executing
programs, controlling I/O devices, handling
errors, and providing the user interface.
 MS-DOS is a disk-based, single-user, single-
task operating system. These qualities make
it one of the easiest disk operating systems to
understand.
4
 The main portions of MS-DOS are the IO.SYS,
MSDOS.SYS, and COMMAND.COM files.
 IO.SYS and MSDOS.SYS are special, hidden
system files
 The IO.SYS file moves the system’s basic I/O
functions into memory and then implements the MS-
DOS default control programs, referred to as device
drivers, for various hardware components.
 These include the following:
 The boot disk drive
 The console display and keyboard
 The system’s time-of-day clock
 The parallel and serial communications port
DOS FILESDOS FILES
5
COMMAND.COM
 The COMMAND.COM command interpreter accepts
commands issued through the keyboard, or other
input device, and carries them out according to the
commands definition
 When DOS runs an application, COMMAND.COM
finds the program, loads it into memory, and then
gives it control of the system. When the program is
shut down, it passes control back to the command
interpreter.
6
Popular DOS Versions
 MS-DOS 3
 With DOS 3.0, released in summer 1984,
Microsoft continued to include additional
DOS features and to support more powerful
hardware. DOS 3.0 supported hard drives
larger than 10MB, as well as enhanced
graphics formats.
 Three revisions—3.1, 3.2, and 3.3—provided
additional innovations
7
MS-DOS 4
 By 1988 it was apparent that the wave of the
future was the graphical interface, and DOS 4
provided users with the DOS Shell, a utility
much like the Windows File Manager.
Actually, DOS Shell was simply a scaled-
down version of Windows that allowed users
to manage files, run programs, and do routine
maintenance, all from a single screen. The
DOS Shell even supported a mouse.
8
MS-DOS 5
 There were several important features
introduced in the 1991 release of DOS 5.0. First
of all, the ability to load drivers into reserved
(upper) memory was a relief to those people
who were constantly running out of conventional
memory. This feature allowed more complex
DOS programs. Several software utilities made
their debut. The most commonly used utility
introduced at this time was EDIT.COM. Also
added were QBASIC.EXE, DOSKEY,
UNFORMAT, and UNDELETE.
9
MS-DOS 6
 Released in 1993 to excellent sales, DOS 6.0
offered a number of new commands and
configurable options. Another enhancement in
DOS 6.0 was EMM386.EXE, which allowed the
system to pool extended and expanded memory.
DOS 6.0 has subsequently been revised a
number of times. As of this date, DOS 6.22 is
the most current MS-DOS version available as a
stand-alone operating system.
10
The main functions of DOSThe main functions of DOS
 DOS translate the command issued of the user
in the format that is understood by the computer
to execute it, also error message in the format
for the user to understand.
  Manage disk files,
 Allocate system resources according to the
requirement.
 DOS provides features essential to control
hardware devices such as Keyboard, Screen,
Disk Devices, Printers, Modems and
programs.
11
12
Loading of DOS
 The system start-up routine of ROM runs a test
called Power On Self Test (POST) which check
whether peripherals connected to the computer are
working or not & RAM memory.
 The ROM bootstrap loader attempts to read the
Boot record and if successful, passes the control
on to it. The instructions/programs in the boot
record then load the rest of the program.
 The boot tries to load the DOS into the memory by
reading the two hidden files IO.SYS, MSDOS.SYS,
If these two are found, they are loaded along with
the DOS command interpreter COMMAND.COM.
13
4.2COMPUTER FILES IN
DOS
 A file may contain a program or any other kind
of information. DOS permits the user to assign
a name consisting of two parts to a file -
primary (a maximum of eight characters
consisting of Characters, Alphabets, Number
and Hyphen), and secondary names( should
consist of three characters, which is optional)
this two parts separated by a dot (.).
 Using an extension is specified, using the
complete name . Using extensions can be an
excellent way of naming a file so that it can be
identified easily.
14
Examples:
Filename Primary
Name
Separator Secondary
Name
Employee Employee
Employee.Exe Employee .Exe
Employee.Dbf Employee .Dbf
15
 DOS has a way of showing which disk
drive is currently active. The floppy disk
drives are assigned alphabets A and B,
whereas the hard disk drive is assigned the
alphabet C.
 Ex: If your PC includes a hard disk, besides a
FDD (Floppy Disk Drive), the drive names
would be A and C. If the prompt is A, then it
implies that the first floppy disk drive is active.
Where as the DOS prompt would be C, if the
hard disk is active. Data as well as instructions
reside in a file stored in a disk.
16
4.3DIRECTORY STRUCTURE
IN DOS
 Directory is just like a file folder, which contain all
the logically related files.
 DOS files are organized in a hierarchical or an
inverted tree-like structure.
 DOS enables the user to organize the files in a disk
into directories and sub-directories
 A directory within another directory is called a sub-
directory
 Of course, there may be sub-directories of sub-
directories, subsub.
17
Levels of Directory Systems
18
4.4DIRECTORY COMMAND
 The directory, the user is in at any point of time, is called
the WORKING/PRESENT/CURRENT directory.
 DOS indicates which directory you are in by displaying
the directory's name in the command prompt.
 For example, the following command prompt indicate
that you are in the DOS directory: C:DOS>.
 Knowing which directory is current helps you find files,
and to move from one directory to another more
easily.
 Typically, the ROOT DIRECTORY () is the initial
working directory. The entire specification of directory
from root is called a PATH. By itself, the DIR command
is applicable to the working/present directory. The
names of the sub-directories at adjacent levels are
separated by backslash (), while specifying the path to
be followed while traveling to a sub-directory.
19
4.5USING PATH TO SPECIFY
THE LOCATION OF FILES
 A path is the route that leads from the root
directory of a drive to the file you want to use.
 For example , to access C:NOSLETTERNOS.LET
 Where (C:) represent the drive the file
is on , 1st () is the root directory.
2 nd () separates the NOS
directory from the LETTER sub-directory .
3rd () separates the LETTER sub-
directories from the file name,
NOS.LET.
20
Internal File COMMANDS
1. Dir
2. Rename (Ren)
3. Delete (Del)
4. Copy
5. Type
7. Set Attributes (attrib)
21
External File COMMANDS
‫الصفحه‬ ‫تلو‬ ‫صفحه‬ ‫الشاشه‬ ‫على‬ ‫الملفات‬ ‫اظهار‬ ‫امر‬MORE
‫الطباعه‬ ‫الة‬ ‫على‬ ‫الملفات‬ ‫عناوين‬ ‫طباعة‬ ‫امر‬PRINT
‫الملفات‬ ‫خصائص‬ ‫تغيير‬ ‫و‬ ‫عرض‬ATTRIB
‫آخر‬ ‫فهرس‬ ‫إلى‬ ‫فهرس‬ ‫من‬ ‫ملف‬ ‫نقل‬MOVE
‫الفرعيه‬ ‫الفهارس‬ ‫و‬ ‫بالفهارس‬ ‫الملفات‬ ‫نسخ‬XCOPY
NDELETE
Ad

More Related Content

What's hot (20)

introduction to Operating system. (windows)
introduction to Operating system. (windows)introduction to Operating system. (windows)
introduction to Operating system. (windows)
shantanu milkhe
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
Dasun Hegoda
 
Windows presentation
Windows presentationWindows presentation
Windows presentation
tes31
 
operating system
operating system operating system
operating system
kabul university
 
Disk operating system
Disk operating systemDisk operating system
Disk operating system
Hasnahana Chetia
 
DbMs
DbMsDbMs
DbMs
amanrock2012
 
Linux
Linux Linux
Linux
Kevin James
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating system
Jesus Obenita Jr.
 
Introduction to ms dos
Introduction to ms dosIntroduction to ms dos
Introduction to ms dos
Indika Rathninda
 
Unit II - MS DOS Commands
Unit II - MS DOS CommandsUnit II - MS DOS Commands
Unit II - MS DOS Commands
Hepsijeba
 
Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)
Gaurav Aggarwal
 
ITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating SystemITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating System
Blossom Sood
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
emailharmeet
 
Fundamentals of information technology
Fundamentals       of          information   technologyFundamentals       of          information   technology
Fundamentals of information technology
haider ali
 
MS DOS
MS DOSMS DOS
MS DOS
sumatipuri
 
Ms DOS
Ms DOSMs DOS
Ms DOS
Gunjan Singh
 
Presentation of DBMS (database management system) part 1
Presentation of DBMS (database management system) part 1Presentation of DBMS (database management system) part 1
Presentation of DBMS (database management system) part 1
Junaid Nadeem
 
Windows server
Windows serverWindows server
Windows server
Hideo Amezawa
 
Presentation On Operating system
Presentation On Operating systemPresentation On Operating system
Presentation On Operating system
National Institute of Technology Rourkela
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
Mohamed Loey
 
introduction to Operating system. (windows)
introduction to Operating system. (windows)introduction to Operating system. (windows)
introduction to Operating system. (windows)
shantanu milkhe
 
Windows presentation
Windows presentationWindows presentation
Windows presentation
tes31
 
Unit II - MS DOS Commands
Unit II - MS DOS CommandsUnit II - MS DOS Commands
Unit II - MS DOS Commands
Hepsijeba
 
Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)
Gaurav Aggarwal
 
ITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating SystemITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating System
Blossom Sood
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
emailharmeet
 
Fundamentals of information technology
Fundamentals       of          information   technologyFundamentals       of          information   technology
Fundamentals of information technology
haider ali
 
Presentation of DBMS (database management system) part 1
Presentation of DBMS (database management system) part 1Presentation of DBMS (database management system) part 1
Presentation of DBMS (database management system) part 1
Junaid Nadeem
 

Viewers also liked (20)

Disk operating system
Disk operating systemDisk operating system
Disk operating system
amaliasutalim
 
MS DOS
MS DOSMS DOS
MS DOS
yesenia2fuentes09
 
Disk Operating System ( D O S)
Disk  Operating  System ( D O S)Disk  Operating  System ( D O S)
Disk Operating System ( D O S)
MihalR
 
Disk operating system
Disk operating systemDisk operating system
Disk operating system
Raza Jaan
 
Operating system overview concepts ppt
Operating system overview concepts pptOperating system overview concepts ppt
Operating system overview concepts ppt
RajendraPrasad Alladi
 
Disk Operating systems
Disk Operating systemsDisk Operating systems
Disk Operating systems
alemay villegas
 
Disk operating system
Disk operating systemDisk operating system
Disk operating system
swati suman
 
Trabalho processadores vanessa
Trabalho processadores vanessaTrabalho processadores vanessa
Trabalho processadores vanessa
Vanessa Costa
 
DOS - Disk Operating System
DOS - Disk Operating SystemDOS - Disk Operating System
DOS - Disk Operating System
Meqdad Darweesh
 
Basic of Computer Motherboard
Basic of Computer MotherboardBasic of Computer Motherboard
Basic of Computer Motherboard
BESOR ACADEMY
 
Computer keyboard
Computer keyboardComputer keyboard
Computer keyboard
Cheneta Kenny Calvo
 
Secondary Storage
Secondary StorageSecondary Storage
Secondary Storage
py7rjs
 
COMPUTER Motherboard by jetarvind kumar madhukar
COMPUTER Motherboard by jetarvind kumar madhukarCOMPUTER Motherboard by jetarvind kumar madhukar
COMPUTER Motherboard by jetarvind kumar madhukar
ALLCAD Services Pvt Limited
 
Dos ckass nots
Dos ckass notsDos ckass nots
Dos ckass nots
dharmendra kumar
 
Operating system and its types
Operating system and its types Operating system and its types
Operating system and its types
vimal kumar arora
 
04 cache memory
04 cache memory04 cache memory
04 cache memory
Sher Shah Merkhel
 
Dos commad. by ammar nawab ppt
Dos commad. by ammar nawab pptDos commad. by ammar nawab ppt
Dos commad. by ammar nawab ppt
Ammar_n
 
Secondary storage devices by Neeraj Bhandari ( Surkhet.Nepal )
Secondary storage devices by Neeraj Bhandari ( Surkhet.Nepal )Secondary storage devices by Neeraj Bhandari ( Surkhet.Nepal )
Secondary storage devices by Neeraj Bhandari ( Surkhet.Nepal )
Neeraj Bhandari
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating System
Sayam Asjad
 
Monitor
MonitorMonitor
Monitor
daniieMS
 
Disk operating system
Disk operating systemDisk operating system
Disk operating system
amaliasutalim
 
Disk Operating System ( D O S)
Disk  Operating  System ( D O S)Disk  Operating  System ( D O S)
Disk Operating System ( D O S)
MihalR
 
Disk operating system
Disk operating systemDisk operating system
Disk operating system
Raza Jaan
 
Operating system overview concepts ppt
Operating system overview concepts pptOperating system overview concepts ppt
Operating system overview concepts ppt
RajendraPrasad Alladi
 
Disk operating system
Disk operating systemDisk operating system
Disk operating system
swati suman
 
Trabalho processadores vanessa
Trabalho processadores vanessaTrabalho processadores vanessa
Trabalho processadores vanessa
Vanessa Costa
 
DOS - Disk Operating System
DOS - Disk Operating SystemDOS - Disk Operating System
DOS - Disk Operating System
Meqdad Darweesh
 
Basic of Computer Motherboard
Basic of Computer MotherboardBasic of Computer Motherboard
Basic of Computer Motherboard
BESOR ACADEMY
 
Secondary Storage
Secondary StorageSecondary Storage
Secondary Storage
py7rjs
 
COMPUTER Motherboard by jetarvind kumar madhukar
COMPUTER Motherboard by jetarvind kumar madhukarCOMPUTER Motherboard by jetarvind kumar madhukar
COMPUTER Motherboard by jetarvind kumar madhukar
ALLCAD Services Pvt Limited
 
Operating system and its types
Operating system and its types Operating system and its types
Operating system and its types
vimal kumar arora
 
Dos commad. by ammar nawab ppt
Dos commad. by ammar nawab pptDos commad. by ammar nawab ppt
Dos commad. by ammar nawab ppt
Ammar_n
 
Secondary storage devices by Neeraj Bhandari ( Surkhet.Nepal )
Secondary storage devices by Neeraj Bhandari ( Surkhet.Nepal )Secondary storage devices by Neeraj Bhandari ( Surkhet.Nepal )
Secondary storage devices by Neeraj Bhandari ( Surkhet.Nepal )
Neeraj Bhandari
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating System
Sayam Asjad
 
Ad

Similar to Lect basic computer (20)

Dos commands
Dos commandsDos commands
Dos commands
suraj pandey
 
Dos commands new
Dos commands new Dos commands new
Dos commands new
suraj pandey
 
Lec05
Lec05Lec05
Lec05
A.S.M Shmimul Islam.
 
CMD Command prompts
CMD Command promptsCMD Command prompts
CMD Command prompts
Ahmed Hesham
 
Ms dos
Ms dosMs dos
Ms dos
Sumit Tambe
 
disk-operating-system.ppt c sdsommands cd
disk-operating-system.ppt c sdsommands cddisk-operating-system.ppt c sdsommands cd
disk-operating-system.ppt c sdsommands cd
TanyaMathur21
 
The MS-DOS File System.pptx
The MS-DOS File System.pptxThe MS-DOS File System.pptx
The MS-DOS File System.pptx
emsResulzade1
 
Ms dos
Ms dosMs dos
Ms dos
NICT
 
Msdos crash course
Msdos crash courseMsdos crash course
Msdos crash course
Devinder Prasad
 
PC Software - Computer Application - Office Automation Tools
PC Software  -  Computer Application - Office Automation ToolsPC Software  -  Computer Application - Office Automation Tools
PC Software - Computer Application - Office Automation Tools
zatax
 
Dos 16
Dos 16Dos 16
Dos 16
Muhammad Ramzan
 
Disk Operating System.pptx
Disk Operating System.pptxDisk Operating System.pptx
Disk Operating System.pptx
DrIrfanulHaqAkhoon
 
ICPS operating system and services Unit 3 Notes .pdf
ICPS operating system and services Unit 3 Notes .pdfICPS operating system and services Unit 3 Notes .pdf
ICPS operating system and services Unit 3 Notes .pdf
shubhangisonawane6
 
Disk operating system (DOS).PDF
Disk operating system (DOS).PDFDisk operating system (DOS).PDF
Disk operating system (DOS).PDF
RohitRoshanBengROHIT
 
disk-operating-system.ppt
disk-operating-system.pptdisk-operating-system.ppt
disk-operating-system.ppt
RatishKumar33
 
Dos prompt, types of commands .27 t028
Dos prompt, types of commands  .27 t028Dos prompt, types of commands  .27 t028
Dos prompt, types of commands .27 t028
myrajendra
 
Operating System - DOS.pptx
Operating System - DOS.pptxOperating System - DOS.pptx
Operating System - DOS.pptx
SIMNchannel
 
MICROSOFT DOS MUKUND
MICROSOFT DOS MUKUNDMICROSOFT DOS MUKUND
MICROSOFT DOS MUKUND
Mukund Trivedi
 
10 MS DOS and Its Commands.pptx .related to
10 MS DOS  and Its Commands.pptx .related to10 MS DOS  and Its Commands.pptx .related to
10 MS DOS and Its Commands.pptx .related to
perweeng31
 
Operating system and services
Operating system and servicesOperating system and services
Operating system and services
Sweta Kumari Barnwal
 
CMD Command prompts
CMD Command promptsCMD Command prompts
CMD Command prompts
Ahmed Hesham
 
disk-operating-system.ppt c sdsommands cd
disk-operating-system.ppt c sdsommands cddisk-operating-system.ppt c sdsommands cd
disk-operating-system.ppt c sdsommands cd
TanyaMathur21
 
The MS-DOS File System.pptx
The MS-DOS File System.pptxThe MS-DOS File System.pptx
The MS-DOS File System.pptx
emsResulzade1
 
Ms dos
Ms dosMs dos
Ms dos
NICT
 
PC Software - Computer Application - Office Automation Tools
PC Software  -  Computer Application - Office Automation ToolsPC Software  -  Computer Application - Office Automation Tools
PC Software - Computer Application - Office Automation Tools
zatax
 
ICPS operating system and services Unit 3 Notes .pdf
ICPS operating system and services Unit 3 Notes .pdfICPS operating system and services Unit 3 Notes .pdf
ICPS operating system and services Unit 3 Notes .pdf
shubhangisonawane6
 
disk-operating-system.ppt
disk-operating-system.pptdisk-operating-system.ppt
disk-operating-system.ppt
RatishKumar33
 
Dos prompt, types of commands .27 t028
Dos prompt, types of commands  .27 t028Dos prompt, types of commands  .27 t028
Dos prompt, types of commands .27 t028
myrajendra
 
Operating System - DOS.pptx
Operating System - DOS.pptxOperating System - DOS.pptx
Operating System - DOS.pptx
SIMNchannel
 
10 MS DOS and Its Commands.pptx .related to
10 MS DOS  and Its Commands.pptx .related to10 MS DOS  and Its Commands.pptx .related to
10 MS DOS and Its Commands.pptx .related to
perweeng31
 
Ad

Recently uploaded (20)

Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx
Samuele Fogagnolo
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx
Samuele Fogagnolo
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 

Lect basic computer

  • 2. 2 Disk Operating System (DOS(  In the 1980s or early 1990s, the operating system that shipped with most PCs was a version of the Disk Operating System (DOS) created by Microsoft: MS-DOS.  MS-DOS is a disk operating system for IBM PC–compatible computers.  In its day, it was easily the most popular operating system in the world.
  • 3. 3  As with any other operating system, its function is to oversee the operation of the system by providing support for executing programs, controlling I/O devices, handling errors, and providing the user interface.  MS-DOS is a disk-based, single-user, single- task operating system. These qualities make it one of the easiest disk operating systems to understand.
  • 4. 4  The main portions of MS-DOS are the IO.SYS, MSDOS.SYS, and COMMAND.COM files.  IO.SYS and MSDOS.SYS are special, hidden system files  The IO.SYS file moves the system’s basic I/O functions into memory and then implements the MS- DOS default control programs, referred to as device drivers, for various hardware components.  These include the following:  The boot disk drive  The console display and keyboard  The system’s time-of-day clock  The parallel and serial communications port DOS FILESDOS FILES
  • 5. 5 COMMAND.COM  The COMMAND.COM command interpreter accepts commands issued through the keyboard, or other input device, and carries them out according to the commands definition  When DOS runs an application, COMMAND.COM finds the program, loads it into memory, and then gives it control of the system. When the program is shut down, it passes control back to the command interpreter.
  • 6. 6 Popular DOS Versions  MS-DOS 3  With DOS 3.0, released in summer 1984, Microsoft continued to include additional DOS features and to support more powerful hardware. DOS 3.0 supported hard drives larger than 10MB, as well as enhanced graphics formats.  Three revisions—3.1, 3.2, and 3.3—provided additional innovations
  • 7. 7 MS-DOS 4  By 1988 it was apparent that the wave of the future was the graphical interface, and DOS 4 provided users with the DOS Shell, a utility much like the Windows File Manager. Actually, DOS Shell was simply a scaled- down version of Windows that allowed users to manage files, run programs, and do routine maintenance, all from a single screen. The DOS Shell even supported a mouse.
  • 8. 8 MS-DOS 5  There were several important features introduced in the 1991 release of DOS 5.0. First of all, the ability to load drivers into reserved (upper) memory was a relief to those people who were constantly running out of conventional memory. This feature allowed more complex DOS programs. Several software utilities made their debut. The most commonly used utility introduced at this time was EDIT.COM. Also added were QBASIC.EXE, DOSKEY, UNFORMAT, and UNDELETE.
  • 9. 9 MS-DOS 6  Released in 1993 to excellent sales, DOS 6.0 offered a number of new commands and configurable options. Another enhancement in DOS 6.0 was EMM386.EXE, which allowed the system to pool extended and expanded memory. DOS 6.0 has subsequently been revised a number of times. As of this date, DOS 6.22 is the most current MS-DOS version available as a stand-alone operating system.
  • 10. 10 The main functions of DOSThe main functions of DOS  DOS translate the command issued of the user in the format that is understood by the computer to execute it, also error message in the format for the user to understand.   Manage disk files,  Allocate system resources according to the requirement.  DOS provides features essential to control hardware devices such as Keyboard, Screen, Disk Devices, Printers, Modems and programs.
  • 11. 11
  • 12. 12 Loading of DOS  The system start-up routine of ROM runs a test called Power On Self Test (POST) which check whether peripherals connected to the computer are working or not & RAM memory.  The ROM bootstrap loader attempts to read the Boot record and if successful, passes the control on to it. The instructions/programs in the boot record then load the rest of the program.  The boot tries to load the DOS into the memory by reading the two hidden files IO.SYS, MSDOS.SYS, If these two are found, they are loaded along with the DOS command interpreter COMMAND.COM.
  • 13. 13 4.2COMPUTER FILES IN DOS  A file may contain a program or any other kind of information. DOS permits the user to assign a name consisting of two parts to a file - primary (a maximum of eight characters consisting of Characters, Alphabets, Number and Hyphen), and secondary names( should consist of three characters, which is optional) this two parts separated by a dot (.).  Using an extension is specified, using the complete name . Using extensions can be an excellent way of naming a file so that it can be identified easily.
  • 14. 14 Examples: Filename Primary Name Separator Secondary Name Employee Employee Employee.Exe Employee .Exe Employee.Dbf Employee .Dbf
  • 15. 15  DOS has a way of showing which disk drive is currently active. The floppy disk drives are assigned alphabets A and B, whereas the hard disk drive is assigned the alphabet C.  Ex: If your PC includes a hard disk, besides a FDD (Floppy Disk Drive), the drive names would be A and C. If the prompt is A, then it implies that the first floppy disk drive is active. Where as the DOS prompt would be C, if the hard disk is active. Data as well as instructions reside in a file stored in a disk.
  • 16. 16 4.3DIRECTORY STRUCTURE IN DOS  Directory is just like a file folder, which contain all the logically related files.  DOS files are organized in a hierarchical or an inverted tree-like structure.  DOS enables the user to organize the files in a disk into directories and sub-directories  A directory within another directory is called a sub- directory  Of course, there may be sub-directories of sub- directories, subsub.
  • 18. 18 4.4DIRECTORY COMMAND  The directory, the user is in at any point of time, is called the WORKING/PRESENT/CURRENT directory.  DOS indicates which directory you are in by displaying the directory's name in the command prompt.  For example, the following command prompt indicate that you are in the DOS directory: C:DOS>.  Knowing which directory is current helps you find files, and to move from one directory to another more easily.  Typically, the ROOT DIRECTORY () is the initial working directory. The entire specification of directory from root is called a PATH. By itself, the DIR command is applicable to the working/present directory. The names of the sub-directories at adjacent levels are separated by backslash (), while specifying the path to be followed while traveling to a sub-directory.
  • 19. 19 4.5USING PATH TO SPECIFY THE LOCATION OF FILES  A path is the route that leads from the root directory of a drive to the file you want to use.  For example , to access C:NOSLETTERNOS.LET  Where (C:) represent the drive the file is on , 1st () is the root directory. 2 nd () separates the NOS directory from the LETTER sub-directory . 3rd () separates the LETTER sub- directories from the file name, NOS.LET.
  • 20. 20 Internal File COMMANDS 1. Dir 2. Rename (Ren) 3. Delete (Del) 4. Copy 5. Type 7. Set Attributes (attrib)
  • 21. 21 External File COMMANDS ‫الصفحه‬ ‫تلو‬ ‫صفحه‬ ‫الشاشه‬ ‫على‬ ‫الملفات‬ ‫اظهار‬ ‫امر‬MORE ‫الطباعه‬ ‫الة‬ ‫على‬ ‫الملفات‬ ‫عناوين‬ ‫طباعة‬ ‫امر‬PRINT ‫الملفات‬ ‫خصائص‬ ‫تغيير‬ ‫و‬ ‫عرض‬ATTRIB ‫آخر‬ ‫فهرس‬ ‫إلى‬ ‫فهرس‬ ‫من‬ ‫ملف‬ ‫نقل‬MOVE ‫الفرعيه‬ ‫الفهارس‬ ‫و‬ ‫بالفهارس‬ ‫الملفات‬ ‫نسخ‬XCOPY NDELETE