結合

けつごう
JLPT:N1
Frequency:
1

The act of joining or combining multiple things into one; linking or coupling (used as 'to combine' or 'to join').

NounIrregular VerbTransitive VerbIntransitive Verb

Examples

二つの部品を結合して新しい装置を作った。

We combined two parts to make a new device.

チームの力を結合すれば、より大きな成果が出せる。

If we combine the team's strengths, we can achieve greater results.

AとBを結合するプログラムを書いた。

I wrote a program that joins A and B.

2

In chemistry, a bond formed when atoms or molecules are linked (e.g. covalent bond, ionic bond).

NounIrregular VerbIntransitive VerbChemistry

Examples

水素原子は共有結合によってつながる。

Hydrogen atoms are linked by covalent bonds.

結合エネルギーが高いほど、化学結合は安定だ。

The higher the bond energy, the more stable the chemical bond.

3

In computing, an operation that joins tables or sets (e.g. join in relational algebra or SQL).

NounComputing

Examples

SQLで二つのテーブルを結合して必要なデータを取り出す。

Use SQL to join two tables and extract the needed data.

この結合は内部結合(INNER JOIN)を使って実装した。

This join was implemented using an INNER JOIN.