not in sync

New to arduino ...trying my first blink led code but can't really understand the error. why not in sync? i even tried the reset button.
kindly help.......
below is the displayed error:

Arduino: 1.8.5 (Windows 7), Board: "Arduino/Genuino Uno"

Sketch uses 926 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x20
An error occurred while uploading the sketch

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

Select the Board: "Arduino Genuino Uno"
Select the right Port:

I got not in sync errors which were fixed by removing wires at pins D0 D1 (Tx Rx) because those particular pins seem to be linked to the usb-serial used to upload.

Check for you :
Do you get a small green light when you power it from usb ?

ad2049q:
I got not in sync errors which were fixed by removing wires at pins D0 D1 (Tx Rx) because those particular pins seem to be linked to the usb-serial used to upload.

On certain boards they are (not: seem to be :wink: check the schematics). On boards with native USB support (e.g. 32U4 based), those pins don't interfere with the USB.