University Is Too Easy

I'm majoring in Computer Science, and this is my first year. I figured I should take the 'Introduction to Computer Science' course. I didn't think it would be so fucking easy. Its stupid how easy it is. Here is the lab we had to do today.

You don't have to read it all, just lightly skimming it is enough to see how retarded it is.

Last day to add/drop classes was yesterday. I'm stuck in this piece of shit class till January. At least I get to leave the lab after I finish the project (2 minutes). At least it is going to be an easy A+
CS1000
File Management Lab Experience


Goals
By the end of this lab experience, you should have achieved the following goals: an understanding of where files are stored when they are saved
Terms
By the end of this lab experience you should be familiar with the following terms: <li>network drive <li>local drive <li>select <li>open <li>click <li>double click <li>right click <li>contiguous select <li>non-contiguous select
Instructions
  1. Selecting
    1. Using the left mouse button click ONCE on an icon on the desktop. You have now selected this icon. Select a different icon. When you select a different icon whatever you had selected before is deselected.
    2. Click the mouse above an icon and then holding the mouse button down move the mouse to create a box around 3 icons. Release the mouse and you will see that all 3 icons are selected. Drag them around to see that you can move them. Now right click anywhere on the desk top and choose Arrange Icons By and then Auto Arrange. The icons should be neatly arranged on your desk top again.
    3. Select an icon in the upper left hand corner of the desktop. While holding the shift key down click on an icon near the bottom of the desktop. Both icons you clicked and all those between them are now selected. This and the previous method of multi selection are contiguous selects, that is, all objects between the first and the last object are also selected.
    4. Select an icon in the upper left hand corner of the desktop. While holding the control key, down click on an icon near the bottom of the desktop. Both icons you clicked but not those between them are now selected. This method of multi selection is a non-contiguous select, that is, objects between the first and the last object need not be selected.
    5. Double click on My Computer. Double clicking opens folders and files.
    6. There are three buttons in the upper right hand corner of the window.
      1. Click on the first button. This is the minimize button. The window disappears BUT it is not closed. There is a button on the task bar (the bar along the bottom of the desktop) that corresponds to the window you just minimized. Click the button on the task bar to restore the window.
      2. Click on the second button. This is the maximize/restore button. When a window is not filling the entire area available to it you can maximize it by clicking this button. When a window is maximized the second button changes to one that will restore the window to its original size.
      3. Click on the third button. This is the close button. It closes the window. When used on a program window it usually exits the program.
    7. Right click on My Computer then choose Open from the menu. This is another way of opening folders and files. In general, right clicking on objects will give you a menu of appropriate options for that object.
    8. Make sure the window is not maximized. Point to the lower right hand corner of the window. A double headed arrow should appear, drag the corner up and to the left to make the window quite small. This is a resize corner. When the window is small scroll bars should appear on the right side and bottom of the window. Click on the arrows at either end of the scroll bars. Click to one side then the other of the bar. Drag the bar.
    9. Inside the My Computer window double click on the P: drive icon (Your P:/ drive may be labeled personal on ulfiles or datafiles/username). Minimize the window. Double click on My Computer. Restore the minimized window. When working on future lab experiences it is often helpful to resize your windows so that you can read and do work at the same time. This prevents you from having to shuffle back and forth. Right click on the taskbar at the bottom of the desktop and choose either Tile Windows Horizontally or Tile Windows Vertically.
    You now have tried 4 selection methods, 2 opening methods and have done some window resizing. These methods will allow you to manage the windows you are using onscreen.
    Now close the My Computer window.
  2. Files & Folders
    1. Right click on Start then choose Explore. A new window appears. Click on My Computer. You now have another way of manipulating files on My Computer.
    2. You can see all the drives that are available to you. Notice that the icon for some of the drives have a wire attached to the bottom of them. This indicates that these are network drives. In particular, your P: (personal) and W: (webspace) drives are network drives. The hardware that supports network drives is not in the machine in front of you. In fact, in this case it is on the 5th floor in a room in D section. The drives without the wire are local drives. C: and D: are local drives. The hardware for the local drives are in the machine in front of you. If there are network problems the local drives will not be affected but the network drives may be unavailable.
    3. Click in the "+" on the P drive. This will show you if you have any folders created. Click on the icon next to the "+" for the P drive. This opens the P: drive space available to you in the right side of this window. Right click in the P: drive window then choose New - Folder. Type CS1000. You have just created a folder called CS1000. Create some more folders in your P:\ drive, name them Graphics, Word, Presentations, SpreadSheets, MysteryApp, LOGO and Scratch.
    4. Drag these newly created folders into CS1000. Do you remember how to select all of them at the same time? What happened? They became sub folders for CS1000. CS1000 now has a '+' sign in front of it and when you click it you will see all the sub folders.
    5. Create a folder called Junk inside the CS1000 folder on your P:\ drive. Now drag it onto the desktop (not into the desktop folder). You should see it on your desktop. This created a copy of Junk, but it did not remove it from the P:\ drive.
    6. What is a folder?
      1. A folder is a file in which the addresses of other files are stored. Thus a user need not know how or where a file is actually stored on a particular disk, you only to know where to look it up. For convenience we say a file is in a particular folder even though it might be anywhere on the disk.
      2. Where were the folders being dragged?
        When the new folders were dragged onto CS1000, you were not actually moving them. They remained on the P: drive. We only inserted the addresses of the folders into the CS1000 folder. When you dragged JUNK onto the desktop, the folder had to be created on the C:\ drive; that is, you actually created a new folder. The old folder still exists on the P:\ drive and therefore is still listed in the P: drive folder.
        Thus, any time you move a file or folder from one drive to another a copy is made. Changes made to the copy do not affect the original and visa versa. This also explains the role of a shortcut. A shortcut is a copy of a file's or folder's address.
    7. Right drag Junk onto the desktop. When you right drag a menu appears allowing you to choose which you would like to do: move, copy, or create a shortcut. If you choose to move a file or folder from one drive to another it will no longer be on the drive it came from. If you copy the file or folder from one folder to another on the same drive there will be two copies of the file. If you create a shortcut to another disk the shortcut will only work when that disk is available to the machine.
      On the lab machines when you save or put something on the desktop it is copied into a folder called desktop in your P: drive so that you will not lose it when you log out.
    8. Drag both Junk folders to the recycle bin on the desktop. Now double click the recycling bin. The bin is empty!
      Normally, when you drag a file from any drive other than the C:\ drive (the hard drive of the machine you logged into) it will be deleted rather than moved into the recycle bin but when you drag a file on the desktop or anywhere else on the C:\ drive to the recycle bin it is moved to the bin. However, on the lab system all of your files are actually stored on the network drive even those that appear to be on the desktop. Thus all files dragged to the recycling bin, when you are on one of the lab machines, will be deleted rather than moved to the recycling bin.

