A function from A to B takes each point in A to a SINGLE point in B. A very simple definition, that's all you have to know. You haven't properly defined your function, i.e. which direction the mapping goes, so I am going to assume your mapping takes x to y.
y³=x is a function - Correct, y is a function of x, taking any x to its cube root
y=x³ is a function - Correct
x^4+y=0 is a function - Correct
-y+x^4=0 is a function - Correct
y=|x| is not a function - False. y is a function of x. Any x gets taken to |x|.
x=|y| is a function - False. Consider x = 1. There are TWO values of y which it maps to; -1 and 1, so it is not a proper mapping.
y=2x+3 is a function - Correct
y=8 is a function - Correct, anything gets taken to 8
x=-3 is a function - Correct, well, x is a function
In general, if you can rearrange it into the form y = ..., with no y on the right hand-side, then y is definitely a function of x. If you can't, then it will usually not be a function, but you still have to think about it.