AI & ChatGPT searches , social queriess for OBJECT FILE

Search references for OBJECT FILE. Phrases containing OBJECT FILE

See searches and references containing OBJECT FILE!

AI searches containing OBJECT FILE

OBJECT FILE

  • Object file
  • File containing relocatable format machine code

    An object file is a file that contains machine code or bytecode, as well as other data and metadata, generated by a compiler or assembler from source

    Object file

    Object_file

  • Object storage
  • Computer data storage architecture that manages data as objects

    like file systems, which manage data as a file hierarchy, and block storage, which manages data as blocks within sectors and tracks. Each object is typically

    Object storage

    Object_storage

  • List of file formats
  • Mine-Imator object file MIPARTICLE – Mine-Imator particle file MIMODEL – Mine-Imator model file MM3D – Misfit Model 3D MPO – Multi-Picture Object – This JPEG

    List of file formats

    List_of_file_formats

  • Wavefront .obj file
  • Geometry definition file format

    map_RMA glTF Object file OFF (file format) Relocatable Object Module Format STL (file format) PLY (file format) is an alternative file format offering

    Wavefront .obj file

    Wavefront_.obj_file

  • Netwide Assembler
  • Assembler for the Intel x86 architecture

    binary file (.bin, binary disk image, used to compile operating systems), though position-independent code is supported only for ELF object files. It also

    Netwide Assembler

    Netwide Assembler

    Netwide_Assembler

  • United States UFO files
  • U.S. government documents declassified in 2026

    2026. Binkley, Collin (June 12, 2026). "New UFO files describe spinning discs, glowing orbs and one object shaped like a potato". AP News. Retrieved June

    United States UFO files

    United States UFO files

    United_States_UFO_files

  • Soname
  • Field of data in a shared object file

    a shared object file. The soname is a string, which is used as a "logical name" (i.e., identifier) describing the functionality of the object. Typically

    Soname

    Soname

  • Object code
  • Sequence of statements or instructions in a computer language

    object code must either be placed in an executable file, a library file, or an object file. Object code is a portion of machine code that has not yet

    Object code

    Object_code

  • Intel HEX
  • File format for conveying binary information

    Intel hexadecimal object file format, Intel hex format or Intellec Hex is a file format that conveys binary information in ASCII text form, making it possible

    Intel HEX

    Intel_HEX

  • JSON
  • Data-interchange format

    JSON (JavaScript Object Notation, pronounced /ˈdʒeɪsən/ or /ˈdʒeɪˌsɒn/) is an open standard file format and data interchange format that uses human-readable

    JSON

    JSON

  • Translation unit (programming)
  • Input to a C or C++ compiler from which an object file is generated

    to a C or C++ compiler from which an object file is generated. A translation unit roughly consists of a source file after it has been processed by the C

    Translation unit (programming)

    Translation_unit_(programming)

  • Linker (computing)
  • Program that combines intermediate build files into an executable file

    that combines intermediate software build files such as object and library files into a single executable file such as a program or library. A linker is

    Linker (computing)

    Linker (computing)

    Linker_(computing)

  • Binary File Descriptor library
  • GNU support for multiple executable file formats

    The Binary File Descriptor library (BFD) is the GNU Project's main mechanism for the portable manipulation of object files in a variety of formats. As

    Binary File Descriptor library

    Binary_File_Descriptor_library

  • Executable and Linkable Format
  • Standard file format for executables, object code, shared libraries, and core dumps

    named Extensible Linking Format) is a common standard file format for executable files, object code, shared libraries, device drivers, and core dumps

    Executable and Linkable Format

    Executable and Linkable Format

    Executable_and_Linkable_Format

  • WinFS
  • Windows data storage system project

    Windows, store files and other objects only as a stream of bytes, and have little or no information about the data stored in the files. Such file systems also

    WinFS

    WinFS

  • Object
  • Topics referred to by the same term

    instance of a class or array Object (IBM i), the fundamental unit of data storage in the IBM i operating system Object file, the output of a compiler or

    Object

    Object

  • Fat binary
  • Combined executable file for multiple processor types or operating systems

    targeted object files. Apple Computer acquired NeXT in 1996 and continued to work with the OPENSTEP code. Mach-O became the native object file format in

    Fat binary

    Fat_binary

  • Ceph (software)
  • Open-source storage platform

    open-source software-defined storage platform that provides object storage, block storage, and file storage built on a common distributed cluster foundation

    Ceph (software)

    Ceph_(software)

  • Everything is a file
  • Unix philosophy

    creation of objects by opening or creating files in the global filesystem name space. The lines between the common interpretations of "file" and "file descriptor"

    Everything is a file

    Everything_is_a_file

  • Shell Scrap Object File
  • Depreciated Windows file format

    The SHS file extension is primarily associated with Shell Scrap Object Files produced by Microsoft Windows. They are created by selecting part of a document

    Shell Scrap Object File

    Shell_Scrap_Object_File

  • Executable
  • Data that causes a computer to follow indicated instructions

    generates native code as a set of object files and a linker that generates a native executable from the object and other files. For assembly language, typically

    Executable

    Executable

    Executable

  • List of assembly software and tools
  • Assembly-language programming and binary-analysis tools

    assembly language Lists of programming software development tools Mach-O Object file Opcode Portable Executable Software programmed in assembly language "Using

    List of assembly software and tools

    List_of_assembly_software_and_tools

  • Extended Common Object File Format
  • Topics referred to by the same term

    Extended Common Object File Format may refer to: ECOFF, developed for the MIPS platform XCOFF, by IBM for AIX This disambiguation page lists articles

    Extended Common Object File Format

    Extended_Common_Object_File_Format

  • Java class file
  • Executable Java file format

    file format code and needed a couple of magic numbers: one for the persistent object file, and one for classes. I used CAFEDEAD for the object file format

    Java class file

    Java_class_file

  • Object Module Format (Intel)
  • Object file format

    The Object Module Format (OMF) is an object file format used primarily for software intended to run on Intel 80x86 microprocessors. It was originally developed

    Object Module Format (Intel)

    Object_Module_Format_(Intel)

  • Weak symbol
  • Specially annotated symbol in an object file

    Executable and Linkable Format (ELF) object files. By default, without any annotation, a symbol in an object file is strong. During linking, a strong symbol

    Weak symbol

    Weak_symbol

  • Object-oriented operating system
  • Operating system

    language like C does not support object-orientation as fluidly as more recent languages, the notion of, for example, a file, stream, or device driver (in

    Object-oriented operating system

    Object-oriented_operating_system

  • Library (computing)
  • Collection of resources used to develop a computer program

    case, the associated DLL file must be present at runtime. Code reuse – Using existing code in new software Object file – File containing relocatable format

    Library (computing)

    Library (computing)

    Library_(computing)

  • COFF
  • Executable file format

    The Common Object File Format (COFF) is a format for executable, object code, and shared library computer files used on Unix systems. It was introduced

    COFF

    COFF

  • OFF (file format)
  • Geometry definition file format

    OFF (Object File Format) is a geometry definition file format containing the description of the composing polygons of a geometric object. It can store

    OFF (file format)

    OFF_(file_format)

  • GNU Compiler Collection
  • Free and open-source compiler for various programming languages

    separate object file and link-time helper file. When the object files are linked, the compiler is executed again and uses the helper files to optimize

    GNU Compiler Collection

    GNU Compiler Collection

    GNU_Compiler_Collection

  • Configuration file
  • File holding settings for a computer program

    an Object Data Manager (ODM) database to store much of its system settings. MS-DOS primarily relied on the CONFIG.SYS config file, a plain text file with

    Configuration file

    Configuration_file

  • ZIP (file format)
  • Family of archive file formats

    graphical icons representing ZIP files often appear as a document or other object prominently featuring a zipper. The .ZIP file format was designed by Phil

    ZIP (file format)

    ZIP_(file_format)

  • .bss
  • Code section for declared statically-allocated variables

    block starting symbol (abbreviated to .bss or bss) is the portion of an object file, executable, or assembly language code that contains statically allocated

    .bss

    .bss

  • Vmlinux
  • Executable file containing the Linux kernel

    Memory Linux) is a statically linked executable file that contains the Linux kernel in one of the object file formats supported by Linux, which includes Executable

    Vmlinux

    Vmlinux

    Vmlinux

  • OS/360 Object File Format
  • Older mainframe load module file format

    The OS/360 Object File Format is the standard object module file format for the IBM DOS/360, OS/360 and VM/370, Univac VS/9, and Fujitsu BS2000 mainframe

    OS/360 Object File Format

    OS/360_Object_File_Format

  • OBJ
  • Topics referred to by the same term

    Relocatable Object Module Format, an Object file for Intel microprocessors COFF, the object file format on 32-bit and 64-bit Windows Wavefront .obj file, a 3D

    OBJ

    OBJ

  • Runtime system
  • Computer system that provides behavior needed by running code

    source code to an object file that contains all the functions versus compiling an entire program to an executable binary. The object file will only contain

    Runtime system

    Runtime_system

  • Make (software)
  • Software build automation tool

    compiling C files (*.c) into object files, then linking the object files into an executable program. Or this could include compiling TypeScript files (*.ts)

    Make (software)

    Make_(software)

  • Debug symbol
  • Type of identifier in computer science

    symbol that attaches additional information to the symbol table of an object file, such as a shared library or an executable. This information allows a

    Debug symbol

    Debug_symbol

  • Code segment
  • Portion of an object file containing executable instructions

    also known as a text segment or simply as text, is a portion of an object file or the corresponding section of the program's virtual address space that

    Code segment

    Code segment

    Code_segment

  • DWARF
  • Standardized debugging data format

    Executable and Linkable Format (ELF), although it is independent of object file formats. The name is a medieval fantasy complement to "ELF" that had

    DWARF

    DWARF

  • XCOFF
  • File format

    Common Object File Format) defined by IBM and used in AIX, is an improved and expanded version of the COFF (Common Object File Format) object file format

    XCOFF

    XCOFF

  • Relocation (computing)
  • Assigning or adjusting addresses at runtime

    assembler and stored in the object or executable file. Each entry in the table references an absolute address in the object code that must be changed when

    Relocation (computing)

    Relocation_(computing)

  • Source code
  • Human-readable instructions a computer can execute

    compiled, the program can be saved as an object file and the loader (part of the operating system) can take this saved file and execute it as a process on the

    Source code

    Source_code

  • Object REXX
  • Extension of Rexx programming language with support for object-oriented programming

    directories. FileObj = .File~new("~/someFolder/") /* create file object for folder */ FileArr = FileObj~ListFiles /* retrieve array of files */ do FilePath over

    Object REXX

    Object REXX

    Object_REXX

  • Inline (C and C++)
  • Function in the C and C++ programming languages

    it is advised to put the object files of all such .c files with a single extern inline function into a static library file, typically with ar rcs, then

    Inline (C and C++)

    Inline_(C_and_C++)

  • Object Module Format
  • Topics referred to by the same term

    Object Module Format (OMF) may refer to: Object Module Format (ICL), an object-file format for the ICL VME operating system Object Module Format (Intel)

    Object Module Format

    Object_Module_Format

  • Gold (linker)
  • Linker for ELF files

    linker, gold does not use the BFD library to process object files. While this limits the object file formats it can process to ELF only, it is also claimed

    Gold (linker)

    Gold (linker)

    Gold_(linker)

  • Objdump
  • Program for displaying information about object files

    objdump is a command-line program for displaying various information about object files on Unix-like operating systems. For instance, it can be used as a disassembler

    Objdump

    Objdump

  • ECOFF
  • File format

    The Extended Common Object File Format (ECOFF) is a file format for executables, object code, and shared libraries, extended from the COFF specification

    ECOFF

    ECOFF

  • PDF
  • File format used to present documents

    three-dimensional objects using U3D or PRC, and various other data formats. The PDF specification also provides for encryption and digital signatures, file attachments

    PDF

    PDF

    PDF

  • DCU
  • Topics referred to by the same term

    in Worcester, Massachusetts, United States Delphi Compiled Unit, an object file for the programming language Delphi (software) Desert Camouflage Uniform

    DCU

    DCU

  • MP4 file format
  • Digital multimedia format for storing video and audio

    14 is essentially identical to the QuickTime File Format but formally specifies support for Initial Object Descriptors (IOD) and other MPEG features. MPEG-4

    MP4 file format

    MP4 file format

    MP4_file_format

  • Mach-O
  • File format for executables, object code, shared libraries, and core dumps

    Mach-O (Mach object) is a file format for executables, object code, shared libraries, dynamically loaded code, and core dumps. It was developed to replace

    Mach-O

    Mach-O

  • List of file signatures
  • A file signature is data used to identify or verify the content of a file. Such signatures are also known as magic numbers or magic bytes and are usually

    List of file signatures

    List_of_file_signatures

  • Fork (file system)
  • Data associated with a file-system object

    In a computer file system, a fork is a set of data associated with a file-system object. File systems without forks only allow a single set of data for

    Fork (file system)

    Fork_(file_system)

  • Object Manager
  • Windows NT subsystem

    which are surfaced as logical objects, each reside in a namespace for categorization. Resources can be physical devices, files or folders on volumes, Registry

    Object Manager

    Object_Manager

  • Static library
  • Software library used via static linking

    build. A static library is either merged with other static libraries and object files at build-time to form a single executable or loaded at run-time into

    Static library

    Static_library

  • Symbol table
  • Data structure used by a language translator such as a compiler or interpreter

    may be embedded in the output of the translation, such as in an ABI object file for later use. For example, it might be used during an interactive debugging

    Symbol table

    Symbol_table

  • GOFF
  • New IBM Mainframe computer object module file format

    GOFF (Generalized Object File Format) specification was developed for IBM's MVS operating system to supersede the IBM OS/360 Object File Format to compensate

    GOFF

    GOFF

  • Design rule for Camera File system
  • Definition of a file system for digital cameras

    include an image file) ABCD0005.JPG ABCD0005.WAV (a DCF object formed by naming non-image file with the same file number as an image file) ABCD0006.JPG ABCD0006

    Design rule for Camera File system

    Design_rule_for_Camera_File_system

  • Interprocedural optimization
  • Computer program optimization method

    Once all files have been compiled separately into object files, traditionally, a compiler links (merges) the object files into a single file, the executable

    Interprocedural optimization

    Interprocedural_optimization

  • Nm (Unix)
  • Unix command

    their attributes from a binary executable file (including libraries, compiled object modules, shared-object files, and standalone executables). The output

    Nm (Unix)

    Nm_(Unix)

  • Program database
  • File format for debugging information

    Stream 1 is used to verify that the PDB is the same file referred to in an executable or object file stream. Version, 4 bytes. Time date stamp, 4 bytes

    Program database

    Program_database

  • VOB
  • Container format in DVD-Video media

    VOB (for video object) is the container format in DVD-Video media. VOB can contain digital video, digital audio, subtitles, DVD menus and navigation contents

    VOB

    VOB

  • Gettext
  • GNU internationalization and localization software

    %s.\n" Finally, the .po files are compiled with msgfmt into binary .mo (Machine Object) files. GNU gettext may use its own file name extension .gmo on

    Gettext

    Gettext

  • Software
  • Instructions a computer can execute

    link these files in such a way that the program can be executed by the hardware. Once compiled, the program can be saved as an object file and the loader

    Software

    Software

    Software

  • STL (file format)
  • File format for 3D printing and scanning

    Manufacturing Format – Open source file format standard Additive Manufacturing File Format – Standard for describing objects for additive manufacturingPages

    STL (file format)

    STL (file format)

    STL_(file_format)

  • GNU Binutils
  • GNU software development tools for executable code

    Free and open-source software portal Binary File Descriptor library – GNU support for multiple executable file formats GNU Core Utilities – Collection of

    GNU Binutils

    GNU Binutils

    GNU_Binutils

  • Object-oriented programming
  • Programming paradigm based on objects

    Object-oriented programming (OOP) is a programming paradigm based on objects – software entities that encapsulate data and function(s).[clarification needed]

    Object-oriented programming

    Object-oriented programming

    Object-oriented_programming

  • Natural scene perception
  • Processing of vision in typical environments

    time during the object identification stage, during which additional featural and identity information is received. The neural-object file theory deals with

    Natural scene perception

    Natural_scene_perception

  • Hidden file and hidden directory
  • File system object that is not displayed by default

    In computing, a hidden file or hidden directory is a file system object (such as a file or directory) that is excluded from a directory content report

    Hidden file and hidden directory

    Hidden_file_and_hidden_directory

  • File format
  • Structure of information stored on a computer

    List of free file formats List of motion and gesture file formats Magic number (programming) Object file Video file format Windows file types Filename

    File format

    File_format

  • MATLAB
  • Numerical computing environment and programming language

    the object. An example of a simple class is provided below: classdef Hello methods function greet(obj) disp('Hello!') end end end When put into a file named

    MATLAB

    MATLAB

    MATLAB

  • File carving
  • Data recovery technique

    PhotoRec Recover My Files IsoBuster "File Signatures". Simson Garfinkel, "Carving Contiguous and Fragmented Files with Fast Object Validation" Archived

    File carving

    File_carving

  • Digital object identifier
  • ISO standard unique string identifier for a digital object

    A digital object identifier (DOI) is a persistent identifier, or persistent handle, used to uniquely identify various objects, standardized by the International

    Digital object identifier

    Digital object identifier

    Digital_object_identifier

  • .dbf
  • DBASE database file format family

    The .dbf file extension represents the dBase database file. The file type was introduced in 1983 with dBASE II. The file structure has evolved to include

    .dbf

    .dbf

  • Inode
  • Data structure in a Unix file system

    (index node) is a data structure in a Unix-style file system that describes a file-system object such as a file or a directory. Each inode stores the attributes

    Inode

    Inode

  • CMake
  • Cross-platform build tool for configuring platform-specific builds

    (e.g. libxyz, xyz.dll etc.), object file libraries and pseudo-targets (including aliases). CMake can produce object files that can be linked against by

    CMake

    CMake

    CMake

  • Touch (command)
  • File creation and timestamp updating shell command

    typically ignore files that are older than a certain point of time. For example, make ignores a source code file that is older than the object file it is used

    Touch (command)

    Touch_(command)

  • FASM
  • Open source assembler for x86 processors

    as MS-DOS COM executable or SYS driver), objects: Executable and Linkable Format (ELF) or Common Object File Format (COFF) (classic or MS-specific), or

    FASM

    FASM

    FASM

  • Dynamic-link library
  • Microsoft's implementation of the shared library concept in Windows and OS/2

    functions of DLL and EXE files Dynamic library Library (computing) Linker (computing) Loader (computing) Moricons.dll Object file Shared library Static library

    Dynamic-link library

    Dynamic-link_library

  • Ar (Unix)
  • Unix archiver command

    maintaining multiple files as a single archive file (i.e. a file archiver). It is often used to create and update static library files that the link editor

    Ar (Unix)

    Ar_(Unix)

  • Multiple object tracking
  • Mental ability to track moving objects with attention

    of an "object file" is that of a record in the brain that stores the features of a visual object, with the location record updated as the object moves

    Multiple object tracking

    Multiple_object_tracking

  • Assembly language
  • Low-level programming language family

    needed (how many times the assembler reads the source) to produce the object file. One-pass assemblers process the source code once. For symbols used before

    Assembly language

    Assembly language

    Assembly_language

  • Rpath
  • Hard-coded search path

    shared object file: No such file or directory" error. Notes: readelf -d <binary_name> | grep 'R.*PATH' displays the RPATH or RUNPATH of a binary file. In

    Rpath

    Rpath

  • Proxy auto-config
  • Configuration file for computer networking

    A proxy auto-config (PAC) file defines how web browsers and other user agents can automatically choose the appropriate proxy server (access method) for

    Proxy auto-config

    Proxy_auto-config

  • Data segment
  • Storage segment

    In computing, a data segment (often denoted .data) is a portion of an object file or the corresponding address space of a program that contains initialized

    Data segment

    Data_segment

  • OBject EXchange
  • Communication protocol

    a file. Objects are fields and headers. As an example, the following may be the object used for requesting the phonebook from a mobile: This object contains

    OBject EXchange

    OBject_EXchange

  • Link
  • Topics referred to by the same term

    of HTML element Link, in a linked list Linker (computing), converts object files to executable Links (web browser) Microsoft Office Assistant Links, an

    Link

    Link

  • Strings (Unix)
  • Shell command for extracting printable text from a binary file

    initialized and loaded sections of an object file. For other types of files, it selects strings from the whole file. The command is available in Unix, Plan

    Strings (Unix)

    Strings (Unix)

    Strings_(Unix)

  • List of file systems
  • AvereOS that creates a NAS protocol file system in object storage. Cloudian using the Amazon S3 API DCE Distributed File System (DCE/DFS) from IBM (earlier

    List of file systems

    List_of_file_systems

  • SWF
  • Adobe flash file format

    SWF (/ˈswɪf/) is a defunct Adobe Flash file format that is used for multimedia, vector graphics and ActionScript. Originating with FutureWave Software

    SWF

    SWF

  • Readelf
  • readelf is a program for displaying various information about object files on Unix-like systems, similar to objdump. It is part of the GNU binutils. Both

    Readelf

    Readelf

  • A.out
  • Old Unix executable file format

    a.out is a file format used in older versions of Unix-like computer operating systems for executables, object code, and, in later systems, shared libraries

    A.out

    A.out

  • PLY (file format)
  • File format designed to store three-dimensional data from 3D scanners

    PLY is a computer file format known as the Polygon File Format or the Stanford Triangle Format. It was principally designed to store three-dimensional

    PLY (file format)

    PLY_(file_format)

  • God object
  • Large or very powerful object in programming

    In object-oriented programming, a god object (sometimes also called an omniscient or all-knowing object) is an object that references a large number of

    God object

    God_object

  • Memory-mapped file
  • Virtual memory region with bytes mapped to a file or file-like resource

    This resource is typically a file that is physically present on disk, but can also be a device, shared memory object, or other resource that an operating

    Memory-mapped file

    Memory-mapped_file

  • Wing Generator
  • Public sculpture in Indiana

    ap 2009 2. Snite Museum of Art archival object file on Wing Generator 3.Snite Museum of Art archival object file on Wing Generator, minutes from a meeting

    Wing Generator

    Wing_Generator

AI & ChatGPT searchs for online references containing OBJECT FILE

OBJECT FILE

AI search references containing OBJECT FILE

OBJECT FILE

AI search queriess for Facebook and twitter posts, hashtags with OBJECT FILE

OBJECT FILE

Follow users with usernames @OBJECT FILE or posting hashtags containing #OBJECT FILE

OBJECT FILE

Online names & meanings

  • Sparkes
  • Surname or Lastname

    English

    Sparkes

    English : variant of Sparks.

  • KERECACPA
  • Male

    Iranian/Persian

    KERECACPA

    Avestan name KERECACPA means "he of the lean horse." In mythology, this is the name of a hero god of second-rank in heaven who avenges his brother Urvaksha.

  • Jazibiyya |
  • Girl/Female

    Muslim

    Jazibiyya |

    Attraction, Charm, Appeal

  • Leverett
  • Boy/Male

    French

    Leverett

    Young rabbit.

  • Yudhajith
  • Boy/Male

    Hindu

    Yudhajith

    Victor in war, A hero, Soldier, Of a king of the kekayas and maternal uncle of Bharata

  • Kashihnu
  • Boy/Male

    Hindu, Indian

    Kashihnu

    Shining; Beautiful

  • Rohana
  • Girl/Female

    Arabic, Gujarati, Hindu, Indian, Kannada, Malayalam, Marathi, Muslim, Sanskrit, Tamil, Telugu

    Rohana

    Sandalwood

  • Janessa
  • Girl/Female

    African, American, Assamese, Bengali, Christian, Hebrew, Indian

    Janessa

    The Lord of Gracious; God is Gracious

  • Mausoof
  • Boy/Male

    Arabic, Muslim

    Mausoof

    Worthy of Description; Endowed with Laudable Qualities

  • Josefina
  • Girl/Female

    Spanish American

    Josefina

    God shall add. Feminine of Joseph.

AI search & ChatGPT queriess for Facebook and twitter users, user names, hashtags with OBJECT FILE

OBJECT FILE

Top AI & ChatGPT search, Social media, medium, facebook & news articles containing OBJECT FILE

OBJECT FILE

AI searchs for Acronyms & meanings containing OBJECT FILE

OBJECT FILE

AI searches, Indeed job searches and job offers containing OBJECT FILE

Other words and meanings similar to

OBJECT FILE

AI search in online dictionary sources & meanings containing OBJECT FILE

OBJECT FILE

  • Subject
  • a.

    Hence, that substance or being which is conscious of its own operations; the mind; the thinking agent or principal; the ego. Cf. Object, n., 2.

  • Inject
  • v. t.

    To throw in; to dart in; to force in; as, to inject cold water into a condenser; to inject a medicinal liquid into a cavity of the body; to inject morphine with a hypodermic syringe.

  • Object
  • v. t.

    That which is set, or which may be regarded as set, before the mind so as to be apprehended or known; that of which the mind by any of its activities takes cognizance, whether a thing external in space or a conception formed by the mind itself; as, an object of knowledge, wonder, fear, thought, study, etc.

  • Object
  • v. t.

    Sight; show; appearance; aspect.

  • Subject
  • a.

    Specifically: One who is under the authority of a ruler and is governed by his laws; one who owes allegiance to a sovereign or a sovereign state; as, a subject of Queen Victoria; a British subject; a subject of the United States.

  • Reject
  • v. t.

    To refuse to grant; as, to reject a prayer or request.

  • Subject
  • a.

    Exposed; liable; prone; disposed; as, a country subject to extreme heat; men subject to temptation.

  • Object
  • v. i.

    To make opposition in words or argument; -- usually followed by to.

  • Object
  • v. t.

    That which is put, or which may be regarded as put, in the way of some of the senses; something visible or tangible; as, he observed an object in the distance; all the objects in sight; he touched a strange object in the dark.

  • Subject
  • v. t.

    To cause to undergo; as, to subject a substance to a white heat; to subject a person to a rigid test.

  • Fetishism
  • n.

    Excessive devotion to one object or one idea; abject superstition; blind adoration.

  • Object
  • v. t.

    A word, phrase, or clause toward which an action is directed, or is considered to be directed; as, the object of a transitive verb.

  • Object
  • v. t.

    That by which the mind, or any of its activities, is directed; that on which the purpose are fixed as the end of action or effort; that which is sought for; end; aim; motive; final cause.

  • Subject
  • v. t.

    To bring under control, power, or dominion; to make subject; to subordinate; to subdue.

  • Abject
  • a.

    Sunk to a law condition; down in spirit or hope; degraded; servile; groveling; despicable; as, abject posture, fortune, thoughts.

  • Object
  • a.

    Opposed; presented in opposition; also, exposed.

  • Objected
  • imp. & p. p.

    of Object

  • Who
  • object.

    Originally, an interrogative pronoun, later, a relative pronoun also; -- used always substantively, and either as singular or plural. See the Note under What, pron., 1. As interrogative pronouns, who and whom ask the question: What or which person or persons? Who and whom, as relative pronouns (in the sense of that), are properly used of persons (corresponding to which, as applied to things), but are sometimes, less properly and now rarely, used of animals, plants, etc. Who and whom, as compound relatives, are also used especially of persons, meaning the person that; the persons that; the one that; whosoever.

  • Objector
  • n.

    One who objects; one who offers objections to a proposition or measure.

  • I
  • object.

    The nominative case of the pronoun of the first person; the word with which a speaker or writer denotes himself.