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

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

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

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

upward compatibility - перевод на итальянский

DESIGN CHARACTERISTIC THAT ALLOWS A SYSTEM TO ACCEPT INPUT INTENDED FOR A LATER VERSION OF ITSELF
Forward compatible; Forwards-compatible; Forwards compatibility; Upward compatible; Forwards compatible; Upward compatibility; Upward Compatibility; Bidirectional compatibility; Multidirectional compatibility; Not Upwardly Compatible; Forward-compatible

upward compatibility         
compatibilità ascendente (capacità di un computer di utilizzare programmi scritti in origine per computer tecnologicamente meno avanzati)
software compatibility         
TECHNOLOGICAL COMPATIBILITY OF SOFTWARE AND HARDWARE
Software compatibility; Hardware compatibility; Computer hardware compatibility; Compatibility (hardware); Computer software compatibility; Compatibility (software); Compatibility (computing); Computer incompatibility; Hardware incompatibility; Computer hardware incompatibility; Incompatibility (hardware); Compatibility of software; Compatibility of computer hardware
Compatibilità di softwarei (possibilità di vari sistemi di computer di usare lo stesso programma)
downward compatibility         
PROPERTY OF A SYSTEM, PRODUCT, OR TECHNOLOGY THAT ALLOWS FOR INTEROPERABILITY WITH AN OLDER LEGACY SYSTEM, OR WITH INPUT DESIGNED FOR SUCH A SYSTEM, ESPECIALLY IN TELECOMMUNICATIONS AND COMPUTING
Backwards compatibility; Backward compatible; Backward-compatible; Backwards compatible; Backwards-compatible; Backward-compatibility; Backwards-compatibility; Downward compatible; Backwards Compatibility; Backwards compatability; Downward compatibility; Downward Compatibility; Hysterical raisins; Format rot; Legacy compatibility; Bugwards compatible; Bugwards compatibility; Bugward compatible; Bugward compatibility; Backward-incompatible; Breaking changes; Breaking change; Translation compatibility; Hysterical reasons; Retrocompatibility; Retrocompatible
Compatibilità di tipo discendente (capacità di programma o apparecchiatura di funzionare anche come le corrispondenti versioni più antiquate)

Википедия

Forward compatibility

Forward compatibility or upward compatibility is a design characteristic that allows a system to accept input intended for a later version of itself. The concept can be applied to entire systems, electrical interfaces, telecommunication signals, data communication protocols, file formats, and programming languages. A standard supports forward compatibility if a product that complies with earlier versions can "gracefully" process input designed for later versions of the standard, ignoring new parts which it does not understand.

The objective for forward compatible technology is for old devices to recognise when data has been generated for new devices.

Forward compatibility for the older system usually means backward compatibility for the new system, i.e. the ability to process data from the old system; the new system usually has full compatibility with the older one, by being able to both process and generate data in the format of the older system.

Forward compatibility is not the same as extensibility. A forward compatible design can process at least some of the data from a future version of itself. An extensible design makes upgrading easy. An example of both design ideas can be found in web browsers. At any point in time, a current browser is forward compatible if it gracefully accepts a newer version of HTML. Whereas how easily the browser code can be upgraded to process the newer HTML determines how extensible it is.