While Angela is making modifications to Katie’s Word document, she would like to inform Katie of the reasoning for the change.

Which feature should Angela use?

Track Changes
email
Comments
Save File

Answers

Answer 1

Answer:

i think it's comments

Not too sure

Answer 2

While Angela is making modifications to Katie’s Word document, the feature that Katie should use is comments. The correct option is c.

What is a Word document?

Microsoft Office is thought of as including Microsoft Word. Word, PowerPoint, Excel, Outlook, and a number of other programs are included in the Office suite of Microsoft tools.

These may be used on Windows or macOS and are suitable for both personal and professional use. They are not the same thing; Microsoft Word is merely one of such app.

A comment is a section or tool that can be used by the editor of the Word document. Comments can be added to correct the document and to give information that can be specified, and comments can be removed.

Therefore, the correct option is c. Comments.

To learn more about Word documents, refer to the below link:

https://brainly.com/question/26695071

#SPJ5


Related Questions

What’s y’all’s favourite movie??? Mines Us

Answers

Answer:

Depends halloween movie, chrismas, scary

The internet's data pathways rely on what kind of hardware device to route data to its destination?
O IP addresses
O servers
O ISPs
routers

Answers

Answer:

D. Routers

Explanation:

A router can be defined as an electronic hardware device used in the field of telecommunications (networking) to forward or route packets of data from computer network to another. These packets are forwarded on the internet, from one computer network until the packets reaches its destination node through a transmission control protocol and internet protocol (TCP/IP) model.

Basically, a router is a networking device that is saddled with the responsibility of selecting the pathways for forwarding data packets over multiple computer networks through the use of an internal routing table.

Hence, the internet's data pathways rely on a hardware device known as router, to route data to its destination.

Answer:

routers

Explanation:

The internet consists of servers and routers that direct information to the right locations through a series of "hops." Each router receives packets of data, reads their addresses, and then forwards them on to the next point in their journey. Data hops from one router to another, getting closer and closer to its destination with each hop, until it is delivered.

The main routes of the internet made up of high-speed fiber optic cable bundles that can carry vast amounts of data nearly instantaneously between strategically interconnected networks and routers.

(Confirmed on Edge)

I hope this helped!

Good luck <3

A brown outline around a frame is an indication of which tool?​

Answers

Answer:

Direct Selection Tool

Explanation:

The Direct Selection tool is a tool that allows the selection of a single object or a single path such that an object already grouped with other objects can be directly and moved to a desired location

The Direct Selection tool can be used to select a container's content including graphics which are imported and specific points or paths of a figure or text to allow for drawing, text editing or to edit paths.

Be able to identify these different hazards ​

Answers

Answer:

In order to control workplace hazards and eliminate or reduce the risk, you should take the following steps: identify the hazard by carrying out a workplace risk assessment; determine how employees might be at risk; ... record and review hazards at least annually, or earlier if something changes

How would you make it so that you upload a ZIP file and it displays the images in number order from top to bottom?

25 points and a Brainliest if I can do so.

Answers

Answer: Create a Zipped Folder using Windows:

   Choose the folder you'd like to zip.

   Right-click the folder, point to Send to, and then click Compressed folder(zipped).

   A new zipped folder will appear in your Desktop, this Zip File can now be used for your HTML drop.

HOW TO UPLOAD:If you're on a PC using Windows, right-click the folder and in the menu that appears you should select Send to and then under that menu select Compressed (zipped) folder. You then should see a zip-file with the same name as the folder you created appear. You should upload this zip-file on the submission page.

Explanation:\

50 POINTS How do you express yourself and your creativity through computer science?
How can algorithmic thinking skills be used across multiple disciplines?
How can computer programs solve problems?

Answers

Answer:

1. I express myself through the designing, development and analysis of software and hardware used to solve problems in a variety of business, scientific and social contexts.

2. support the development of general reasoning, problem-solving and communication skills.

3. Through avoiding in repetious tasks and simplifying such works.

Provide one example of how information technology has created an ethical dilemma that would not have existed before the advent of I.T

Answers

Answer:

grip

Explanation:

aaaaaaaaaaaaaaaaaaa

