Please explain to me what a Boolean function is, and how do I make an expression.
If the statement states that $f=$"she is out of work" and $s=$"she is spending more", how can I write symbolically that ($a$) "Neither is she out of work nor is she spending more"?
Not generally speaking, a Boolean function is a function $f:Domain \rightarrow \{true,false\}$.
If you define $f$ as "She is out of work" and $s$ as "She is spending more" then (a) would be: $$\lnot f \land \lnot s$$