Comments

As has been mentioned, intro classes are all easy. They want you all to be on the same level when it gets harder. You will be loving those classes when it gets hard - and I'm sure its hard at somewhere like MIT.

For example, I majored in Asian Studies (which was kind of a joke) but I had a Japanese minor - slept through Japanese 101 but Japanese 401 was one of the hardest classes I have taken and done decently in (B). Since all of that counted for my AS major too I was glad to have my earlier grades buffer the last one.
 
[quote name='da_head' post='1391839' date='Sep 10 2008, 03:08 PM']r u 18 as well? i'm also in my first year. i'm at schulich (york business school) in toronto. where u at?
and trust me, uni is effin easy now, but wait till mid terms come...then it's GG[/quote]

Pretty much sums it up haha. I thought it was easy until I started slacking off that got slammed by midterms. I have some friends that are in shulich and already graduated from schulich. People in schulich are always looked so highly of 'cause it's always the 90+ students that get in lol. I'm one of the people that always go "whoa, you're in schulich" in my mind.


Just to let you know though Science, I'm not sure how the Unis work outside of Ontario work but.. it's standard to give classes a C average in Ontario. They are only allowed to give certain amount of A's and B's. Usually a C average means you're pretty much at average level.. They use this system so they can compare universities. So, it might be easy now, but if there are others that find it even easier (if that's possible..) they may steal that A from you in the end. :P
 
