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

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 name='da_head' post='1391839' date='Sep 10 2008, 05: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]

I'm 17. I'm in Lethbridge right now, but I am going to switch to UBC next year
 
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 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.
 
gotta love universities in NA.

I guess it'll get harder soon enough anyway. I hope...
 
I understand you.
That's one of the motives I dropped computer science (others being the crappy uni I was in and that I HATE computer science ^^)
 
[quote name='science' post='1391831' date='Sep 10 2008, 07:06 PM']I'm majoring in Computer Science[/quote]
...
 
[quote name='A4NoOb' post='1391846' date='Sep 10 2008, 07: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]

First thing i read and i can already see that this is a fail...This should be known by people through experience...
 
1st year in college you''l start from the basics so its easy, it will get harder as you advance but if you're a genius then it would be easy.
 
[quote name='Linkiboy' post='1392065' date='Sep 10 2008, 08:44 PM'][quote name='science' post='1391831' date='Sep 10 2008, 07:06 PM']I'm majoring in Computer Science[/quote]
...
[/quote]

What?
 
Oh god. Those notes sounded just like one of the class I took in college. I wanted to do something in computing so I took up what I assumed was a decent class.

"NOW WE WILL LEARN ALL ABOUT POWERPOINT PRESENTATION"

Cue me being miserable for 3 weeks before I dropped out. Even the bursary which is meant to be the study money didn't make me want to stay on.
 
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 name='Joe88' post='1392091' date='Sep 10 2008, 08:56 PM']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]

Thats what I was assuming it was going to be, getting into programming and stuff. But its fucking bullshit. Its a waste of time and money, and I can't drop it now. At least it will boost my average and give me credits.

I am being taught programming in my programming class (C++), which is one of the required courses for my major. This intro course wasn't required, though. But still, they shouldn't call it intro to Computer Science if it isn't
 
im only taking the intro in comps to get more credits and easy A to raise GPA :D
tomorrow we are taking apart and repairing comps XD
 
3/4 of first year subjects at Uni are like this... They assume you're completely ignorant and teach you the absolute basics in each subject.

Just take the high marks and move on to the harder subjects in the coming years. It all adds towards your degree.
 

Blog entry information

Author
science
Views
324
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...

Share this entry

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    but how did they go bankrupt?
  • Xdqwerty @ Xdqwerty:
    or rather, why?
  • K3Nv2 @ K3Nv2:
    I'm about to buy a $200 flash cart
  • Psionic Roshambo @ Psionic Roshambo:
    I think I have a 256GB card in my 3DS lol
  • Psionic Roshambo @ Psionic Roshambo:
    It's a New 3DS XL so it's still under warranty... If it ever breaks gonna make Nintendo fix it lol You said it was new.... For eternity!!!
  • Psionic Roshambo @ Psionic Roshambo:
    But my 3DS is loaded with emulators and 3DS games and DS games and GBA games probably thousands of games in total lol
  • Xdqwerty @ Xdqwerty:
    Brb going with my dad
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, are most of those games shovelware?
    +1
  • K3Nv2 @ K3Nv2:
    Nah gotta buy 3 1tb SD cards for 3ds the entire libraries need archived in my home
    +1
  • SylverReZ @ SylverReZ:
    >buys x3 1TB SD cards
    >stores the entire 3DS library on them
    >installs CFW
    >realised why I wasted loads of money and resources
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Lol no I clean my sets
  • K3Nv2 @ K3Nv2:
    Cause it's in my home ready to go
  • K3Nv2 @ K3Nv2:
    Like uremum
  • Psionic Roshambo @ Psionic Roshambo:
    But 100 games on SNES and Genesis and GBA then TG16 and NES and GB and GBC then all the other random systems and arcade games it all adds up lol
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Virtual Boy alone has probably 5 games!!! Lol
    +1
  • K3Nv2 @ K3Nv2:
    I won't mention any names in chat but some of us wastes $300 on preloaded hdds :tpi:
    +1
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, The PS5 had none.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Lol I spent more than that on a stuffed 4TB drive lol
  • K3Nv2 @ K3Nv2:
    Honestly I've yet to fill the 1tb internal drive on my ps5
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, 1) except final fantasy 16. 2) why would I have a console's whole catalogue if most of the games are either shovelware or terrible games?
  • Psionic Roshambo @ Psionic Roshambo:
    Kind of a waste, but the allure of all those games over 100,000
  • Psionic Roshambo @ Psionic Roshambo:
    Some shovel ware with low ratings you might enjoy more than the ratings would sugest
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Cruisn on the Wii is one of my personal examples of that, it's considered one of the worst games of all time, I loved it and completed it several times.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    The trick for me was to go into the settings and crank up the Wiimote sensitivity to the max and it gets twitchy but you can win that way lol
  • Psionic Roshambo @ Psionic Roshambo:
    Lots of other games I enjoyed that reviews would say otherwise lol
    Psionic Roshambo @ Psionic Roshambo: Lots of other games I enjoyed that reviews would say otherwise lol