Home MCQs Basic Computer/IT Question #11538
Back to Questions
Basic Computer/IT QUESTION #11538
Question 1
At the fundamental machine level, computers process all data as:
  • Multimedia
  • Words
  • Numbers (Binary)✔️
  • Characters
Correct Answer Explanation
Computers fundamentally process everything as binary numbers (sequences of 0s and 1s). All data — text (ASCII/Unicode codes), images (pixel values), audio (sample amplitudes), video — is represented and processed as numerical values in binary. The CPU performs arithmetic and logical operations on these binary numbers.