Logical Block Addressing - перевод на голландский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Logical Block Addressing - перевод на голландский

COMMON SCHEME USED FOR SPECIFYING THE LOCATION OF BLOCKS OF DATA STORED ON COMPUTER STORAGE DEVICES
CHS conversion; CHS conversion/Assembler code; SCSI LBA; Logical Block Address; Logical Block Addressing; Enhanced BIOS; LBA48; LBA28; LBA22; LBA32; LBA64; Logical block address; EZ-Drive; EZ Drive; 64-bit LBA; 48-bit LBA; 32-bit LBA; 22-bit LBA; 21-bit LBA; LBA21; 28-bit LBA; EZ-BIOS; Micro House EZ-BIOS; EZ-DRIVE; Micro House EZ-Drive; Micro House International EZ-Drive
  • Installation of Western Digital's OEM-version of ''EZ Drive'', on a 3.5-inch floppy disk.

Logical Block Addressing         
het toekennen van adressen aan logisch blok (logisch verbonden, maar niet noodzakelijkerwijs aaneengesloten geheugengebieden waarin logische records worden opgeslagen)
indirect addressing         
ASPECT OF THE INSTRUCTION SET ARCHITECTURE IN MOST CENTRAL PROCESSING UNIT DESIGNS
Addressing modes; Indirect word; Address mode; Indirect address; Absolute coding; Absolute and relative coding; Indexed addressing; Indirect addressing; Relative coding; Effective address; Load Effective Address; Push Effective Address; Indirection bit; Indirection (computing); Special addressing modes for implementation of stacks; Conditional execution; Register indirect; Direct addressing; Address modes; Direct-addressing; Direct address (computing)
indirekte adressering
block system         
TERM IN MATHEMATICS AND GROUP THEORY
Block system
blokkensysteem, een reeks vormende serie van blokken om de treinstroming te controleren waarbij het spoor verdeeld is in korte secties en de treinen door automatische signalen worden begeleid

Определение

Logical Block Addressing
<storage> (LBA) A hard disk sector addressing scheme used on all SCSI hard disks, and on ATA-2 conforming IDE hard disks. The addressing conversion is performed by the hard disk firmware. Prior to LBA, combined limitations of IBM PC BIOS and ATA restricted the useful capacity of IDE hard disks on IBM PCs and compatibles to 1024 cylinders * 63 sectors per track * 16 heads * 512 bytes per sector = 528 million bytes = 504 megabytes. Modern BIOSes select LBA mode automatically, and work around the 1024-cylinder BIOS limit by representing a hard disk to the OS as having e.g. half as many cylinders and twice as many heads. However, there is still an unbreakable BIOS disk size limit of 1024 cylinders * 63 sectors per track * 256 heads * 512 bytes per sector = 8 gigabytes, but modern OSes (including Windows 9x, Windows NT and Linux) are not affected by it, since they issue direct LBA-based calls, bypassing the BIOS hard disk services completely. (2000-04-30)

Википедия

Logical block addressing

Logical block addressing (LBA) is a common scheme used for specifying the location of blocks of data stored on computer storage devices, generally secondary storage systems such as hard disk drives. LBA is a particularly simple linear addressing scheme; blocks are located by an integer index, with the first block being LBA 0, the second LBA 1, and so on.

The IDE standard included 22-bit LBA as an option, which was further extended to 28-bit with the release of ATA-1 (1994) and to 48-bit with the release of ATA-6 (2003), whereas the size of entries in on-disk and in-memory data structures holding the address is typically 32 or 64 bits. Most hard disk drives released after 1996 implement logical block addressing.