What is instance level variables and methods?

what does it mean by instance level variables and methods?

Is instance variables are only meant for functions?

how different is it compared to the variable in the class?

what is actually static variables? could they be instance variables?