What is the meaning of Lowercase in english?

Computer Definitions L - Definitions in Computer Definitions 3 years ago

  2   0   0   0   0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating
Lowercase

Sometimes abbreviated as LC, lowercase is a typeface of small characters. For example, a, b, and c is lowercase and A, B, and C is uppercase. As long as the Shift key is not being pressed and the Caps lock is not active everything typed is in lowercase.

Note

Programming languages, like Lisp, may refer to lowercase as downcase. Some users may also use the TERM undercase when describing lowercase characters.

How to uncapitalize

In Microsoft Word, a capitalized words can be "uncapitalized" (converted to lowercase). To uncapitalize text in a Word document, HIGHLIGHT the text and press the KEYBOARD shortcut Ctrl+F3.

  • How to highlight or select text.
Using the lc command

Many programming and scripting languages use the lc command to convert a variable into lowercase. For example, in the example below is how the lc command can be used in Perl.

my $example = "HELLO WORLD";
$example = lc($example);

In the above example, the $example variable is first set as all lowercase. The second line makes the text all lowercase.

Should I use "lowercase" or "lower case" in my writing?

Both "lowercase" and "lower case" (with a space) are correct. HOWEVER, you should only use one form in your writing. According to The Associated Press Stylebook and the Microsoft Manual of Style, write "lowercase" as one word when used as an adjective and as a noun.

Posted on 20 May 2022, this text provides information on Computer Definitions related to L - Definitions in Computer Definitions. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Tuteehub forum answer Answers

Post Answer

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.