Fundamentally, what is a PC architecture, what is the difference between x64, x86, ARM, whatever else etc. and why do they offer different benefits or drawbacks or performances

678 views

Fundamentally, what is a PC architecture, what is the difference between x64, x86, ARM, whatever else etc. and why do they offer different benefits or drawbacks or performances

In: 6

9 Answers

Anonymous 0 Comments

ELI5 answer:

x86 is 32 bit CPU, and x64 is 64 bit CPU

More bits isn’t always better; it depends on what you’re doing. Think of it like using a cup vs a bucket. Cups are better for drinking, but buckets are better for moving large volumes of water.

ARM can be 32 or 64 bits, and it’s like CPU-lite. Less functionality, less energy, less heat, better for mobile devices.

You are viewing 1 out of 9 answers, click here to view all answers.