Difference between disk operating system and windows operating system?

Look up terms here:

http://www.webopedia.com/

The main difference between a disk operating system (DOS) and a Windows operating system lies in their functionality, user interface, and level of complexity. DOS is a simple, single-user, command-line-based operating system, while Windows is a more advanced, multitasking, and graphical user interface-based operating system.

DOS, developed by Microsoft, was one of the earliest operating systems used primarily on personal computers before the advent of Windows. It operates by directly interacting with the hardware of the computer and executing commands through a command prompt. The user interface is character-based, requiring the user to type commands to perform tasks or access files and directories. DOS does not support multitasking, meaning only one program can run at a time.

On the other hand, Windows, also developed by Microsoft, is a more sophisticated operating system that provides a graphical user interface (GUI) along with multitasking capabilities. The GUI enables users to interact with the computer using a mouse, icons, menus, and buttons, making it more user-friendly and intuitive. Windows supports running multiple programs simultaneously, allowing users to switch between applications seamlessly. Additionally, Windows has a wide range of built-in features like networking support, device management, plug-and-play compatibility, and a rich software ecosystem.

To summarize, the key differences between DOS and Windows are:

1. User Interface: DOS uses a command-line interface, while Windows provides a graphical user interface.
2. Multitasking: DOS does not support multitasking, whereas Windows can run multiple programs concurrently.
3. Complexity: DOS is simpler and more straightforward, mainly focusing on executing basic commands, while Windows is a more advanced and feature-rich operating system.
4. Hardware Interaction: DOS interacts directly with the computer's hardware, while Windows abstracts hardware interactions through device drivers.
5. Software Compatibility: Windows has broader software compatibility as it is the dominant operating system, whereas DOS is limited to a smaller pool of applications.

To determine which operating system is currently running on a computer, you can check the desktop or taskbar for the Windows logo and window controls. Alternatively, you can open the command prompt and type "ver" or "winver" (for Windows) or "ver" or "date" (for DOS) command to display the version information.