A Quick and Simple DOS Tutorial
A Quick and Simple DOS Tutorial
Intermediate Standard 1 Assignment 3 Value: 75 points for standard INT1 this assignment is part of the standard What you should learn: Basic components of the MS-DOS operating system. Common commands that are routine to the operating system. Utilities that come with the operating system that can keep your system tuned up. How you will learn it: Reading: Carefully read the text below under Basic Instruction Research: Use your favorite search engine on the internet to find information. Instruction: Your teacher or another student will instruct with mini-lessons periodically. Peer Instruction: You will teach others about the standard. How you will show your mastery of the standard: To demonstrate your mastery: 1) Answer the following questions with enough detail so you can perform the task if asked. 2) Prepare to be tested by practicing each of the concepts where applicable. (remember, dont change your system permanently.) 3) Teach a formal mini-lesson with at least two other students in attendance 4) Cut and paste the question and answer portion of this standard and submit it. Be prepared for an oral or hands-on quiz at the time of submission.
Basic Instruction:
What is DOS?
MS-DOS is a "Disk Operating System". That means it is simply: "a System for Operating the Computer from a Disk", (but MS-SOCD doesn't sound as nice). In practice however, just as Windows does more than just print windows, DOS does more than just operate the disks: It enabled the user to organize data files, load and execute (run) program files, and control the input and output devices attached to the computer. There were other historical brands of DOS besides the most well known "MS-DOS", ie: PC-DOS, DR-DOS/OPENDOS. Generally speaking, they all functioned in the same way, especially at the most simple level. Most current
operating systems still use disks (hard disks) but have dropped the D from DOS, and its now called just Operating System (OS).
What is Booting?
To run DOS on a computer, it should be the first program to be executed when the computer is switched on. This led to a problem for the designers: "How can DOS be loaded and executed when there is no DOS program running to load and execute *it*??!!". Well, just as the fictional Baron Munchausen managed to pull himself up by his own bootstraps, the computer manages this seemingly impossible trick, and the term "bootstrapping", or "booting up" is applied to this process. Okay, so it really isnt impossible just remember booting is the initial process of loading and executing the operating system on the computer.
A directory path name includes the disk drive and all subdirectories needed to specify a directory on a disk. The disk drive is specified by a single letter. Eg: The floppy disk drive is A and the hard disk drive is C. The drive letter, is followed by a colon, the directory path names are separated by backward slashes (\), (*Not* forward slashes like Internet addresses). Eg. In the above example "A:\PICTURES\HOLIDAY\FRANCE" would be more than likely to contain pictures of a few baguettes and onions.