[3/24] Development English Words list

이건우·2022년 3월 24일
0

메모

목록 보기
4/6
  1. implementation 구현,
    The below is an example of the simplest implementation of an array data structure.
    (다음은 배열 데이터 구조의 가장 간단한 구현의 예 입니다.)

  2. nested 중첩
    that it does not have any other arrays nested within it.
    (그 안에 다른 배열이 중첩되어 있지 않습니다.)

  3. All arrays have a length property, which as shown above, can be very easily accessed with the syntax Array.length.
    모든 배열은/ length 속성을 가지고있다./ ~ 처럼 위에 표시된/ 매우 쉽게 접근하는/ Array.length 구문.

( 모든 배열에는 위에 표시된 것처럼 Array.length 구문을 사용하여 매우 쉽게 액세스할 수 있는 length 속성이 있습니다.)

  1. fundamental 근본적인,
  2. feature 특징

The fundamental feature of any data structure is, of course, the ability to not only store data,
(모든 데이터 구조의 기본 기능은 물론 데이터를 저장할 뿐만 아니라,)

  1. retrieve 검색하다.
    but to be able to retrieve that data on command.
    (그러나 명령에 따라 해당 데이터를 검색할 수 있습니다.)

  2. reference 참조
    This index doubles as the position of that item in the array, and how you reference it.
    (이 인덱스는 배열에서 해당 항목의 위치와 참조 방법을 나타냅니다.)

  3. enclose 넣다. ; 동봉하다. (inclose) ; 에워 싸다.(surround)
    In order to retrieve an element from an array we can enclose an index in brackets and append it to the end of an array,
    (배열에서 요소를 검색하기 위해 인덱스를 대괄호로 묶고 배열 끝에 추가할 수 있습니다.)

  4. commonly 일반적으로, 보통으로

  5. assign 할당하다. (=allot, allocate)

  6. notation 표기법.

  7. In addition to accessing the value associated with an index,
    (인덱스와 연결된 값에 액세스하는 것 외에도)

profile
내가 느낌만알고 한줄도 설명할줄 모른다면 '모르는 것'이다.

0개의 댓글