Answer the questions about PowerPoint using the drop-down menus,
Which item is best created using PowerPoint?
How can the full version of PowerPoint be accessed?
What is the main component of PowerPoint?

Answers

Answer:

Presentations

Purchasing Office 365 or pirating which is illegal.

Slides

Answer:

-Presentions

-through office 365

-slides

Explanation:

1. To select a word in a document, you can do which of the following
Select all that apply.
(10 Points)
a. Select each character of the word
b. Double-click the word
c. On the keyboard, press Shift+Left arrow key or Shift+Right arrow key to select the word

Answers

A and B are the correct answers.

Before inserting a cover page or a blank page, where should the cursor be placed?
O at the end of the first line on the page to insert the new page after it
at the end of the last line on the page to insert the new page before it
at the beginning of the last line on the page to insert the new page after it
O at the beginning of the first line on the page to insert the new page before it

Answers

Answer:

At the beginning of the first line on a page to insert the new page before.

Explanation:

if you need more assistance please let me know.

cheers

Answer:

D.  at the beginning of the first line on the page to insert the new page before it

Explanation:

PLEASE HURRY!!!! Look at the image below!

Answers

Answer:

print()

The print() function prints the programs  message to the screen, or other standard output devices, I hope that this helps (◠‿◠)

Answer: i think it is input

Explanation:

because the word input means to put in something or  operate

What does it mean to read with expression?

to increase your reading rate
to emphasize important words
to understand vocabulary words
to read aloud to others

Answers

Answer: to emphasize important words

Explanation:

To read with expression simply means to emphasize the important words. When one is reading a text, one should be able to match the feelings expressed with what the text means.

It is ones ability to show feeling when reading. To properly use expression, one has to understand the meaning of the grammar or the words that are used in the sentence.

Answer:

yup there right

Explanation:

:)))))

Which is the most effective method of studying and memorizing many facts? using concept maps taking sequential notes using flash cards taking conceptual notes

Answers

Answer:

using flashcards

Explanation:

Many educationists agree that the use of flashcards can actually aid one's ability to study and memorize many facts.

What this method entails is that the individual writes a short note or fact on one side of the card. Next, a question prompting the fact is asked on the other side.

For example, a  student who wants to memorize the names of the capital cities of countries around the world may write the names on one side of the flashcard, and then the question: What is the capital city of....? By using such a method they'll effectively memorize them.

Answer:

using flashcards

Explanation:

i took the quiz

JAVA
Write a program which takes a positive int input from the user, then prints the digits of that number. You should separate the digits using spaces of line
breaks so they appear individually.
Sample run:
Enter a positive integer:
>2587

7
8
5
2

Answers

Following are the java program to the given question:

import java.util.*;//import package

public class Main //defining a class Main

{

  public static void main(String[] args)//defining main method  

  {

      Scanner ox = new Scanner(System.in);//creating Scanner class object

      System.out.print("Enter a positive integer: ");//println message

      int num = ox.nextInt();//input number

      while (num > 0) //defining while loop that check num value greater than 0

      {

           System.out.println( num % 10);//printing remainder value

           num=num / 10;//holding quotient value

      }

  }

}

Output:

Please find the attached file.

Program Explanation:

Import package.Defining class Main, inside the class, the main method is declared.Creating the Scanner class object and defines an integer variable "num" that takes an integer value from the user-end.After input, a while loop is defined that separates the number and prints its value.

Learn more:

brainly.com/question/24322104

which type of computer networks are bigger as well as smaller than a MAN?
the answer is LAN for the first blank and WAN for the second blank.
(hope that helped)

Answers

Answer:

which type of computer networks are bigger as well as smaller than a MAN?

the answer is LAN for the first blank and WAN for the second blank.

(hope that helped)

Explanation:

which type of computer networks are bigger as well as smaller than a MAN?

the answer is LAN for the first blank and WAN for the second blank.

(hope that helped)

Please help me with this

Answers

Answer:

Explanation:

what?

PLZ HELP!!! I'm a beginner in coding!

BTW, I'm a beginner in coding, so you don't have to get all fancy and stuff lol. Plz keep it "beginner's level" haha thx

