InterviewSolution
Saved Bookmarks
| 1. |
The memory of a computer is represented in dash |
|
Answer» A piece of computer memory can be REPRESENTED by a series of 0's and 1's, with one digit for each bit of memory; the value 1 REPRESENTS an “on” bit and a 0 represents an “off” bit. This NOTATION is DESCRIBED as binary form. |
|