Consider the following short paragraph: On a computer with a single core CPU, attempting to program real concurrency between two processes (as opposed to apparent concurrency) is impossible, because the CPU can in actuality only do one thing at a time. To fake the user into thinking that more than one process is running at the same time, the CPU can, for example, switch back and forth between running each process very quickly. Choose one of the following statements about this paragraph: Group of answer choices It is all true It is all false Some of it is true, and some of it is false