1. Randomly choose rock, paper, or scissors for the computer
2. Ask the user to choose rock, paper, or scissors
3. Compare the computer’s choice to the player’s choice
4. Announce whether the computer or the human won

BUT!!! I already did 1, 2, and 3. I just need help with 4, how do I announce whether the computer or the human won? Am I suppose to use an if, elif, or else statement? Or a loop maybe? Please help! Thank you! Also, plz keep it simple, I just started learning coding

Answers

import random

rock,paper,scissors = 1,2,3

choice = int(input("Please choose 1 2 or 3: "))

computer = random.randint(1,3)

player_won = False

draw = False

if choice == computer:

   draw = True

elif choice == 1 and computer == 3:

   player_won = True

elif choice == 2 and computer == 1:

   player_won = True

elif choice == 3 and computer == 2:

   player_won = True

if player_won:

   print("You won!")

elif not player_won and not draw:

   print("The computer won!")

else:

   print("It's a draw!")

First, I recommend importing at the beginning of your program. Also, you can combine all your same datatype variables in one line. You also need to cast your user choice to an integer so you can compare it with the computer's choice. I wrote the if, elif, and else statements using a boolean variable. I simply wrote all the possibilities that would result in the player winning and this would result in the player_won variable being true. If this is the case, we print to the console, "You won!"

A central message that’s communicated by a writer or speaker is called

Answers

A central message that’s communicated by a writer or speaker is called a main idea

Answer:

C: the main idea

Explanation: ..

in which step of web design is storyboarding helpful?

a
Coding

b
Editing

c
Planning

d
Publishing

Answers

Answer:

the soup become too salty through the process of osmosis system specific message and you can get my points

Explanation:

his email address is going to change your notification delivery settings for Corona CA and you know that

Samantha wants to get a job where she would look for errors in computer code that other people have written. What search term should be entered on a job listing website to find that kind of job?
editor
database manager
debuger
program advisor

Answers

Answer:

debuger

Explanation:

Answer:

C debuger

Explanation:

The final wrap-up after the conflict is resolved is called the __________________________.

the subject is Audio/Video Productions
10 points

Answers

Answer:

resolution

Explanation:

This eventually leads to the final part of the novel known as the crisis resolution or denouement.

Which of the following BEST describes Computer Science (CS)?


It refers to meeting the technological needs of businesses.


It has to do with collecting and utilizing data.


It is the study of computers and computing concepts.


It refers to everything that involves computers.

Answers

Answer:

Explanation:

It has to do with collecting and utilizing data

Where does append add the new elements?
To the end of an array.
To the middle of an array.
To the beginning of an array.
In alphabetical/numerical order.

Answers

Answer:

"Option 1: To the end of an array." is the correct answer.

Explanation:

The word "Append" means adding to the end of a document.

Appending means whatever new content is added, it is added at the end of the document or data structure.

Similarly,

Appending an array means adding new elements to the end of the array.

Hence,

"Option 1: To the end of an array." is the correct answer.

The internet's data gathways rely on what kind of hardware devies to route data to its destination?

Answers

Answer:

router

Explanation:

What will you see on the next line?
>>>int(12.8)
___

Answers

Answer:

12

Explanation:

When you use the int() function on a float, it only cuts off everything past the decimal. Literally all it does. Also, the int() function doesn't round the number. Thus, proving the answer is 12.

hope i helped :D

Answer: 12

Explanation: got it right on edgen

plz answer this....quickkkkk​

Answers

C - Puts a list of items into order

Answer:

C. because a sorting algorithm is an algorithm that puts elements of a list in a certain order.

PLEASE HELP ME ASAP

In a spreadsheet, cells B2 through B10 store the cost price of items and cells C2 through C10 store the selling price. If the selling price exceeds the cost price, you earn a profit. Otherwise, you suffer a loss. Which formula will you use to determine whether you earn a profit? A. =IF(C2>B2;"Profit";"Loss") B. =IF(C2 B2;"Loss";"Profit") D. =IF(C2>B2;"Profit";"Profit")

Answers

Answer:

Im pretty sure the answer is a

Explanation:

