انگلیسی - مجاری

unsigned

gb/ʌnsˈaɪnd/ us/ʌnsˈaɪnd/
B1 انگلیسی
~ 6800
aláíratlan, névtelen, név nélküli, szerződés nélküli, szabadon igazolható, előjel nélküli
B1
1
الگوی کاربرد:
[an/this/the] unsigned [form/document/contract/agreement]
The bank returned the unsigned form and asked her to sign it in person.
A bank visszaküldte az aláíratlan űrlapot, és arra kérte, hogy személyesen írja alá.
Please do not submit the application unsigned, or it will be rejected.
Kérjük, ne nyújtsa be aláíratlanul a kérelmet, különben elutasítják.
An unsigned contract is not legally binding in this case.
We discovered several unsigned documents in the client’s file.
He accidentally mailed an unsigned letter to the insurance company.
نمونه‌های زبان‌آموزی
The teacher gave back my unsigned permission slip.
A tanár visszaadta az aláíratlan szülői engedélyemet.
You cannot send an unsigned check to the bank.
Nem küldhetsz aláíratlan csekket a banknak.
This is an unsigned contract, so you must sign here.
The company will not accept an unsigned application.
I found an unsigned letter on my desk.
اشتباه رایج:
Learners sometimes confuse "unsigned" with "not written" and say things like *"an unsigned email"* when they mean the email was never written. "Unsigned" specifically means the document exists but does not have the needed signature.
معنی
without a required signature
ترکیب‌های رایج
unsigned form |unsigned contract |unsigned agreement |unsigned letter |unsigned document |leave [something] unsigned
هم‌معنی‌ها
unexecuted (More formal and legal; often used for contracts that have not been fully signed or put into effect.)
متضادها
signed (Indicates that the required signature is present on the document.)
موضوع‌ها
business |law |administration
تعریف

Describes a form or paper that someone has not signed yet, but should sign.

Describes a formal document, form, or contract that does not yet have the necessary signature or signatures.

B2
2
الگوی کاربرد:
[an/the] unsigned [letter/note/editorial/painting]
The editor received an unsigned letter accusing the mayor of corruption.
A szerkesztő névtelen levelet kapott, amely korrupcióval vádolta a polgármestert.
Several unsigned notes were left on her desk over the weekend.
A hétvégén több névtelen cédulát hagytak az íróasztalán.
The newspaper published an unsigned editorial criticizing the new policy.
He owns an unsigned painting that may be worth a lot of money.
An unsigned comment was posted under the article and later removed.
نمونه‌های زبان‌آموزی
I found an unsigned note on my chair.
Találtam egy névtelen cetlit a székemen.
The newspaper printed an unsigned opinion piece.
Az újság név nélküli véleménycikket közölt.
She got an unsigned card for her birthday.
The teacher got an unsigned message from a parent.
There was an unsigned drawing on the wall.
اشتباه رایج:
Learners sometimes think "unsigned" here means the same as "secret" or "private". It only means the name or signature is missing; the content itself may still be public.
معنی
without a name or signature
ترکیب‌های رایج
unsigned letter |unsigned note |unsigned editorial |unsigned article |unsigned painting |left unsigned
هم‌معنی‌ها
anonymous (Emphasizes the unknown identity; slightly broader and more common in everyday speech.)
متضادها
signed (Shows that the creator or sender’s name or signature is clearly given.)
موضوع‌ها
communication |media |art |arts_entertainment
تعریف

Describes something like a letter or article with no name, so you do not know who made or sent it.

Describes a letter, message, article, artwork, or similar item that does not include the name or signature of the person who created or sent it.

B2
3
الگوی کاربرد:
[an/the] unsigned [artist/band/player/free agent]
They started as an unsigned band, playing small clubs around the city.
Szerződés nélküli zenekarként indultak, és kis klubokban játszottak városszerte.
The label is always looking for talented unsigned artists online.
A kiadó mindig tehetséges, szerződés nélküli előadókat keres az interneten.
He’s still an unsigned free agent as the season begins.
Many unsigned musicians release their work directly on streaming platforms.
Scouts attended the festival to discover promising unsigned acts.
نمونه‌های زبان‌آموزی
She is an unsigned singer with many fans.
Sok rajongója van, de még szerződés nélküli énekesnő.
The team wants to sign the unsigned player.
A csapat szeretné leigazolni a szabadon igazolható játékost.
The unsigned band plays at local bars.
He stayed unsigned after his last contract ended.
Many unsigned artists share music on the internet.
اشتباه رایج:
Learners sometimes confuse this with "unemployed". An "unsigned" artist or player may be very active and working, but they do not have a formal contract with a major company or team.
معنی
not under contract
ترکیب‌های رایج
unsigned artist |unsigned band |unsigned musician |unsigned player |unsigned free agent |remain unsigned
هم‌معنی‌ها
independent (Often used for musicians and artists; suggests working outside major companies, sometimes with a positive, creative connotation.)
متضادها
signed (Specifically means having an active contract with a label, team, or company.)
موضوع‌ها
business |entertainment |sports
تعریف

