"unsigned" in Korean
서명되지 않은
Definition
누군가의 서명이 없거나 서명되지 않은 상태를 뜻합니다. 컴퓨터에서 'unsigned'는 양수만 저장될 수 있는 값을 의미합니다.
Usage Notes (Korean)
공식 문서에서 자주 사용됩니다. IT에서 'unsigned integer'는 음수가 저장되지 않는 변수입니다. 'anonymous'(익명)와 다르게, 단순히 서명이 없는 경우입니다.
Examples
The contract is unsigned and needs your signature.
계약서가 **서명되지 않은** 상태라서 서명이 필요합니다.
We received an unsigned letter yesterday.
우리는 어제 **서명되지 않은** 편지를 받았습니다.
This form is unsigned; please sign at the bottom.
이 양식은 **서명되지 않은** 상태입니다. 아래에 서명해 주세요.
I can't process unsigned documents for security reasons.
보안상의 이유로 **서명되지 않은** 문서는 처리할 수 없습니다.
"Unsigned" integers in programming can't store negative values.
프로그래밍에서 '**unsigned**' 정수는 음수를 저장할 수 없습니다.
The agreement stayed unsigned for months because both parties wanted changes.
양측이 모두 수정을 원해서 합의서가 몇 달간 **서명되지 않은** 상태로 남아 있었습니다.