execute$26537$ - traduzione in greco
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

execute$26537$ - traduzione in greco

TECHNOLOGY USED IN CPUS
No execute; NX instruction; NX Bit; Xd bit; XD Bit; XD bit; Enhanced Virus Protection; Nx bit; No-Execute bit; NX flag; Nx flag; Nx Flag; NX Flag; No execute flag; No-execute flag; No-eXecute flag; No-Execute flag; No Execute flag; No eXecute flag; No eXecute bit; No-eXecute bit; No-execute bit; No Execute bit; No execute bit; No eXecute; No Execute; Nx-bit; Execute disable bit; Hardware execute permission; Hardware execute bit

execute      
v. εκτελώ, θανατώνω
instruction cycle         
BASIC OPERATION CYCLE OF A COMPUTER
Fetch execute cycle; Fetch-execute cycle; Fetch-decode-execute cycle; Execute cycle; Computer cycle; Computer cycles; FE Cycle; CPU cycle; Fetch and execution cycle; Fetch and execute cycle; Machine cycle; I/E time; Processor cycle; Instruction fetching; Instruction fetch; Opcode fetch; Computing cycle
κύκλος εντολών

Definizione

execute
v. a.
1.
Accomplish, effect, effectuate, perform, do, consummate, finish, complete, achieve, carry out, carry through, carry into effect, work out.
2.
Put to death (in pursuance of a judicial sentence).
3.
(Law.) Sign, seal, and deliver (as a deed).

Wikipedia

NX bit

The NX bit (no-execute) is a technology used in CPUs to segregate areas of a virtual address space for use by either storage of processor instructions or for storage of data. An operating system with support for the NX bit may mark certain areas of an address space as non-executable. The processor will then refuse to execute any code residing in these areas of the address space. The general technique, known as executable space protection, also called Write XOR Execute, is used to prevent certain types of malicious software from taking over computers by inserting their code into another program's data storage area and running their own code from within this section; one class of such attacks is known as the buffer overflow attack.

The term NX bit originated with Advanced Micro Devices (AMD), as a marketing term. Intel markets the feature as the XD bit (execute disable). The MIPS architecture refers to the feature as XI bit (execute inhibit). The ARM architecture refers to the feature, which was introduced in ARMv6, as XN (execute never). The term NX bit itself is sometimes used to describe similar technologies in other processors.