15.7k views
5 votes
What are the two common architectures used to process data

User Nathalie
by
6.8k points

1 Answer

6 votes
the two most common architectures used (by CPUs as I am assuming your question means) are x86 (32-bit) and x64 (64-bit).
32-bit processes multiple instructions with a single request while 64-bit adds registers for instructions that use 64-bit address space.
User Chris Wilson
by
7.9k points