Hi,
I am very nervous that i got stuck in my very first problem 
"Not.hdl Chip Implementation".
actually i tried to implement this very code
CHIP Not {
    IN in;
    OUT out;
    PARTS:
    Nand(a=in,b=in, out=w);
}
and after loading, during comparison i got this very result

and also my output's value doesn't change.
So, please help me! whatever is the problem whether implementation problem or something else.....