Byte-addressable

/ˌbaɪt əˈdrɛs.ə.bəl/

बाइट-एड्रेसेबल (जहाँ मेमोरी के हर बाइट को अलग पते से एक्सेस किया जा सके)

Origin & History

Formed in technical computing English from byte (unit of digital information) + addressable (able to be addressed). Widely used from the late 20th century with the spread of microprocessors and memory-mapped architectures.

तकनीकी कंप्यूटिंग अंग्रेज़ी में byte (डिजिटल सूचना की इकाई) + addressable (जिसे पता/एड्रेस दिया जा सके) से बना पद। माइक्रोप्रोसेसरों और memory-mapped आर्किटेक्चर के प्रसार के साथ 20वीं सदी के उत्तरार्ध से व्यापक रूप से प्रचलित।

Definition

In computing, a byte-addressable system is one in which each byte in memory can be individually addressed, so instructions can read or write data one byte at a time rather than only in larger blocks (like words).

कंप्यूटिंग में, byte-addressable सिस्टम वह होता है जिसमें मेमोरी के प्रत्येक बाइट को अलग-अलग पता (address) दिया जा सकता है, इसलिए निर्देश एक-एक बाइट के स्तर पर डेटा पढ़ या लिख सकते हैं, न कि केवल बड़े ब्लॉकों (जैसे word) में।

Parts of Speech

Adjective:
Most general-purpose CPUs assume a byte-addressable memory model.
अधिकांश सामान्य-उद्देश्य CPU byte-addressable मेमोरी मॉडल मानकर चलते हैं।

Usage Examples

The microcontroller uses byte-addressable RAM, making it easy to manipulate strings.
In a byte-addressable architecture, address 0x1000 points to a single byte.
Byte-addressable memory simplifies working with packed data structures and file buffers.
Some DSPs are word-addressable, but many modern systems are byte-addressable.

Synonyms

Byte-oriented Byte-indexed

Antonyms

Word-addressable Block-addressable

Related Forms

Noun
Byte / Address / Addressability / Byte address
Adjective
Addressable / Byte-oriented / Word-addressable

Idioms & Phrases

Byte-addressable memory
बाइट-एड्रेसेबल मेमोरी (ऐसी मेमोरी जिसमें हर बाइट का अलग पता हो)
Byte-addressable architecture
बाइट-एड्रेसेबल आर्किटेक्चर (ऐसी संरचना जिसमें बाइट स्तर पर एड्रेसिंग होती है)