88.1k views
4 votes
Which is true of sequential computing?

a


There are multiple processors running at the same time.


b


Tasks are completed in a random order.


c


It can be easier to locate errors in programs using this processing method.


d


This system is fault-tolerant.

1 Answer

4 votes

Answer:

C.

Step-by-step explanation:

Sequential computing executes tasks in a sequential order, allowing for easier error locating in programs.

User SriDatta Yalla
by
7.9k points