Multiple choice technology operating systems

64-bit os means

  1. CPU register is 64 bit

  2. It stores information in hard disk as 64-bit format

  3. Data in main memory stored in 64-bit

  4. OS is developed using 64-bit compiler

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A 64-bit OS manages memory addresses and processes data in 64-bit chunks. The primary distinction is how it handles data in main memory (RAM), using 64-bit addresses rather than 32-bit. CPU registers are typically 64-bit too, but that's a hardware consequence. Hard disk storage format is unrelated to OS bit-architecture.