What determines bytes per second a computer can process?

AI Thread Summary
The amount of data a computer can process per second is influenced by several key factors, including CPU speed, CPU word size, memory speed, bus speed and size, threading capabilities, and ALU speed. These elements play a crucial role in determining processing efficiency, particularly in specialized tasks like image processing in robotics. In such contexts, the amount of input/output (I/O) processing required also significantly impacts overall data handling capabilities. Understanding these factors is essential for optimizing performance in applications that involve real-time data processing, such as visual systems in robots.
Tabaristiio
Messages
61
Reaction score
2
What are the factors which determines how many bytes / kilobytes / gigabytes of data a computer can process every second? Are there any equations / formula / rules that can be used to work this out.
 
Computer science news on Phys.org
Big factors are cpu speed, cpu word size, memory speed, bus speed and size, threading capabilities, ALU speed. There are others, depending somewhat on what KIND of processing you are talking about. It's a big subject.
 
phinds said:
Big factors are cpu speed, cpu word size, memory speed, bus speed and size, threading capabilities, ALU speed. There are others, depending somewhat on what KIND of processing you are talking about. It's a big subject.

I'm referring to image processing, such as a robot having image processed by its control unit when 'seeing' things through its eyes / visual system (such as through cameras).
 
Tabaristiio said:
I'm referring to image processing, such as a robot having image processed by its control unit when 'seeing' things through its eyes / visual system (such as through cameras).
Then my answer stands but now I have to add "amount of I/O processing required"
 
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top