Refresh, to - traduzione in spagnolo
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Refresh, to - traduzione in spagnolo

PROCESS OF PERIODICALLY READING INFORMATION FROM AN AREA OF COMPUTER MEMORY AND IMMEDIATELY REWRITING THE READ INFORMATION TO THE SAME AREA WITHOUT MODIFICATION, FOR THE PURPOSE OF PRESERVING THE INFORMATION
RAM refresh; DRAM refresh; Memory refresh cycle; Memory refresh interval

Refresh, to      
Regenerar (la pantalla), actualizar
refresh rate         
  • frames per second]].
  • access-date=May 15, 2019}}</ref>
FREQUENCY AT WHICH A DISPLAY HARDWARE DISPLAYS A NEW IMAGE
100 Hz; Field rate; Vertical refresh rate; Vertical scan rate; Vertical refresh; Refresh Rate; Screen frequency; Refresh frequency; Vertical scan
expression
frecuencia f de barrido, frecuencia f de escaneo, velocidad f de regeneración, frecuencia f de refresco
Refresh rate         
  • frames per second]].
  • access-date=May 15, 2019}}</ref>
FREQUENCY AT WHICH A DISPLAY HARDWARE DISPLAYS A NEW IMAGE
100 Hz; Field rate; Vertical refresh rate; Vertical scan rate; Vertical refresh; Refresh Rate; Screen frequency; Refresh frequency; Vertical scan
Velocidad de regeneración

Definizione

onoquiles
sust. fem.
Botánica. Planta herbácea anual, de las borragíneas, vellosa, con tallos gruesos y carnosos; hojas lanceoladas; flores de color purpúreo, en ramos pareados; fruto seco con cuatro nuececillas por simiente, y raíz gruesa, de la que se saca una tintura roja muy estimada por perfumistas y confiteros. Es común en España, donde se cultiva por sus aplicaciones a la tintorería, y su infusión en aceite se emplea en medicina popular como vulneraria.

Wikipedia

Memory refresh

Memory refresh is the process of periodically reading information from an area of computer memory and immediately rewriting the read information to the same area without modification, for the purpose of preserving the information. Memory refresh is a background maintenance process required during the operation of semiconductor dynamic random-access memory (DRAM), the most widely used type of computer memory, and in fact is the defining characteristic of this class of memory.

In a DRAM chip, each bit of memory data is stored as the presence or absence of an electric charge on a small capacitor on the chip. As time passes, the charges in the memory cells leak away, so without being refreshed the stored data would eventually be lost. To prevent this, external circuitry periodically reads each cell and rewrites it, restoring the charge on the capacitor to its original level. Each memory refresh cycle refreshes a succeeding area of memory cells, thus repeatedly refreshing all the cells in a consecutive cycle. This process is conducted automatically in the background by the memory circuitry and is transparent to the user. While a refresh cycle is occurring the memory is not available for normal read and write operations, but in modern memory this "overhead" time is not large enough to significantly slow down memory operation.

Electronic memory that does not require refreshing is available, called static random-access memory (SRAM). SRAM circuits require more area on a chip, because an SRAM memory cell requires four to six transistors, compared to a single transistor and a capacitor for DRAM. As a result, data density is much lower in SRAM chips than in DRAM, and SRAM has higher price per bit. Therefore, DRAM is used for the main memory in computers, video game consoles, graphics cards and applications requiring large capacities and low cost. The need for memory refresh makes DRAM timing and circuits significantly more complicated than SRAM circuits, but the density and cost advantages of DRAM justify this complexity.