ECS 15 -- Fall 1997 -- © Nancy E. Reed, 1997

Laboratory 1 Notes
File systems
The DOS and Windows95 Operating Systems

Readings:

Objectives

The objectives of laboratory 1 include understanding the following concepts:

The DOS File System

This lab is designed to introduce you to how computers store data and what kinds of basic commands are available to access and/or modify data stored. Data is stored in computers as files which are in one or more directories and on some physical device, typically a hard disk, floppy disk, or CD-ROM.

Files can contain data in many different formats, including plain text, executable programs, Microsoft Word wordprocessing files, WordPerfect wordprocessing files, Excel spreadsheet files, foreign language documents, and many, many other formats. You will start to learn about different file formats in this lab and continue to learn more about them as the class progresses. Knowing the format of a file is important, because if we know what type it is, we can view the contents in a way that makes sense, and do other things like modify or print the file, or make a copy of it to use on another computer - even one using a different operating system that stores files in a different manner!

The Windows95 operating system

Microsoft Windows95 is an operating system with a graphical user interface (GUI). The predecessor of Windows95, Windows 3.1, also provides a GUI, but runs under the DOS operating system. A GUI allows computer users to interact with the computer via icons (small pictures displayed on the computer monitor) that represent items in the computer. This is in contrast to text-based interfaces such as DOS, where interaction takes place via typed in commands. Both Windows 3.1 and Windows 95 are sometimes also called operating environments.

Windows 95 is installed in the PC labs on campus. After you login, you are in Windows95. (On a system with Windows 3.1, it is started by typing win at the DOS prompt.)

In this lab and the next, you are introduced to a few of the capabilities available under Windows95. In the next few labs, you will be using an editor (Notepad), a wordprocessing program (Word) and a spreadsheet program (Excel) that run under Windows. Notepad comes with Windows95, as does the ability to create a DOS box and run DPS programs. Word and Excel are applications programs sold by Microsoft Corporation and are included in the Microsoft Office package. Some applications included with Windows 95 include:

DOS File management commands (you should know)

Learn how to use the following DOS commands for file management:

Review

Terms

Abilities

You should know how to accomplish the following in both DOS and Windows95 after completing lab 1. You should also be able to explain all of them in sufficient detail to another person that they could also do them.

Go to the index of lectures for ECS15 - Fall 1997 .

Go to the homepage for ECS15 - Fall 1997 .

© Nancy E. Reed, 1997 -- nereed@ucdavis.edu