大文字
例文
コアイメージ
アルファベットで小文字に対する大きな文字で、文頭や名前の頭文字、パスワード条件で使われることが多い
英英
A capital (uppercase) letter of the alphabet that contrasts with a lowercase letter and is commonly used to start sentences, indicate proper nouns, or meet password requirements.
語源
capital letterは、英語のcapital(ラテン語caput「頭」由来)が文字の大きさや目立ちを示す用法で使われるようになり、語として定着して大文字を表すようになった。
コラム
- コンピュータやサービスのパスワード表示でよく見られる表現で、capital letterは大文字を1文字以上含めるよう求める指示で使われる
例文
コアイメージ
アルファベットの大文字で、コンピュータ文脈ではA〜Zに対応する文字
英英
A letter in its uppercase form, typically referring to the Latin alphabet letters A–Z in computing contexts, distinct from lower-case letters.
語源
upper-case letterは、タイプケースの上段(upper case)に大文字が納められていた印刷用語が語源で、計算機分野でもその名称が用いられるようになった。
コラム
- プログラミングや認証では大文字と小文字の区別(case sensitivity)が重要で、パスワード規則で大文字の有無が意味を左右する