Computer Science, asked by chitranshiarchana, 6 months ago

define bytes and address system of memory in computer​

Answers

Answered by Anonymous
1

Most modern computers are byte-addressable. Each address identifies a single byte (eight bits) of storage. Data larger than a single byte may be stored in a sequence of consecutive addresses. There exist word-addressable computers, where the minimal addressable storage unit is exactly the processor's word.

Similar questions