Download the app
educalingo
Search

Meaning of "object program" in the English dictionary

Dictionary
DICTIONARY
section

PRONUNCIATION OF OBJECT PROGRAM

object program play
facebooktwitterpinterestwhatsapp

GRAMMATICAL CATEGORY OF OBJECT PROGRAM

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation
Object program is a noun.
A noun is a type of word the meaning of which determines reality. Nouns provide the names for all things: people, objects, sensations, feelings, etc.

WHAT DOES OBJECT PROGRAM MEAN IN ENGLISH?

Executable

In computing, an executable file or executable program, or sometimes simply an executable, causes a computer "to perform indicated tasks according to encoded instructions," as opposed to a data file that must be parsed by a program to be meaningful. These instructions are traditionally machine code instructions for a physical CPU. However, in a more general sense, a file containing instructions for a software interpreter may also be considered executable; even a scripting language source file may therefore be considered executable in this sense. The exact interpretation depends upon the use; while the term often refers only to machine code files, in the context of protection against computer viruses all files which cause potentially hazardous instruction execution, including scripts, are lumped together for convenience. Executable code is used to describe sequences of executable instructions that do not necessarily constitute an executable file, for example sections within a program.

Definition of object program in the English dictionary

The definition of object program in the dictionary is a computer program translated from the equivalent source program into machine language by the compiler or assembler.

WORDS THAT BEGIN LIKE OBJECT PROGRAM

object
object ball
object clause
object database
object glass
object language
object lesson
object linking and embedding
object of virtu
object relations theory
object-oriented
objectification
objectified
objectifies
objectify
objection
objectionability
objectionable
objectionableness
objectionably

WORDS THAT END LIKE OBJECT PROGRAM

audiogram
cardiogram
computer program
dendrogram
electrocardiogram
gram
harmonogram
histogram
hologram
kilogram
mammogram
microgram
monogram
outreach program
phonogram
pictogram
program
reprogram
software program
source program
stereogram

Synonyms and antonyms of object program in the English dictionary of synonyms

SYNONYMS

Translation of «object program» into 25 languages

TRANSLATOR
online translator

TRANSLATION OF OBJECT PROGRAM

Find out the translation of object program to 25 languages with our English multilingual translator.
The translations of object program from English to other languages presented in this section have been obtained through automatic statistical translation; where the essential translation unit is the word «object program» in English.

Translator English - Chinese

目标程序
1,325 millions of speakers

Translator English - Spanish

programa objeto
570 millions of speakers

English

object program
510 millions of speakers

Translator English - Hindi

वस्तु कार्यक्रम
380 millions of speakers
ar

Translator English - Arabic

برنامج وجوه
280 millions of speakers

Translator English - Russian

программа объект
278 millions of speakers

Translator English - Portuguese

programa objeto
270 millions of speakers

Translator English - Bengali

বস্তু প্রোগ্রাম
260 millions of speakers

Translator English - French

programme objet
220 millions of speakers

Translator English - Malay

Program objek
190 millions of speakers

Translator English - German

Objektprogramm
180 millions of speakers

Translator English - Japanese

オブジェクトプログラム
130 millions of speakers

Translator English - Korean

오브젝트 프로그램
85 millions of speakers

Translator English - Javanese

Program obyek
85 millions of speakers
vi

Translator English - Vietnamese

chương trình đối tượng
80 millions of speakers

Translator English - Tamil

பொருள் திட்டம்
75 millions of speakers

Translator English - Marathi

ऑब्जेक्ट प्रोग्राम
75 millions of speakers

Translator English - Turkish

Nesne programı
70 millions of speakers

Translator English - Italian

programma oggetto
65 millions of speakers

Translator English - Polish

celem programu
50 millions of speakers

Translator English - Ukrainian

програма об´єкт
40 millions of speakers

Translator English - Romanian

programul obiect
30 millions of speakers
el

Translator English - Greek

πρόγραμμα αντικειμένου
15 millions of speakers
af

Translator English - Afrikaans

voorwerp program
14 millions of speakers
sv

Translator English - Swedish

objektprogram
10 millions of speakers
no

Translator English - Norwegian

objekt program
5 millions of speakers

Trends of use of object program

TRENDS

TENDENCIES OF USE OF THE TERM «OBJECT PROGRAM»

The term «object program» is normally little used and occupies the 116.960 position in our list of most widely used terms in the English dictionary.
0
100%
FREQUENCY
Little used
45
/100
The map shown above gives the frequency of use of the term «object program» in the different countries.
Principal search tendencies and common uses of object program
List of principal searches undertaken by users to access our English online dictionary and most widely used expressions with the word «object program».

FREQUENCY OF USE OF THE TERM «OBJECT PROGRAM» OVER TIME

The graph expresses the annual evolution of the frequency of use of the word «object program» during the past 500 years. Its implementation is based on analysing how often the term «object program» appears in digitalised printed sources in English between the year 1500 and the present day.

Examples of use in the English literature, quotes and news about object program

EXAMPLES

10 ENGLISH BOOKS RELATING TO «OBJECT PROGRAM»

