assembly

B2
Pronunciation
/əˈsɛmb.lɪ/
/əˈsɛmb.li/
Noun
7 definition(s)
1 Definition

A set of pieces that work together in unison as a mechanism or device.

Example Sentences
  • In order to change the bearing, you must first remove the gearbox assembly.
2 Definition

The act of putting together a set of pieces, fragments, or elements.

Example Sentences
  • assembly line
3 Definition

A congregation of people in one place for a purpose.

Example Sentences
  • freedom of assembly
4 Definition

A legislative body.

5 Definition

A beat of the drum or sound of the bugle as a signal to troops to assemble.

6 Definition

In Microsoft .NET, a building block of an application, similar to a DLL, but containing both executable code and information normally found in a DLL's type library. The type library information in an assembly, called a manifest, describes public functions, data, classes, and version information.

7 Definition

A programming language in which the source code of programs is composed of mnemonic instructions, each of which corresponds directly to a machine instruction for a particular processor.

Example Sentences
  • A skilled programmer can write very fast code in assembly language.