If you play gta and don't know the song ''Glamorous'' Then what do you even do when you play?

Answers

you literally don’t do anything you’re just like dead of sun

Answer:

that me

Explanation:

Why is it Important to understand electricity?? Please answer fast the assignments already missing!!

Answers

Answer:

Electricity not only plays a big part in our daily lives at home, but it is extremely important for all the things that go on in the world around us in our modern life, such as industry that we depend on, communication as in form of radio, television, e-mail, the Internet, etc.

Explanation:

Who watches My Hero Acadamia​

Answers

Answer:

Me.

Explanation:

Its awesome

Omg yassss who do you ship with Izuku Midoria / Deku

Other Questions
All of the following are current issues in politics EXCEPT:A.environmental issuesB.womens right to voteC.hate crimes and speechD.intrusion of government in citizens lives 1. When does Congress convene and begin a new term?2. Describe the first day in session for the House of Representatives (Brieflysummarize, do not painstakingly repeat everything the text says...)3. What is the President's aim, goal, or purpose for delivering the State of theUnion message to Congress?4. Who are the current presiding officers of the House of Representatives andthe Senate? (This textbook was not written today-do not tell me it is JohnBoehner!5. Describe the responsibilities and powers of the Speaker of the House.6. Only what circumstance does the Vice President ever vote in the Senate?7. What are the responsibilities of the majority/minority leaders? And for theirraamat hina2 In 1768, how did the colonists feelwhen the British sent theRedcoats to occupy Boston?A. They welcomed them into the community.B. They became very angry.C. They drove them out of the city at gunpoint. Is 9, 5, 12, 11 solutions to 2w > 18? 3X-4 over 14 equals 9 over 10 solve for x Letters b and c are thy true or false please help me Okay yall Im confused Primary colors are mixed together to make other colors, so primary colors are a foundation. Can you think of something else that can be used or mixed to make something new? If you need help for an idea, think of food and cooking!Imagine that you are creating a self-portrait using paint. Which colors would you use if you could only choose three? Why would you choose these three? How do you think these colors would impact the tone (or feeling) of your self-portrait?For an artist, art supplies (like paints, brushes, paper, clay etc.) are their very important tools. What are some other jobs that require specific tools or supplies in order to be successful? Please come up with at least two examples and describe the tools.Imagine that you are the owner of an art studio where artists come and share the space to create art. What are some rules that you would make to keep your art studio safe and running smoothly? Why are these rules important? List and describe at least three rules.As an artist, how would you decide which medium you are going to use? Would it depend more on the subject of your art piece or the tone (feeling) you hope to create or something else entirely? Can you think of any other mediums that you know of that were not discussed in the unit? if you help me i will mark brainlist and your answer has to be a 5th-6th graders work 6x+1=3y+7 what is the slope in this equation if it is 2 pm at 30E, what time will it be at 45E 7,623 divided by 32 with a REMAINDER DO IT ON PAPER! 3x 12 = 24 is equivalent to x- 4= 8Which property of equality did I use to change 3x - 12 = 24?Addition PropertyDivision PropertySubtract PropertyMultiplication Property What value of x satisfies the equation below?12 ( x - 2 ) + 3 x = 1 2 ( x + 6 ) + 2 There are 12 members in a bicycle club this fall. But next summer, Noelle hopes the number of members will be 175% of this number. What is Noelles goal for the number of members next summer What is 89 -8? With decimal ms.ziesenis walked 1/4 of a mile in 1/2 of an hour. use multiplication to find the unit rate 11 more than five of a certain number is twenty more than 2 times of that number. what is the number? Choose the correct words to complete the sentences talking about food. A. I have a health / healthy diet. I eat lots of salad with lettuce and tomatoes. D. Crisps aren't good for you because they are high / low in salt. C. Eggs are a good source of carbohydrate / protein. D. Milk provides calcium / fibre for healthy teeth and bones. E. Fish is better than meat because it is usually high / low in fat. T. You need to have a balanced / an equat diet vith food from all the major food groups. S. It's OK to eat chocolate in / on moderation, You don't need to eat it every day. G is the circumcenter. Find BC. A. 15B. 20C. 25D. 30