e/Executable

New Query

Information
has glosseng: An executable is a computer program written by a programmer and compiled by a compiler (See programming). When it is run, it executes (or does) the actions it was programmed to.
has glosseng: In computing, an executable (file) causes a computer "to perform indicated tasks according to encoded instructions," as opposed to a file that only contains data. Files that contain instructions for an interpreter or CPU or virtual machine may be considered executables, but are more specifically called scripts or bytecode. Executables are also called "binaries" in contrast to the programs source code. Interaction with operating systems Some operating systems designate executable files by filename extension (such as .exe) or noted alongside the file in its metadata (such as by marking an "execute" in Unix-like operating systems). Most also check that the file has a valid executable file format to safeguard against random bit sequences inadvertently being run as instructions. Modern operating systems retain control over the computers resources, requiring that individual programs make system calls to access privileged resources. Since each operating system family features its own system call architecture, executable files are generally tied to specific operating systems.
lexicalizationeng: Executables
lexicalizationeng: executable
instance of(noun) a system of classifying into files (usually arranged alphabetically)
file system, filing system
Meaning
German
has glossdeu: Als ausführbare Datei (auch Programmdatei) bezeichnet man eine , die als Computerprogramm ausgeführt werden kann. Hierbei kann es sich um Binärdateien in Maschinensprache oder einem Bytecode handeln, die direkt oder durch ein Laufzeitsystem ausgeführt werden können, oder um Textdateien, die von einer Betriebssystem-Shell interpretiert werden.
lexicalizationdeu: ausführbare Datei
Esperanto
has glossepo: Rulebla dosiero estas dosiero, kiu povas esti rulata (en certa komputilo). Fakte ĉi tia dosiero estas programo.
lexicalizationepo: rulebla dosiero
French
has glossfra: En informatique, un fichier exécutable est un contenant un programme et identifié par le système d'exploitation en tant que tel.
lexicalizationfra: Fichier executable
lexicalizationfra: fichier exécutable
lexicalizationfra: Fichier éxécutable
Hebrew
has glossheb: קובץ הרצה במדעי המחשב הוא אשר מכיל נתונים המתורגמים לתוכנית על ידי המחשב. על פי רוב, הקובץ כולל ייצוג של פקודות מכונה בעבור מעבד מסוים.
lexicalizationheb: קובץ הרצה
Italian
has glossita: In informatica, un file eseguibile, o semplicemente un eseguibile, è un file che contiene un programma eseguibile per un computer, ovvero un programma scritto in linguaggio macchina nel formato adatto ad essere caricato dal sistema operativo, quindi pronto per l'esecuzione. Si distingue da un file sorgente, che contiene un programma scritto in un linguaggio di programmazione ad alto livello il quale può essere eseguito solo utilizzando un interprete o trasformandolo prima in eseguibile tramite un compilatore, o con una combinazione di questi due strumenti.
lexicalizationita: file eseguibile
Japanese
has glossjpn: 実行ファイル(Executable, Executable file)とは、コンピュータがプログラムとして解釈実行できる である。実行形式ファイル、あるいは単に実行形式とも呼ばれる。
lexicalizationjpn: 実行ファイル
Korean
has glosskor: 컴퓨터 공학에서 실행 파일은 단순히 데이터만 담고 있는 파일과 달리 암호화된 명령에 따라 지시된 작업을 수행하도록 하는 컴퓨터 파일을 말한다. 인터프리터나 CPU, 아니면 가상 머신을 위한 명령을 포함하는 파일들은 실행 파일로 생각할 수 있지만 더 구체적으로 말하면 이들은 스크립트나 바이트코드이다. 실행 파일들은 이진 파일로 불리며 이는 프로그램의 원시 코드와는 대비되는 용어이다.
lexicalizationkor: 실행 파일
lexicalizationkor: 실행파일
Dutch
has glossnld: Een executable is een dat door een computer uit te voeren is.
lexicalizationnld: executable
Polish
has glosspol: Plik wykonywalny – plik, który może być uruchomiony bezpośrednio w środowisku systemu operacyjnego.
lexicalizationpol: Plik wykonywalny
Portuguese
has glosspor: Um executável ou arquivo executável, em informática, é um arquivo em que seu conteúdo deve ser interpretado como um programa por um computador.
lexicalizationpor: executável
Russian
has glossrus: Исполни́мый (исполня́емый) мо́дуль (также исполнимый файл, ) — это разновидность , содержимое которого является готовым к непосредственному исполнению компьютерной программой.
lexicalizationrus: Исполнимый модуль
Slovak
has glossslk: Spustiteľný program alebo spustiteľný súbor je súbor, ktorého obsah je určený na to, aby sa interpretoval ako počítačový program.
lexicalizationslk: Spustiteľný program
Castilian
has glossspa: En informática, un ejecutable o archivo ejecutable, es un archivo binario cuyo contenido se interpreta por el ordenador como un programa.
lexicalizationspa: ejecutable
Swedish
has glossswe: En exekverbar fil är en datafil vars innehåll är avsett att tolkas som ett datorprogram av en dator. Binära exekverbara filer Ofta innehåller en exekverbar fil en binär representation av maskininstruktioner för en specifik processor. Exekverbara filer innehåller inte bara processorspecifika maskininstruktioner, utan även operativsystemsspecifika systemanrop. Vad som avgör om en fil är exekverbar eller inte är en konventionsfråga; några operativsystem markerar exekverbara filer genom att ge dem specifika namn (till exempel att ge filnamnet en filändelse som ".bin" eller ".exe") eller genom att notera "exekverbarheten" i filens metadata (till exempel x-attributet, execute, i Unix-liknande operativsystem).
lexicalizationswe: exekverbar fil
Turkish
has glosstur: Executable, uygulanabilir bir dosya, bilgisayar bilimininde, içeriği, bir bilgisayar ile bir program arasında yorumlanmak için ifade edilen bir dosyadır.
lexicalizationtur: Executable
Chinese
has glosszho: 執行檔在電腦科學上,指一種內容可被電腦解釋為程式的電腦檔案。通常執行檔內,含有以二進制編碼的微處理器指令,也因此執行檔有時稱為二進制檔。這些二進制微處理器指令的編碼,於各種微處理器有所不同,故此執行檔多數要分開不同的微處理版本。一個電腦檔案是否為執行檔,主要由作業系統的傳統決定。例如根據特定的命名方法(如副檔名為exe)或檔案的元數據資料(例如UNIX系統設定「可執行」權限)。
lexicalizationzho: 執行檔
Media
media:imgBinary executable file.png
media:imgBinary executable file2.png

Query

Word: (case sensitive)
Language: (ISO 639-3 code, e.g. "eng" for English)


Lexvo © 2008-2024 Gerard de Melo.   Contact   Legal Information / Imprint