الإنجليزية - المجرية

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.

مرحبًا من جديد!

مطلوب تسجيل الدخول للمتابعة

ليس لديك حساب؟ إنشاء حساب