

InterviewSolution
Saved Bookmarks
1. |
Which refers to the number of bits processed by a computer CPU |
Answer» "Word size" refers to the number of bits processed by a computer\'s CPU in one go (these days, typically 32 bits or 64 bits). Data bus size, instruction size, address size are usually multiples of the word size. ... In computing, a word is the natural unit of data used by a particular processor design. | |