I'm Computer Science student and I'm having a hard time understanding this task:

Answer is:
Va for DC = 0V, Va for AC = -1 - 3j
Vb for DC = 4.8V, Vb for AC = 1 - 1j
I have a couple of questions considering this circuit:
- What does "voltage at a point" mean. I'm used to calculating node-voltage, voltage over capacitor/resistor etc. but how to find voltage at a point? Should I choose a reference node and calculate node voltage in some way or is it some difference of voltage between a resistor and capacitor?
- Is there a difference in calculations between regular DC voltage source and Vcc source?
- I planned to use superposition to find required voltages. Is there a possibility of simplifying this circuit before superposition? Is it the best method?
It would be great if someone showed me how to solve it step by step.
Edit: Thank you a lot, now this task seems much clearer. However I'm still having some problems with calculating voltage over A and B for AC.
My solutions for DC matched with answers above, but I don't know if my calculations for AC are wrong or answers are false.
Calculations:
Total impedance: Ztot = R1||R2 + 1/jwC + Rg =>
(24k * 12k)/(24k + 12k) + 1/(j * 100 * 10^-7 * 6.28) + 8k = 16k - j16k[Ohm]
Voltage at B = voltage divider over R1||R2: VB = (R1||R2)/Ztot * Eg =>
8k/(16k - j16k) * 4 = 1 + j [V]
Voltage at A = voltage at B + voltage divider over capacitor: VA =VB + (1/jwC)/Ztot * Eg =>
(1 + j) + (-j16k)/(16k - j16k) * 4 = (1 + j) + (2 - j2) = 3 - j [V]