Wednesday, October 28, 2009

follow the mouseeee.

i did the follow the mouse tutorial before. soo... basically i did...
first i chose a thingy.. sprite thingy. a cat.
then... i made the code thingy.
which is....
and then... yeah. when the green flag thingy is clicked, then the cat or whatever follows the mouse. =]

Monday, October 26, 2009

windows 7

i'm so not bothered doing work =="
it's so quiet .... why are we working in silence....
anyway... i guess i have to do the work anyway =="

1. What versions is Windows 7 available in?
Starter, Home Premium, Professional, Ultimate, OEM, and Enterprise.

2. Describe some of the features of the new task bar.
They use large easy-to-see icons which makes it easier for people with touch screens.

3. What are jump lists and how will they be useful?
Jump lists make it easier to get to recently opened documents. If you have opened the internet, jump lists will open up recently viewed websites.

4. How can one quickly size two windows to fill the desktop side by side?
Drag a program window to the left and one to the right, and it will automatically resize the windows to equal size so it fills the desktop.

5. Research and describe the 9 multi-touch gestures that Windows 7 uses.
ummm... i'll answer that later.

6. What is XP mode? What users would find this feature most useful? Would it be useful?
XP mode creates a virtual environment, where you can access programs that haven't been updated to be able to use in Windows 7.

7. What feature related to removable drives has Windows 7 removed in a bid to increase security?
i can't find the answer.... T___T wait. i found it.
They will no longer Autorun removable hard drives and USB keys. This will kill off malware infections and increase security.

8. What are the minimum hardware requirements for Windows 7?
The minimum hardware requirements for Windows 7 is:
Processor - 1 GHz
RAM - 1 GB (32-bit) 2 GB (64-bit)
Support for directX 9 graphics device with 128 MB of memory
HD - 16 GB (32-bit) 20 GB (64-bit)

9. What observations does the article offer regarding performance for Windows 7?
Windows 7 feels faster than Vista and Windows XP, but it is actually the slowest out of the three systems.

Friday, October 23, 2009

scratch tutorials

okay... i started off with the change color tutorial.
the tutorials are pretty easy,
for this one, all you do is choose a sprite thingy.
then you make the code. which is.... when space key pressed (or any other key), the sprite changes the colour effect by 25. i dont know what the 25 is for.... but it changes the colour anyway. i think you can change the number and theres a more variety of colours to change from?
well anyway.... i just forgot what i was gonna write... =="
the bell is gonna go soon... wait.. its supposed to go. but there are no bells . haha

Wednesday, October 21, 2009

flowcharts

a flow chart is a diagram. which presents an algorithm.

this flowchart is about software development.


you start the process with the designing of the software. then you move on to the coding which you then test.
you will then check if there are any errors in the design or the coding. if not, then the software is complete.
if there are errors, you will then have to check whether the errors are from the design or the coding. if it isn't a design error, then you must go back before the coding and work from there.
if it's a design error then you have to go back to the start and the process keeps going.









this next flowchart is something about temperature.

when it starts, it reads the temperature.
then it starts the desicion making. if the temperature is below 32, then it prints "below freezing" .
if the temperature isn't below 32, then it prints "above freezing". then the flowchart ends.













the last flowchart is about some switch.


it starts off by asking, is the switch on?. if it isnt it goes back to the beginning until it is turned on.
once it is on, the LED should be turned on. then it starts the timer.
then it asks another question - has 1 second expired?.
if it hasnt, then it goes back to just after the starting of the timer.
if it has, then you turn off the LED, then reset the timer, and the flowchart finishes.

Tuesday, October 20, 2009

creating computer programs.

it's the second day of the last term... i'm so tired ==" i didnt want to wake up this morning.
anyway.... definitions..

1. algorithms - this is the thing used to complete something on the computer. it tells the computer what to do, the way you want to, and how it's going to do it.

2. pseudocode - kind of like the shortcut to describing a computer program.

3. machine language - programming language where instructions are in binary code of the computer.

4. high level comupter language - something like C, Fortran and Pascal ? these are considered high level because they are closer to human languages and not machine languages.

5. flowchart - these are used in complex situations. example; used in a programming code or troubleshooting a computer.

6. flowchart symbols used for :
~ beginning and ending a set of instructions - ovals or rounded rectangles
~ decision making - a diamond looking thing
~ a process or action - a rectangle.