Anglų - Vengrų

comma

gb/kˈɑmə/ us/kˈɑmə/
A2 Anglų
vessző, vesszőnyi szünet, komma
DAIKTAVARDIS A2
1
Vartosenos šablonas:
a comma; a comma after/before [word/phrase]
Use a comma to separate items in a list: apples, oranges, and pears.
Használj vesszőt a felsorolás elemeinek elválasztására: alma, narancs és körte.
Place a comma after an introductory phrase like “In the morning,”.
Az angolban tegyél vesszőt az olyan bevezető kifejezések után, mint az „In the morning”.
She forgot the comma after “Yes,” and the sentence looked strange.
Mokymuisi skirti pavyzdžiai
Put a comma after “However,”.
Az angolban tegyél vesszőt a „However” után.
This sentence needs a comma.
Ebbe a mondatba kell egy vessző.
Dažna klaida:
Learners often use commas where English prefers a full stop/period, or they forget commas after introductory words (e.g., "However,").
Reikšmė
the punctuation mark (,)
Kolokacijos
use a comma |put a comma |add a comma |insert a comma |omit a comma |a comma after |a comma before |commas in a list |a missing comma |a misplaced comma
Sinonimai
punctuation mark (General term; not specific to commas.)
Temos
writing |grammar |education
Apibrėžimas

A comma (,) is a small mark used in writing to separate words or parts of a sentence.

A punctuation mark (,) used to separate parts of a sentence, especially items in a list, clauses, or additional information.

DAIKTAVARDIS B1
2
Vartosenos šablonas:
a comma in [number]
In US English, 10,000 uses a comma to separate thousands.
Az amerikai angolban a 10,000 alakban vessző választja el az ezres csoportokat.
The spreadsheet automatically added commas to long numbers.
A táblázat automatikusan vesszőkkel tagolta a nagy számokat.
Be careful: in English, 2.5 uses a point, not a comma.
Mokymuisi skirti pavyzdžiai
Write it as 1,500.
Írd így: 1,500.
This number needs a comma.
Ebbe a számba kell egy vessző.
Dažna klaida:
Many languages use a comma as a decimal separator; in English, the decimal mark is usually a point (3.5), not a comma (3,5).
Reikšmė
separator in large numbers
Kolokacijos
a comma in the number |thousands comma |a comma every three digits |remove the commas |format with commas |number with commas
Sinonimai
thousands separator (Name of the function; can be a comma or another symbol depending on locale.)
Temos
numbers |education |business
Apibrėžimas

In English, a comma is often used in big numbers like 1,000.

A comma used in some number formats to separate groups of three digits, especially in thousands (e.g., 1,000; 20,000).

DAIKTAVARDIS B2
3
Vartosenos šablonas:
separated by commas; a comma between [items]
Enter the tags separated by commas.
A címkéket vesszővel elválasztva add meg.
The file uses commas to separate each field.
A fájl vesszőkkel választja el az egyes mezőket.
If a company name contains a comma, the CSV needs quotes.
Mokymuisi skirti pavyzdžiai
Write the words with commas.
Írd a szavakat vesszővel elválasztva.
Separate the names with commas.
Vesszővel válaszd el a neveket.
Dažna klaida:
In CSV files, commas inside text fields must often be quoted; learners may split fields incorrectly.
Reikšmė
separator between items in data
Kolokacijos
comma-separated |separated by commas |a comma-delimited file |values separated by commas |a list of names with commas |a comma in a CSV |escape the comma
Sinonimai
delimiter (General technical term for any separating character.)
Temos
computing |data |writing
Apibrėžimas

A comma can separate values in a list, especially in computer files.

A comma used to separate items in a series, especially in data, fields, or values (for example in a comma-separated list).

DAIKTAVARDIS B2
4
Vartosenos šablonas:
a comma in [speech/reading]
She read the line with a clear comma after “Well,”.
Úgy olvasta fel a sort, hogy a „Nos” után jól hallható vesszőnyi szünetet tartott.
There’s a comma in the rhythm of that sentence that makes it sound gentle.
Van egy vesszőnyi szünet a mondat ritmusában, amitől szelídebben hangzik.
He spoke quickly, without even a comma.
Mokymuisi skirti pavyzdžiai
Pause at the comma.
Tarts szünetet a vesszőnél.
He spoke without a comma.
Egyetlen vesszőnyi szünet nélkül beszélt.
Dažna klaida:
Not every written comma should be a strong pause in speech; intonation often matters more than punctuation.
Reikšmė
a brief pause in speech
Kolokacijos
a slight comma |a natural comma |a comma pause |pause at the comma |a comma in the rhythm
Sinonimai
pause (More general; not tied to punctuation.)
Antonimai
continuation (No break or pause.)
Temos
speaking |reading |education
Apibrėžimas

