nerdexam
(ISC)2

SSCP · Question #267

What is it called when a computer uses more than one CPU in parallel to execute instructions?

The correct answer is A. Multiprocessing. A system with multiple processors is called a multiprocessing system. Multitasking is incorrect. Multitasking involves sharing the processor amoung all ready processes. Though it appears to the user that multiple processes are executing at the same time, only one process is runni

Submitted by helene.fr· Apr 18, 2026Systems and Application Security

Question

What is it called when a computer uses more than one CPU in parallel to execute instructions?

Options

  • AMultiprocessing
  • BMultitasking
  • CMultithreading
  • DParallel running

How the community answered

(20 responses)
  • A
    90% (18)
  • B
    5% (1)
  • D
    5% (1)

Explanation

A system with multiple processors is called a multiprocessing system. Multitasking is incorrect. Multitasking involves sharing the processor amoung all ready processes. Though it appears to the user that multiple processes are executing at the same time, only one process is running at any point in time. Multithreading is incorrect. The developer can structure a program as a collection of independent threads to achieve better concurrency. For example, one thread of a program might be performing a calculation while another is waiting for additional input from the user. "Parallel running" is incorrect. This is not a real term and is just a distraction.

Topics

#Multiprocessing#CPU#Computer Architecture#Operating Systems

Community Discussion

No community discussion yet for this question.

Full SSCP Practice