Skip to main content

What is the Disk operating system on a computer?

credit: third party image reference

Introduction

DOS is an Operating system. It works as an interpreter. We give English like commands and it converts it into machine language and after processing the information, returns the results to you in English. MS-DOS consists of four essential programs and set additional utilities. Components of MS-DOS consist of essentials programs and set of additional utilities. For main programs are boot Record, IO.SYS, and COMMAND.COM.

credit: third party image reference

Internal Commands

Their commands are also called memory-resident and these are automatically loaded into the computer's memory during the booting process. They are actually included in the command.com file. So these commands are executable immediately after getting the dos prompt.

External Commands

These Commands are called DIsk-Resident Commands. These Commands are meant for a special purpose. These are found in separate files on Hard Disk or Floppy Disk so that they don't typically consume valuable memory space. They are loaded into memory only when called.

credit: third party image reference

Formatting a Diskette

Be sure you only format floppies or Removable drives! Never format your C: drive when doing these lessons else you will lose everything on your hard drive!! You use the FORMAT command to format a diskette. We did that in our previous lesson.

Types of Files

A file has two parts; first is the name of files and the second is an extension of files. Name is an option and usually given by the user but sometime it may use with the default name. but extension defines the file type.

credit: third party image reference

Folder

A folder is a place or container which is used to store or contain files. A folder an icons picture in default but you can even change the icon of a folder. A folder has no its own size. It is measured with the size of its own files contained inside. A folder is created by a user or by a system, for example, a folder you create at the desktop or anywhere else in the computer is called user-defined folder or icon whereas a folder which comes automatically when the operating system is installed or configured like my computer, Recycle Bin, My Documents etc.

Comments

Popular posts from this blog

The Most Popular Web Browsing Software.

credit: third party image reference Microsoft Internet Explorer Microsoft Internet Explorer is a web browser developed by Microsoft Corporation. This browser software is found on the Windows operating system installed with the operating system in default. This is treated as the windows components used to navigate and browse the web contents. The latest version of  Microsoft Internet Explorer  is version 10.0 is most popular used across the globe. credit: third party image reference Netscape Navigator It is another web software program used to browse and navigate the web contents. It is developed by Netscape Corporation. It does browse the internet in most of the operating system like Like, UNIX, Windows operating system etc. It is not associated with any single operating system. It can be downloaded from its official website. credit: third party image reference Mozilla Firefox Mozilla Firefox is the most popular browser software used nowadays. It is very user-friendly browser ...

What Are Web Design and Web Programming?

In order to be a web designer, you need to know what web design is. Once you learn more about this subject, you will be able to tackle any problem that comes your way, like how to create an SEO friendly website or developing a website for mass distribution. Web design consists of graphic designing and web scripting. These two are a combination of technical and creative skills. Graphic designing is the application of design in the field of web design. Web scripting is another term for programming that can be used in the design of a website. It is the software that is used to interact with a web server and makes it run. Web programmers use JavaScript to execute the designs of the web page, to make it interactive. Web designing is the process of creating a website and web design is the actual structure, appearance and content of the website. Although web programming is also a part of web design, the two do not necessarily go hand in hand. However, it is better to find out about web design...

What are the number system in a computer.

What are the number system in a computer. Number system There is base or radix that used distinct symbols for digit. Numbers are represented by a string digits symbols. For example Binary 0,1 and base is 2. Decimal 0, 1, 2...9 and is 10. Octal 0,1,2...7 and base is 8. Hexadecimal 0, 1, 2...9, A, B, C, D, E, F and base is 16. credit: third party image reference Binary Number System It is a number system which base or radix is only 2. As its name implies it supports only two numbers namely 0 and 1. Any value in this number system is represented like this (1000)2. Here base 2 shows that it is a binary numbers system. credit: third party image reference Decimal Number System The number system that we use in our day-to-day life is the decimal number system. Decimal number system has base 10 as it uses 10 digits from 0 to 9. In the decimal number system, the successive positions to the left of the decimal point represent units, tens, hundreds, thousands and so on. Each position represents a ...