Discover the use of object program in the following bibliographical selection. Books relating to object program and brief extracts from same to provide context of its use in English literature.
1
C++ AND OBJECT-ORIENTED PROGRAMMING PARADIGM
A compiler checks the entire user-written program (known as source program or source code), and if error free, produces a complete program in machine language (known as object program). The object program(s) is/are linked together with ...
DEBASISH JANA, 2005
2
Encyclopedia of Computer Science and Technology: Volume 5 - ...
COMPILER into an equivalent object program in the language of some computer. Machine language is sometimes called code: hence the object program is sometimes called the object code . The compilation or translation of the source ...
Jack Belzer, Albert G. Holzman, Allen Kent, 1976
3
Object Oriented Analysis & Design
When a compiler translates it into machine language, it becomes an object program. An object program contains instructions in machine language. It is very important to understand that the object program is just another representation of the ...
Atul Kahate, 2004
4
Discovering Computers 2009: Complete
Object Program Program Listing Data OVERTIME-HOURS FIGURE 13-4 A compiler converts the entire source program into a machine language object program. If the compiler encounters any errors, it records them in the program- listing file, ...
Gary Shelly, Misty Vermaat, 2008
5
Semantics, Applications, and Implementation of Program ...
A meta-program may construct object-programs, combine object-program fragments into larger object-programs, observe the structure and other properties of object-programs. We use the term object-program quite loosely here. An object - ...
Walid Taha, 2001
6
Learning to Program the Object-oriented Way with C#
While these methods are executing, that object becomes the current object for the program and the value of this becomes a reference to that object. Program 6.2 shows the revised version of class Circle including the Overlaps method. We can  ...
Vinny Cahill, Donal Lafferty, 2002
7
Object Oriented Program-Msbte
This means that any changes made to the object inside the function will reflect in the actual object. The pass-by reference method is more efficient since it requires to pass only the address of the object and not the entire object. Program 5.7 ...
Balagurusamy, 2007
8
Logic Program Synthesis and Transformation - ...
Statement(M, Path(x.y) If Arc(x.y)). Statement(M, Path(x.y) If Arc(x.z) And Path(z,y) ). Statement(M, Arc(Bristol, London) If Empty). Statement (M, Arc(London.Pisa) If Empty). According to Godel's syntax, the module Object .Program consists of an ...
Laurent Fribourg, Franco Turini, 1994
9
Excel HSC Softw Design&Devel + Cards SG
This gives it all the advantages of an interpreter in error checking and still retains the speed of execution of a compiler, as at the end of the process there is a complete object program. If an error is found then only the lines with errors need to be ...
Geoff Lancaster, 2001
10
Disruptive Security Technologies with Mobile Code and ...
Language Process Language Process Java Java Program calls service broker to locate object Program calls service broker to locate object Program calls service broker to locate object Program calls service broker to locate object Program ...
R.R. Brooks, 2004

10 NEWS ITEMS WHICH INCLUDE THE TERM «OBJECT PROGRAM»

Find out what the national and international press are talking about and how the term object program is used in the context of the following news items.
1
Asteroid Day Raises Awareness About Asteroid Threat
NASA's Near-Earth Object Program Office has identified 95% of objects greater than 1 km in size. NASA's NEO Office is currently focused on ... «Penny4NASA, Jun 15»
2
Asteroid Day: Everything you need to know about saving the world …
Nasa's Near Earth Object Program began in 1998 and has catalogued most of the known near-Earth objects to date. Data comes from ... «International Business Times UK, Jun 15»
3
Asteroid Icarus to Make Distant Pass Tuesday
Elements of the Near-Earth Object Program, often referred to as "Spaceguard," discover these objects, characterize a subset of them and ... «Space Daily, Jun 15»
4
We Can Save Ourselves From Earth-Killing Asteroids, But Someone …
After 23 years in the Air Force, Johnson announced he was retiring in 2003, and NASA enlisted him to run its Near-Earth Object Program. «Newsweek, Jun 15»
5
Near-Earth Object Asteroid 1999 FN53: Arecibo Observatory …
Tags: Puerto Rico, Arecibo Observatory, Planetary Department, Edgard Rivera-Valentín, asteroid 1999 FN53, Near-Earth Object Program, 1999 ... «Headlines & Global News, May 15»
6
Asteroid passes by Earth on May 14
Paul Chodas, manager of NASA's Near-Earth Object Program Office, at the Jet Propulsion Laboratory in Pasadena, California, said in a ... «EarthSky, May 15»
7
Interactive map reveals how THOUSANDS of asteroids will skim Earth
... rock every 5,000 years, and a civilisation-ending asteroid every one million years, according to Nasa's Near-Earth Object Program. «Daily Mail, May 15»
8
NASA redefines its asteroid redirect mission
... program executive for NASA's Near-Earth Object Program. Two other candidates are Itokawa and Bennu. NASA is expected to identify other ... «Physics Today, Mar 15»
9
No, a Giant Asteroid Isn't Going to “Skim” Earth on Friday
Visit JPL's Near-Earth Object Program page here. Also, watch a fascinating animation showing the discovery rate of asteroids in the Solar ... «Universe Today, Mar 15»
10
It Would Take an Asteroid This Big to Wipe Out the ...
NASA's Near Earth Object program released a map that showed just how many times we get hit by asteroids. In a span of 20 years from 1994 to 2013, the Earth ... «RYOT, Mar 15»

REFERENCE
« EDUCALINGO. Object program [online]. Available <https://educalingo.com/en/dic-en/object-program>. Apr 2024 ».
Download the educalingo app
en
English dictionary
Discover all that is hidden in the words on
index
a b c d e f g h i j k l m n o p q r s t u v w x y z