Describes a person or group that does not have a written work contract with a company, music label, or sports team.

Describes a person, group, or player who does not currently have a formal contract with a company, label, team, or similar organization.

C1 TECHNICAL
4
الگوی کاربرد:
[an] unsigned [int/integer/value/type]
Use an unsigned integer for values that will never be negative.
Használj előjel nélküli egész típust olyan értékekhez, amelyek soha nem lesznek negatívak.
The function returns an unsigned long to store larger positive numbers.
A függvény előjel nélküli long típusú értéket ad vissza nagyobb pozitív számok tárolására.
Casting a negative value to an unsigned type can produce unexpected results.
They changed the variable from signed to unsigned to extend the maximum range.
In this language, array indices are stored as unsigned values.
نمونه‌های زبان‌آموزی
The code uses an unsigned int for the counter.
A kód előjel nélküli int típust használ a számlálóhoz.
An unsigned number cannot be less than zero.
Egy előjel nélküli szám nem lehet kisebb nullánál.
We store the file size in an unsigned long.
You should not save negative values in an unsigned type.
Array length is often an unsigned value.
اشتباه رایج:
Learners often think "unsigned" simply means "no plus or minus sign is written". In programming, it means the data type itself cannot store negative values because it does not use a bit to mark sign.
معنی
number type without sign bit
ترکیب‌های رایج
unsigned integer |unsigned int |unsigned long |unsigned value |unsigned type |convert to unsigned
هم‌معنی‌ها
non-negative (General mathematical term; does not specifically imply a missing sign bit, but the range of values is similar.)
متضادها
signed (In computing, indicates a numeric type that can represent both negative and positive values using a sign bit.)
موضوع‌ها
technology |mathematics |computer_science |science
تعریف

In programming or math, describes a number type that can be zero or positive, but never negative.

In computing and mathematics, describes a numeric type or value that does not have a sign bit and can represent only zero and positive values.

دستور زبان
صورت پایه
unsigned
IPA
GB/ʌnsˈaɪnd/
US/ʌnsˈaɪnd/
هجاها و تکیه
un - signed (۲ هجا)
Stress on 2nd syllable (signed)
صورت‌های واژه
Adjective
  • Base: unsigned
خانوادهٔ واژه
Core family
sign verb A1 signature noun A2 signed adjective
Related words
signer noun signage noun
Advanced or less common
signatory noun
عبارت‌ها

unsigned artist

1
/ʌnsˈaɪnd ˈɑɹtɪst/
fixed phrase

musician without record contract

A singer or musician who is not signed to a record label.

نمونه‌ها
  • The festival focuses on unsigned artists from around the country.
  • Many unsigned artists use social media to build an audience.
  • The radio show plays new music from unsigned artists every week.

unsigned band

1
/ʌnsˈaɪnd bˈænd/
fixed phrase informal

band without record deal

A music group that does not have a contract with a record label.

نمونه‌ها
  • They started as an unsigned band playing in local bars.
  • The competition is open only to unsigned bands.
  • Many unsigned bands upload their songs online for free.

unsigned free agent

1
/ʌnsˈaɪnd fɹˈi ˈeɪd͡ʒənt/
fixed phrase

athlete without team contract

A professional sports player who does not have a contract with any team at the moment.

نمونه‌ها
  • He remains an unsigned free agent as training camp begins.
  • Several unsigned free agents are still looking for new teams.
  • The club signed an unsigned free agent to strengthen their defense.

unsigned int

1
/ʌnsˈaɪnd ɪnt/
fixed phrase technical

non-negative integer type in code

In many programming languages, an integer type that can be zero or positive, but not negative.

نمونه‌ها
  • The loop counter is declared as an unsigned int.
  • Use an unsigned int to store the number of items in the list.
  • The function returns an unsigned int representing the status code.

unsigned long

1
/ʌnsˈaɪnd lˈɔŋ/
fixed phrase technical

large non-negative integer type

In some programming languages, a large integer type that can store big numbers that are zero or positive, but not negative.

نمونه‌ها
  • File sizes are often stored in an unsigned long.
  • On this system, an unsigned long can hold very large values.
  • They changed the counter to unsigned long to avoid overflow.

unsigned integer

1
/ʌnsˈaɪnd ˈɪntəd͡ʒɚ/
fixed phrase technical

integer that cannot be negative

An integer number or type that allows only zero and positive values, not negative ones.

نمونه‌ها
  • An unsigned integer is enough for counting the number of items.
  • Array indices are usually stored as an unsigned integer.
  • We changed the field to an unsigned integer to double the maximum value.
  • The variable is defined as an unsigned integer to avoid negative results.
  • This field expects an unsigned integer in the configuration file.

خوش برگشتید!

لطفاً برای ادامه وارد شوید

حساب کاربری ندارید؟ ثبت‌نام کنید