noun🔗Share튜플A finite sequence of terms."The teacher grouped students into tuples of two for the partner activity. "선생님은 짝 활동을 위해 학생들을 2명씩 튜플로 묶었습니다.mathcomputingnumberlistChat with AIVocabulary GamePractice Reading
noun🔗Share튜플, 행A single row in a relational database."In the student database, each tuple contains a student's ID, name, grade, and contact information. "학생 데이터베이스에서 각 튜플은 학생의 ID, 이름, 성적 및 연락처 정보를 포함합니다.computingtechnicalsystemChat with AIVocabulary GamePractice Reading
noun🔗Share함수 호출의 매개변수로 프로그램 또는 운영 체제에 전달되는 쉼표로 구분된 값 집합A set of comma-separated values passed to a program or operating system as a parameter to a function call."The program received tuples of student names and their corresponding grades to calculate the class average. "프로그램은 학급 평균을 계산하기 위해 학생 이름과 해당 성적의 튜플을 받았습니다.computingtechnicaltechnologyfunctionChat with AIVocabulary GamePractice Reading
noun🔗Share튜플In some programming languages, a data type that is similar but distinct from the list data type, whose instances are characterized by having a rather fixed arity, and the elements of which instances can differ from each other by data type. (Note: this definition may overlap with the previous one.)"Both Python and Haskell have a tuple data type as well as a list data type."파이썬과 하스켈 모두 튜플 데이터 타입과 리스트 데이터 타입을 가지고 있습니다.computingtechnologytypestructurelistChat with AIVocabulary GamePractice Reading