DOS stands for Disk Operating System. Why is it named so?

AI Thread Summary
DOS, or Disk Operating System, refers to software that manages secondary storage devices such as floppy disks and hard disks, providing file system organization and access. The term "DOS" was coined to distinguish systems that utilized disks over older tape systems, emphasizing the advantages of faster access without the need for rewinding. Microsoft DOS, a specific implementation of DOS, was widely used until the introduction of Windows 95. While Windows operating systems also manage disks and can be considered disk operating systems, they are not the same as Microsoft DOS, which is why Windows includes a separate DOS command prompt for executing legacy commands. In early microcomputers, limited memory meant that the disk operating system was only loaded when necessary, allowing for basic disk operations otherwise. The term "abstraction" in this context refers to the way the operating system simplifies the management of storage devices, allowing users to interact with files without needing to understand the underlying hardware details.
jackson6612
Messages
334
Reaction score
1
DOS stands for Disk Operating System. Why is it named so? Does the 'system' drive 'disk', or the 'system' is operated using some 'disk'? I know I have it right but it could help you to understand what I'm trying to ask. Please let me know. Thanks.
 
Computer science news on Phys.org
jackson6612 said:
DOS stands for Disk Operating System. Why is it named so? Does the 'system' drive 'disk', or the 'system' is operated using some 'disk'? I know I have it right but it could help you to understand what I'm trying to ask. Please let me know. Thanks.

http://en.wikipedia.org/wiki/Disk_Operating_System
 
jackson6612 said:
DOS stands for Disk Operating System. Why is it named so? Does the 'system' drive 'disk', or the 'system' is operated using some 'disk'? I know I have it right but it could help you to understand what I'm trying to ask. Please let me know. Thanks.

DOS was invented to replace TOS, or, tape operating system. The term was coined to allow advertisers to tout that their systems addressed disks, rather than tape, the advantage being that disks did not need rewinding between read or write action.
 
Disk Operating System (specifically) and disk operating system (generically), most often abbreviated as DOS,refers to an operating system software used in most computers that provides the abstraction and management of secondary storage devices and the information on them (e.g., file systems for organizing files of all sorts). Such software is referred to as a disk operating system when the storage devices it manages are made of rotating platters, such as floppy disks or hard disks.

The Windows OS's also manage disks and software on them. The Windows OS's are in themselves software which need to be installed on disks. So, are the Windows also DOS's? If they are, then why does every Windows OS have a separate DOS "Command Prompt"?

In the early days of microcomputers, computer memory space was often limited, so the disk operating system was an extension of the operating system. This component was only loaded if needed. Otherwise, disk access would be limited to low-level operations such as reading and writing disks at the sector-level.

Could you please the above text?

In some cases, the disk operating system component (or even the operating system) was known as DOS. [Wikipedia]

Hi

It would really nice of you if you could help me with the above queries. My queries are in blue. Thanks.
 
Besides being a generic term, "DOS" is also the name of Microsoft's PC-based operating system that was used until Windows 95 was introduced. The DOS command prompt refers to that operating system, and allows one to execute the commands that were part of Microsoft DOS.
 
jackson6612 said:
Disk Operating System (specifically) and disk operating system (generically), most often abbreviated as DOS,refers to an operating system software used in most computers that provides the abstraction and management of secondary storage devices and the information on them (e.g., file systems for organizing files of all sorts). Such software is referred to as a disk operating system when the storage devices it manages are made of rotating platters, such as floppy disks or hard disks.

The Windows OS's also manage disks and software on them. The Windows OS's are in themselves software which need to be installed on disks. So, are the Windows also DOS's? If they are, then why does every Windows OS have a separate DOS "Command Prompt"?

In the early days of microcomputers, computer memory space was often limited, so the disk operating system was an extension of the operating system. This component was only loaded if needed. Otherwise, disk access would be limited to low-level operations such as reading and writing disks at the sector-level.

Could you please the above text?

In some cases, the disk operating system component (or even the operating system) was known as DOS. [Wikipedia]

Hi

It would really nice of you if you could help me with the above queries. My queries are in blue. Thanks.

Thanks, Red98.

Could you please also answer the other questions?

By the way, what does "abstraction" mean in this phrase "the abstraction and management of secondary storage devices"?
 
jackson6612 said:
Could you please also answer the other questions?
I'll answer what I can.
jackson6612 said:
So, are the Windows also DOS's?
It depends what you mean by "DOS". Yes, Windows is a disk operating system. No, Windows is not Microsoft DOS, the name given to the PC operating system that preceded Windows.
If they are, then why does every Windows OS have a separate DOS "Command Prompt"?
In that case, "DOS" refers specifically to Microsoft DOS, the PC operating system that preceded Windows. See my earlier Post #5.

"In the early days of microcomputers, computer memory space was often limited, so the disk operating system was an extension of the operating system. This component was only loaded if needed. Otherwise, disk access would be limited to low-level operations such as reading and writing disks at the sector-level."

Could you please the above text?
Your question is not clear, I think your sentence is missing a key word or phrase. If you're asking for an explanation or elaboration of the above text, then I don't know.

By the way, what does "abstraction" mean in this phrase "the abstraction and management of secondary storage devices"?
I don't know.
 

Similar threads

Back
Top