FUNDAMENTALS OF COMPUTER

USING MICROSOFT EXCEL

USING THE RIGHT LEFT AND MID FUNCTIONS IN EXCEL

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the function of Lower____
A
Change the letters to lowercase
B
Change the letters to uppercase
C
Change the font to medium
D
Change the letters to italics
Explanation: 

Detailed explanation-1: -Converts all uppercase letters in a text string to lowercase.

Detailed explanation-2: -Python String lower() Method The lower() method returns a string where all characters are lower case.

Detailed explanation-3: -To convert the text to lowercase, type =LOWER(A2) instead. Use =UPPER(A2) in cases where you need to convert text to uppercase, replacing A2 with the appropriate cell reference.

Detailed explanation-4: -The strlwr( ) function is a built-in function in C and is used to convert a given string into lowercase. Syntax: char *strlwr(char *str);

Detailed explanation-5: -The toupper() function is used to convert lowercase alphabet to uppercase. i.e. If the character passed is a lowercase alphabet then the toupper() function converts a lowercase alphabet to an uppercase alphabet. It is defined in the ctype.

There is 1 question to complete.