ZELFSTANDIG NAAMWOORD
A2
1
Gebruikspatroon:
the caller [on line number / on the phone]
The caller hung up before I could ask for their name.
A telefonáló letette a telefont, mielőtt megkérdezhettem volna a nevét.
Please hold while I connect you to the next available caller.
Kérem, tartsa a vonalat, amíg összekapcsolom a következő elérhető telefonálóval.
The police traced the caller and confirmed it was a false alarm.
The show took questions from a caller in New York.
Your last caller had a really interesting point about remote work.
Voorbeelden voor taalleerders
The caller did not leave a message.
A telefonáló nem hagyott üzenetet.
An unknown caller tried to reach me last night.
Tegnap este egy ismeretlen hívó próbált elérni.
The radio host spoke to a caller from London.
I did not know who the caller was.
The caller asked to speak with my manager.
Veelgemaakte fout:
Learners sometimes confuse "caller" with "call" and say *"I got a caller from him"* instead of "I got a call from him". "Caller" is the person; "call" is the action or the phone contact.
Betekenis
person making a phone call
Woordcombinaties
unknown caller
|cold caller
|phone caller
|incoming caller
|first-time caller
|returning caller
Synoniemen
phone caller (More explicit; makes clear the call is by telephone.)
|
caller on the line (Longer phrase, often used in broadcasting when talking about people calling a show.)
Antoniemen
receiver (Refers to the person who answers or takes the call, the opposite role to the person who initiates it.)
Thema's
communication
|technology
|daily life
|daily_life
Definitie
The person who is using the phone to call you or another person.
A person who is making a telephone call, especially the person on the other end of the line that you are speaking to or answering.
ZELFSTANDIG NAAMWOORD
B1
2
Gebruikspatroon:
a/the caller at [a place / the door]
We had an unexpected caller at the door just after midnight.
Éjfél után nem sokkal váratlan látogató állt az ajtónk előtt.
The company does not accept callers without an appointment.
A cég előzetes időpont nélkül nem fogad látogatókat.
She wasn’t taking any callers while she was recovering from surgery.
The museum asked all callers to check in at the front desk.
He was a regular caller at their home during the summer.
Voorbeelden voor taalleerders
There was a caller at the door this morning.
Ma reggel egy látogató állt az ajtónál.
The doctor will not see any callers today.
Az orvos ma nem fogad látogatókat.
We had many callers over the holiday.
An unexpected caller arrived during dinner.
The office only accepts callers between 9 and 5.
Veelgemaakte fout:
Learners sometimes use "visitor" when native speakers prefer "caller" in short, formal, or old-fashioned contexts (e.g. on office signs: "No callers without appointment"). However, in everyday conversation, "visitor" or simply "someone" is more common than "caller" for people who come to your home.
Betekenis
person who visits a place
Woordcombinaties
unexpected caller
|late-night caller
|uninvited caller
|regular caller
|door-to-door caller
Synoniemen
visitor (More general; can be for short or long visits, and not limited to quick calls.)
|
guest (Suggests a more welcomed or planned visit, sometimes longer or more formal than a simple caller.)
Antoniemen
host (The person receiving visitors, the opposite side of the visit from the caller.)
Thema's
daily life
|social
|home
|daily_life
|relationships
Definitie
A person who comes to a house or place to see someone for a short visit.
A person who visits someone’s home or another place, usually for a short time and often without a long stay or overnight visit.
ZELFSTANDIG NAAMWOORD
B1
3
Gebruikspatroon:
a/the [type of event] caller
The bingo caller read out the winning numbers slowly and clearly.
A bingóbemondó lassan és érthetően olvasta fel a nyerő számokat.
Our square dance caller kept the energy high all night.
A square dance-táncvezetőnk egész este pörgős hangulatot teremtett.
The raffle caller asked everyone to check their tickets carefully.
The new game caller struggled to keep up with the fast pace.
As caller, she made sure every player heard each number.
Voorbeelden voor taalleerders
The bingo caller said the next number.
A bingóbemondó bemondta a következő számot.
The dance caller told everyone where to move.
A táncvezető megmondta mindenkinek, merre lépjen.
The caller spoke loudly so all players could hear.
He worked as a bingo caller on weekends.
The caller made a mistake and repeated a number.
Veelgemaakte fout:
Learners may think "caller" always means someone on the phone and misunderstand phrases like "bingo caller". In these contexts, it means the person saying the numbers or moves, not calling by telephone.
Betekenis
person announcing moves or numbers
Woordcombinaties
bingo caller
|square dance caller
|raffle caller
|lottery caller
|game caller
Synoniemen
announcer (More general; used for TV, radio, and events, not only for games or dances.)
|
MC (Short for master of ceremonies; broader hosting role, not only calling numbers or moves.)
Antoniemen
participant (The person taking part in the game or dance, rather than leading it by calling out instructions.)
Thema's
entertainment
|games
|music
|arts_entertainment
|sports
Definitie
A person who says numbers, moves, or instructions aloud in a game or dance so other people can follow.
A person whose role is to call out instructions, numbers, or moves during a dance, game, or similar organized activity.
ZELFSTANDIG NAAMWOORD
B2
TECHNICAL
4
Gebruikspatroon:
the caller of [a function / method]
The function returns an error code to the caller.
A függvény hibakódot ad vissza a hívónak.
You can inspect the caller in the stack trace to find out where the bug originates.
A veremnyomban megvizsgálhatod a hívót, hogy kiderítsd, honnan ered a hiba.
This library validates its input and throws an exception if the caller passes invalid data.
The API checks whether the caller has the required permissions.
Control is handed back to the caller after the asynchronous operation completes.
Voorbeelden voor taalleerders
The caller sends data to the function.
A hívó adatokat küld a függvénynek.
After the function runs, it gives a value back to the caller.
Miután a függvény lefut, visszaad egy értéket a hívónak.
We log the caller so we know which part of the program used this method.
The caller must check if the result is null.
The program stopped before it returned to the caller.
Veelgemaakte fout:
Non-technical learners may confuse this with a person on the phone. In programming texts, "caller" almost always refers to code that calls another function, not to a human.
Betekenis
function or code that calls another
Woordcombinaties
caller function
|caller method
|caller context
|return to the caller
|identify the caller
Synoniemen
calling function (More explicit description; often used in explanations and documentation.)
|
invoking code (Technical phrase focusing on the action of starting a function.)
Antoniemen
callee (Technical term for the function that is being called, the opposite side of the call from the caller.)
Thema's
technology
|computing
|programming
Definitie
In computer code, the part of the program that calls or starts another function.
In computing, the function, method, or piece of code that invokes another function or routine.