Answer:
the quick access toolbar can be customized to include additional commands such as. -"tell me what you want to do" box ... custom programs or additional commands that extend the functionality of a Microsoft office program ... in the open window. it also includes ribbon display options and control buttons that enable you to ...
Explanation:
The best answer to this question should be (A)
Cloud Computing.
In general, cloud computing is the term used for the delivery
of hosted services over the internet. We can also simply put cloud computing as
the delivery of computing services like storage, servers, databases, software
and more over the internet.
I think the best one is voice recognition keyboards.
Would perfect work there
Mark as brainliest
Answer:
import csv
def Csvreader(filename):
with open("filename", "r") as file:
content = file.csv_reader()
list_content = list(content)
file.close
return list_content
Explanation:
This is a python description of the function that reads the csv file and converts it to a list, from the list, each item can accessed with its index and updated directly. Use this to draw the same conclusion for a java program.
Answer: a) acceptable use policy
Explanation:
- Acceptable use policy (AUP) is a policy that is regarding the usage of internet services and other network facilities with certain responsibility , rights and regulations.
- This policy governs the internet use being done till permitted extent and is not interrupting security and ethics for any reason in corporate world, school premises etc.
- Other options are incorrect because privacy policy is made for maintaining privacy.Fair use policy permits limited amount of copyrighted components to be used. Digital rights is related with regulation of digital element and environment.
- Thus, the correct option is option(a).