answersLogoWhite

0

Uppercase means capital letters, as in "ABCDE." Lowercase means non-capital letters, as in "abcde."

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What are uppercase and lowercase letters?

THESE LETTERS ARE IN UPPERCASE. these letters are in lowercase. These Letters Are in Upper and Lower Case.


What is meaning of capital M?

This just means to put the letter in upper case. The word capital here means upper case letters. Capital m is "M." Lowercase m is "m."


What is upper and lower case numbers and letters?

There are no upper or lowercase numbers, but uppercase letters are like this: ABCDEFGHIJKLMNOPQRSTUVWXYZ and lowercase are like this: abcdefghijklmnopqrstuvwxyz. ---- Contrary to what the above answerer has said, there actually are upper and lowercase numbers, which are used specifically when designing using typography. An Uppercase Number, 1 = One < Uppercase


What is upper and lowercase letter of the keyboard?

Examples: QWERTY is upper case i.e. capital letters qwerty is lower case


What is a good example for a Tumblr password?

you should have something with a lowercase, an upper case, and a number, over 6 letters!


What does Adding both upper and lowercase letters mean?

it means to add something a puctuation to both up and down


What is upper case?

Upper case is the opposite of lowercase. As you can see the text I'm writing, some of the letters look larger than the others, this is because I'm appropriately switching to uppercase. Here's an example of uppercase: 'HELLO MY NAME IS JOHN' Here's an example of lowercase: 'hello my name is john'


What is a word meaning the muscles on the upper arm?

The biceps is a word meaning the muscles on the upper arm.


Why do Linux care about upper and lowercase in file names?

It isn't so much that Linux cares about them as much as it supports them. The command line tools in Windows are modeled after MS-DOS, and thus cannot distinguish between upper- and lowercase letters. You cannot have two files that have the same name, but different capitalizations for this reason in Windows.Linux, however, recognizes the differences between upper- and lowercase letters. There are times when you might want to have different capitalizations but otherwise identical filenames. So file.txt, File.txt, and FILE.TXT are all considered separate file names.


What do PROPER UPPER and LOWER mean in Excel?

They are text functions. PROPER capitalizes the first letter in a text string and any other letters in text that follow any character other than a letter. All other letters are converted to lowercase letters. UPPER converts all letters to uppercase. LOWER converts all letters to lowercase.


Does god hear you?

The simple and universal answer is yes. If you believe in a god (upper case, lowercase, singular, plural, male, female or unknown) and you speak to him/her/them/it, you will be heard.


What is the code for case sensitive in HTML?

HTML in not case sensitive i.e. upper and lowercase does not matter. For example: <body> tag and <BODY> tag are the same.