| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

ICS File Organization

Page history last edited by Steve Sweeney 10 years, 1 month ago

It is your responsibility to keep your files organized and stored in the appropriate location(s).

 

File Location

 

In general, you will be working within your personal network space (P: drive).  When saving work, it is always safer to use the "Save As" command (under the file menu) and select the correct location.

Warning:  Some programs will try to use the C: drive (desktop computer) by default.  This may even work at first, but there are many ways to lose your work (switching computers, the computer is reformatted, sometimes just logging off).

 

Folder & File Structure

 

On your P: drive, you should create a folder for your current course:  ICS2O, ICS3C, ICS3U, ICS4C, ICS4U.

I usually recommend putting the numbers 00 in front, which ensures that this folder will always be at the time of your list.

In this folder, you will create additional files and folders for the various units of study throughout the course.  You have some choice in this, but it must be organized.

You may be required to demonstrate your file organization for a grade at various points throughout the course.

 

Below is a sample showing only some of the folders suggested for the ICS2O course.  As you can hopefully see, numbering the folders also helps keep them in the order you prefer (usually the order in which they were done in the course, but not always).

 

P:
├── 00 ICS2O
│   ├── 01 Programming in Scratch
│   ├── 02 Computer Hardware
│   ├── 03 Computer Security
│   └── 04 Programming in Turing
│       ├── 01 Input & Output
│       │   ├── 01 Exercises
│       │   ├── 02 Assignments
│       │   └── 03 Miscellaneous
│       ├── 02 Programs That Calculate
│       └── 03 Making Decisions
├── 00 ICS3U
└── 00 ICS4U

 

File History

 

Some exercises will be fairly simple, and you will complete them on your first try.  For more involved exercises, or assignments, you will likely need to make several revisions of the file.  Since we may want to see what we tried before, it is important to keep some sort of revision history of our files.  This is particularly important for programs, because we may change a program that works, break it, and need to see the previous working program to understand how to fix it.

 

There are various ways to preserve the history of your files.  The easiest use numbers or letters, plus a good file name, to keep track of changes.   Don't forget to use the correct file extension (.t for Turing, .java for Java) on each of your files.

 

For example, suppose we have a program that calculates student marks, and we are developing this program in Turing.  If we have been working on this for 5 days, we should have at least 5 copies, one for each day.  You may have more than 5 copies if you made several important changes in a day.  The general rule for revisions it to make a new revision each day, and also save a revision whenever you make a major change (usually this means you have gotten an important feature to work).

 

In P:\ICS3U\01 Programming in Turing\02 Programs That Calculate

MarkCalc01.t

MarkCalc02.t

MarkCalc03.t

MarkCalc04.t

MarkCalc05.t

 

 

Comments (0)

You don't have permission to comment on this page.