A comma can mean a short pause when you speak.

A short pause in speaking or reading aloud, similar to the pause suggested by a comma in writing.

DAIKTAVARDIS C2 TECHNICAL
5
Vartosenos šablonas:
a comma of [type]; the [type] comma
Some tuning systems account for the syntonic comma.
Egyes hangolási rendszerek számolnak a szintonikus kommával.
The Pythagorean comma explains a small mismatch in certain intervals.
A püthagoraszi komma megmagyarázza bizonyos hangközök kis eltérését.
In temperament theory, a comma can be distributed across several steps.
Dažna klaida:
This meaning is unrelated to punctuation; learners may not realize the term is technical music vocabulary.
Reikšmė
tiny interval in musical pitch
Kolokacijos
syntonic comma |Pythagorean comma |a tuning comma |a comma difference |comma in temperament
Sinonimai
micro-interval (Broader term for any very small pitch interval.)
Temos
music |technical |education
Apibrėžimas

In music theory, a comma is a very small difference in pitch.

A very small interval between two pitches, discussed in tuning systems and music theory.

Gramatika
Pagrindinė forma
comma
IPA
GB/kˈɑmə/
US/kˈɑmə/
Skiemenys ir kirčiavimas
comma (1 skiemuo)
Stress on 1st syllable (comma)
Žodžio formos
Noun
  • Base: comma
  • Plural: commas
Žodžių šeima
Forms
commas noun
Related words
punctuation noun A2 punctuate verb
Posakiai

comma operator

1
/kˈɑmə ˈɑpɚˌeɪtɚ/
fixed phrase technical

programming operator using a comma

In some programming languages, a comma can act like an operator.

Pavyzdžiai
  • In C, the comma operator evaluates the left expression and then returns the value of the right one.
  • Most style guides recommend avoiding the comma operator because it can be hard to read.
  • The bug came from misunderstanding the comma operator in that expression.

comma splice

1
/kˈɑmə splˈaɪs/
fixed phrase technical

comma wrongly joining two sentences

A comma splice is when you join two full sentences with only a comma.

Pavyzdžiai
  • “I was tired, I went to bed” is a comma splice.
  • You can fix a comma splice by adding a conjunction or using a semicolon.
  • The teacher circled several comma splices in the essay.
Mokymuisi skirti pavyzdžiai
  • This is a comma splice.
  • Fix the comma splice.

comma-separated values

1
/kˈɑmə sˈɛpɚˌeɪtɪd vˈæljuz/
fixed phrase technical

data format with commas between fields

Comma-separated values (CSV) is a file format where commas separate the data.

Pavyzdžiai
  • Export the contacts as comma-separated values (CSV).
  • The report is stored in a comma-separated values file.
  • Some commas appear inside quotes, so they aren’t field breaks.
Mokymuisi skirti pavyzdžiai
  • Save it as CSV.
  • This is a comma-separated values file.

inverted commas

1
/ɪnvˈɚtɪd kˈɑməz/
fixed phrase

quotation marks (British English)

Inverted commas are the symbols “ ” or ‘ ’ used for quotes.

Pavyzdžiai
  • Put the title in inverted commas.
  • In British English, people often say “inverted commas” instead of “quotation marks”.
  • She wrote the phrase in inverted commas to show she was being sarcastic.
Mokymuisi skirti pavyzdžiai
  • Put it in inverted commas.
  • Use inverted commas for direct speech.

oxford comma

1
/ˈɑksfɚd kˈɑmə/
fixed phrase

comma before “and” in lists

The Oxford comma is the comma before “and” in a list.

Pavyzdžiai
  • The editor prefers the Oxford comma in all lists.
  • Without the Oxford comma, the sentence could be read in two ways.
  • Some newspapers omit the Oxford comma to save space.
Mokymuisi skirti pavyzdžiai
  • We use the Oxford comma here.
  • Do we need the Oxford comma?

serial comma

1
/sˈɪɹiəl kˈɑmə/
fixed phrase

another name for Oxford comma

The serial comma is the comma before the last item in a list.

Pavyzdžiai
  • The style guide says to use the serial comma.
  • Using a serial comma can prevent confusion in long lists.
  • They argued about the serial comma for half an hour.
Mokymuisi skirti pavyzdžiai
  • Add the serial comma.
  • This list needs a serial comma.

Malonu vėl Jus matyti!

Prisijunkite, kad tęstumėte

Neturite paskyros? Registruotis