different between component vs tuple

component

English

Etymology

Borrowed from Latin comp?n?ns, comp?n?ntis, present participle of comp?n? (assemble, put together).

Pronunciation

  • (US) IPA(key): /k?m?po?n?nt/

Noun

component (plural components)

  1. A smaller, self-contained part of a larger entity. Often refers to a manufactured object that is part of a larger device.

Derived terms

  • componentless
  • per-component

Translations

Adjective

component (not comparable)

  1. Making up a larger whole; as a component word.
  2. Made up of smaller complete units in combination; as a component stereo.

Catalan

Verb

component

  1. present participle of compondre

Dutch

Etymology

Borrowed from English component or German Komponente, from Latin comp?n?ns, present participle of comp?n? (assemble, put together).

Pronunciation

  • IPA(key): /?k?m.po??n?nt/
  • Hyphenation: com?po?nent
  • Rhymes: -?nt

Noun

component m (plural componenten, diminutive componentje n)

  1. component

Synonyms

  • onderdeel

Derived terms

  • tweecomponentenlijm

Related terms

  • componeren

Descendants

  • ? Indonesian: komponen

Latin

Verb

component

  1. third-person plural future active indicative of compon?

Romanian

Alternative forms

  • (component): component?

Etymology

Borrowed from Italian componente, German Komponente, from Latin comp?n?ns.

Pronunciation

  • IPA(key): /kom.po?nent/

Noun

component n (plural componente)

  1. component

Declension

Noun

component m (plural componen?i, feminine equivalent component?)

  1. member of a team or other group

Declension

Adjective

component m or n (feminine singular component?, masculine plural componen?i, feminine and neuter plural componente)

  1. component

Declension

component From the web:

  • what component of fitness is push ups
  • what component of fitness is jumping jacks
  • what component of fitness is running
  • what component of fitness is walking
  • what components make up a nucleotide
  • what component of fitness is squats
  • what component of fitness is yoga
  • what components of blood can be examined


tuple

English

Wikibooks

Wikibooks

Etymology

From the ending of the words quintuple, sextuple; from Latin -plus.

Pronunciation

  • (UK) IPA(key): /?t?p?l/, /?t??u?p?l/, /?tju?p?l/
  • (US) IPA(key): /?tu?p?l/, /?t?p?l/
  • Rhymes: -u?p?l, -?p?l

Noun

tuple (plural tuples)

  1. (set theory) A finite sequence of terms.
    A tuple is not merely a totally-ordered set because the same element can appear more than once in a tuple: for example, ( a , b , a ) {\displaystyle (a,b,a)} qualifies as a 3-tuple whereas it would not qualify as a totally-ordered set (of cardinality 3), because the set would be { a , b } {\displaystyle \{a,b\}} where a ? b {\displaystyle a\leq b} and b ? a {\displaystyle b\leq a} so that a = b {\displaystyle a=b} ; i.e., it would actually be a one-element set, { a } {\displaystyle \{a\}} , not even just two-element.
    If commutativity were added to a tuple, it would turn into a multiset or "bag". For example, words (of some alphabetic language) can be considered to be tuples of letters. If the ordering requirement on those letters were lifted, then the word would become a multiset of letters equivalent to those of its anagrams.
  2. (computing) A single row in a relational database.
  3. (computing) A set of comma-separated values passed to a program or operating system as a parameter to a function call.
  4. (computing) In some programming languages, a data type that is similar to 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.
    Unlike lists, tuples are not formed by consing.

Synonyms

  • (finite sequence of terms): n-tuple (when the sequence contains n terms), ordered pair (when the sequence contains exactly two terms), triple or triplet (when the sequence contains exactly three terms)

Related terms

  • -tuple
  • ordered pair
  • tuplet
  • component

Translations

Anagrams

  • let up, let-up, letup, plute

tuple From the web:

  • what tuple in python
  • what tuple meaning
  • what's tuple in database
  • what tuple in c#
  • what's tuples in sql
  • what tuple in scala
  • what tuple does in c#
  • tuple what is it used for
+1
Share
Pin
Like
Send
Share

you may also like