Answer:
following are expression to this question:
s.upper()
Explanation:
Example to use upper method:
s= "McGraw15" #defining string variable that holds a value
print (s) #print value
print ('changing into upper case: ') #print message
print (s.upper()) # call upper method and print its value
Output:
McGraw15
changing into upper case:
MCGRAW15
Description of upper method:
- In the given question it is defined, that "s" is a string variable, that holds a string value, and variable "s" uses a method to convert all the string value into upper-case.
- To convert all value into the upper case the "upper()" method is used, It is a built-in method, that converts all the value in the upper-case.
Answer:
Full
Explanation:
According to my research on IT tasks, I can say that based on the information provided within the question this type of software installation is called a Full Software Installation. This type of installation is usually done when installing a brand new operating system, which you then need to install all the necessary software that is commonly needed.
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.
The first and the most important advantage is that it
supports a simple data structure, mainly tables. Familiar to many users, the
table structure is an intuitive organization. Another main advantage of a
relational database as compared to others is better security. Once data are split into tables, certain
tables can be made confidential.