The random variable $X$ has the probability density function $f_X(x)$ represented
in the figure

How can I find the $F_X(x)$ (distribution function)? And how can I find the value of $C$ when $P(|X|\le 0.5) \ge C$?
On
In general, to find the CDF $F_X(x)$ given the PDF $f_X(x)$, you should integrate: $$ F_X(x) = \int_{-\infty}^x f_X(t) \,dt. $$ In this case, $f_X$ is a piecewise function defined separately for $x<-1$, $-1 \le x < 0$, $0 \le x < 1$, and $x \ge -1$. So you have to integrate separately on those intervals:
Another way to phrase it is that if we have intervals $(-\infty,-1) \cup [-1,0) \cup [0,1) \cup [1,\infty)$ on which $f_X$ has different definitions, we:
The idea is that on every interval, $F_X(x)$ should be the whole probability of the previous intervals, plus some portion of the probability of the current interval.
Finally, to find $\Pr[|X| \le 0.5]$ or $\Pr[-0.5 \le X \le 0.5]$, we can take $F_X(0.5) - F_X(-0.5)$.
Integrating the triangular density you will easy find
$$ F_X(x) = \begin{cases} 0, & \text{if $x<-1$} \\ x+\frac{x^2}{2}+\frac{1}{2}, & \text{if $-1\leq x <0$} \\ x-\frac{x^2}{2}+\frac{1}{2}, & \text{if $0 \leq x <1$} \\ 1, & \text{if $x \geq 1$} \end{cases}$$
To calculate the requested probability
$$\mathbb{P}[|X|>0.5]=0.25$$
it is immediate to calculate the area of the two triangles in the tails (you will do it by mind, without any complicate calculation)