error running blink

I have windows 8.2 and a arduino starter kit when rinning the blink program it verify's fine then when i push up load it takes forever i get this message

Arduino: 1.6.5 (Windows 8.1), Board: "Arduino Uno"

Sketch uses 1,030 bytes (3%) of program storage space. Maximum is 32,256 bytes.

Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xf5

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xf5

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xf5

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xf5

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xf5

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xf5

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xf5

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xf5

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xf5

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xf5

Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.

I'm not a computer master or a complete noob i know i did my part right and im excited to learn more but i caint get past this please help.

Did you look at http://www.arduino.cc/en/Guide/Troubleshooting#upload?

Yes I've had a browse thru there and I still haven't found a solution

Have you already checked if under Device Settings a new COM Port appears when you connect your board?
Double check that and make sure that COMX matches with the one you had chosen under arduino IDE.

Check differnet version of arduino IDE.

USually above error comes when bootloader crashed or TX&Rx pins are occupied with sheild.

if bootloader crashed you need avr pocket programmer.

if you connected TX & rX line un plug it & then try to upload the code.

Read my recent thread here. In my case AMPS-N was right on the money, may or may not be your issue.

http://forum.arduino.cc/index.php?topic=339591.0