Answer:
- Information services and support
- Programming and software development
- Network systems administration
Explanation:
The company has finished designing a software program, but users aren’t sure how to use it. <u>interactive media</u>
Several people in the human resources department need new software installed. <u>information services and support</u>
An employee has an idea for a software program that can save the company time, but doesn’t know how to write it. <u> programming and software development</u>
A new branch of the company is opening soon, and the computers there need to be connected to the Internet. <u>network systems administration</u>
<u>OAmalOHopeO</u>
Answer:
1. Insert a table
2. Setting margins
3. Spelling and grammar correction
4. Header and footer
5. Search a word
Explanation:
1) A table can be inserted in a word document to manage data easily and in a more presentable way.
2) Different margins can be set according to the requirement and rulers can be made visible and invisible.
3) If by chance typo errors happen, a red wavy line indicates spelling mistakes and green indicates grammar mistakes which can be corrected easily.
4) Sometimes writing some professional documents, we need some text to be visible either on top or bottom of every page of that document which can be done with the help of headers and footers.
5) By pressing Ctrl+f we can easily search for a particular word in a document.
Answer:
They allow you to ask more questions and also your rank goes up or down.
Explanation:
You can only get 6 wrong of the 30 questions.
Answer:
Definition - What does Abstraction mean?
Abstraction is a fundamental principle in some types of computer science. It is a key design aspect of object-oriented programming languages and application programming interfaces. It's also one of the least understood ideas in programming, partially for semantic reasons.
PLEASE MARK BRAINLIEST
Abstraction is commonly defined as the extraction of relevant information from a larger data set, where utilizing abstraction allows engineers and others to simplify a codebase.
Techopedia explains Abstraction
The reason this is confusing to many people is that abstraction doesn't “sound like” what it is, semantically. It sounds like making something more vague, because that's how we use it in general language.
However, in computer science, abstraction typically means simplification and separating the signal from the noise in order to make programming more efficient and effective.
Explanation: