"arrays" in Japanese
配列
Definition
複数の物や数、オブジェクトが整然と並んでいる集合体です。コンピュータでは、データをまとめて扱うための型です。
Usage Notes (Japanese)
'配列'は日常会話で「整然と並んだもの」という意味ですが、理数やプログラム分野では主にデータ型や管理方法を指します。「assortments」や「sets」とは規則性の点で異なります。
Examples
The teacher placed the books in neat arrays on the table.
先生は机の上に本をきれいな**配列**で並べました。
In math, we learned about number arrays today.
今日は数学で数の**配列**について学びました。
Computers can store data in arrays to make searching faster.
コンピュータはデータを**配列**に保存して検索を速くできます。
There are many different arrays of flowers in the garden.
庭にはいろいろな**配列**の花があります。
If you want to process lots of numbers quickly, try using arrays in your code.
たくさんの数を早く処理したいなら、コードで**配列**を使ってみてください。
Scientists organize their test results in several arrays for easy analysis.
科学者たちは分析しやすいようにテスト結果をいくつかの**配列**に整理します。