"arrays" in Korean
배열
Definition
여러 개의 물건, 수, 혹은 객체들이 일정한 순서로 정렬된 모음입니다. 컴퓨터에서는 데이터 항목들을 한 곳에 모아 관리하는 자료 구조입니다.
Usage Notes (Korean)
'배열'은 일상에서는 정돈된 배열, 수학/컴퓨터에서는 구조적인 자료 모음입니다. '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.
과학자들은 분석을 쉽게 하기 위해 여러 **배열**로 실험 결과를 정리한다.