I'm studying for CISSP exam and I've found a strange definition of multitasking
In computing, multitasking means handling two or more task simultaneously. In the past, most system did not truly multitask because they relied on the operative system to simulate multitasking by carefully structuring the sequence of commands sent to the CPU for execution. ... A single-core multi-tasking system is able to juggle more than one task or process at any given time.
A single core cannot be multitasking because it cannot process more than one task at given time...it usually performs a context-switching to simulate multitasking. It is more or less what was done by operative systems in the past (and now). So I don't unterstand the statemens above. Am I wrong?