[quote name='science' post='1391853' date='Sep 11 2008, 12:12 AM'][quote name='A4NoOb' post='1391846' date='Sep 10 2008, 05:10 PM']
Using the left mouse button click ONCE on an icon on the desktop. You have now selected this icon. Select a different icon. When you select a different icon whatever you had selected before is deselected.

This is a joke right?
[/quote]

I fucking wish. This is from the lab. I'll type out the notes that I took in my lecture today

Desktop: The image displayed on the monitor when a PC starts up

I stopped taking notes there.
[/quote]
why did you take notes on the first place??

These stuff are... like... innate!

[quote name='kikuchiyo' post='1392147' date='Sep 11 2008, 04:46 AM']As has been mentioned, intro classes are all easy. They want you all to be on the same level when it gets harder. You will be loving those classes when it gets hard - and I'm sure its hard at somewhere like MIT.

For example, I majored in Asian Studies (which was kind of a joke) but I had a Japanese minor - slept through Japanese 101 but Japanese 401 was one of the hardest classes I have taken and done decently in (B). Since all of that counted for my AS major too I was glad to have my earlier grades buffer the last one.[/quote]
well what else can you learn on computer science?
If science's course does not have any programming involved, the next semester will be like exploring the macintosh
or maybe deleting a program, formatting a drive, or using the internet.
and THEN, the macintosh.
 
The word university kinda got raped over the years... It means MIT and at the same time shit like you have to do now. Although I do think things will get a bit harder then your doing now :P
 
[quote name='Anakir' post='1392205' date='Sep 10 2008, 10:32 PM']well what else can you learn on computer science?
If science's course does not have any programming involved, the next semester will be like exploring the macintosh
or maybe deleting a program, formatting a drive, or using the internet.
and THEN, the macintosh.[/quote]

Nah, this wasn't a required class by my program. I am taking programming class as CPSC 1620 right now, and my intro course is CPSC 1000. I'm currently learning C++
 
[quote name='Anakir' post='1392205' date='Sep 10 2008, 10:32 PM']Just to let you know though Science, I'm not sure how the Unis work outside of Ontario work but.. it's standard to give classes a C average in Ontario. They are only allowed to give certain amount of A's and B's. Usually a C average means you're pretty much at average level.. They use this system so they can compare universities. So, it might be easy now, but if there are others that find it even easier (if that's possible..) they may steal that A from you in the end. :P[/quote]

I don't think my school works on the Bell Curve, I haven't heard anyone say that, and all my course outlines just list

95-100% A+
90-95% A
85-90% A-

etc.
 
[quote name='Joe88' post='1392091' date='Sep 11 2008, 12:56 AM']this seems more like a Intro into Computers and Computer Technology course rather then an actual Intro into Computer Science (which almost always contains programing weather it be C/ C++/Java/Basic/ect...)

I took an Intro in CS course last year (also CS major XD )
and we did C++, in Visual Studio 6.0[/quote]

AFAIK, Intro to CS is basic programming.. I'm also a CS major and the closest I had to what science described was a class were I learned to use Linux (my university had only open source stuff :) ).

Well, it should get harder when you start to see stuff like Graph Theory and Discrete Math :P
 

Blog entry information

Author
science
Views
322
Comments
56
Last update

More entries in Personal Blogs

More entries from science

  • More Poems
    I've been feeling inspired... I'm not sure what it is. But I've been...
  • Warm Pizza
    Tonight, I was in Kensington picking up pizza for a poker game at my...
  • A poem I wrote
    I don't write poetry, ever. But this just came to me, and I felt like I...
  • I bought a PS3
    So I bought my friend's PStriple off of him. It has a broken blu-ray...
  • I am too old for this, but...
    Yeargh random rant about girls thread. Long, long story short, my long...
General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: @K3Nv2, Mario Moonlight exists?