You should use the
option, when you create your document for the first time, and the
option to save the changes made to an existing document.

Answers

Answer 1

You should use the "Save As" option when you create your document for the first time, and the "Save" option to save the changes made to an existing document.

When you create a new document, using the "Save As" option allows you to specify the file name, file type, and location where the document will be saved. This creates a new file that can be easily identified and accessed later.

When you make changes to an existing document, you should use the "Save" option to save those changes to the same file. This updates the file with the latest changes and ensures that you don't lose any work.

Using both options appropriately ensures that you can keep track of your files and have the latest versions of your work saved.


Related Questions

Write a program that asks the user for their name and how many times to print it. If I enter Bob and 4 it should print:

Bob
Bob
Bob
Bob
Which loop correctly does this?

Group of answer choices

name = input("Enter your name: ")
num = int(input("Enter a positive number: "))

c = 0

while (c > num):
print (name)
c = c + 1

name = input("Enter your name: ")
num = int(input("Enter a number: "))

c = 0

while (c < num):
print(name)
c = c + 1

name = input("Enter your name: ")
num = int (input("Enter a number: "))

c = 1

while (num <= name):
print (name)
c = c + 1

name = input("Enter your name: ")
num = int(input("Enter a number: "))

c = 0

while(c <= num):
print (name)

Answers

Answer:

name = input("Enter your name: ")

num = int(input("Enter a number: "))

c = 0

while c < num:

print(name)

c += 1

Explanation:

This loop correctly prints the user's name for the specified number of times because it starts with c = 0 and continues to print and increment c until it reaches the value of num. The other loops either have incorrect conditions for the while loop to terminate or do not increment c correctly.

The program that asks the user for their name and how many times to print it is in explanation part.

What is programming?

The process of creating a set of instructions that tells a computer how to perform a task is known as programming.

Computer programming languages such as JavaScript, Python, and C++ can be used to create programs.

The loop that correctly prints the user's name the specified number of times is:

name = input("Enter your name: ")

num = int(input("Enter a positive number: "))

c = 0

while (c < num):

   print(name)

   c = c + 1

This loop sets the counter variable c to 0 and then enters a while loop that runs as long as c is less than the number of times the name is printed.

Thus, the program prints the user's name and increments the counter variable by one until the desired number of times is reached within the loop.

For more details regarding programming, visit:

https://brainly.com/question/11023419

#SPJ2

Which loop prints the numbers 1, 3, 5, 7, …, 99?\


c = 1

while (c <= 99):
c = c + 2
print(c)

c = 1

while (c < 99):
c = c + 1
print(c)

c = 1

while (c <= 99):
print(c)
c = c + 2

c = 1

while (c < 99):
print(c)
c = c + 1

Answers

The loop that prints the numbers 1, 3, 5, 7, …, 99 is:

The Loop

c = 1

while (c <= 99):

   print(c)

   c = c + 2

This loop initializes the variable c to 1, then enters a while loop that continues as long as c is less than or equal to 99.

During each iteration of the loop, the value of c is printed using the print function, and then c is incremented by 2 using the c = c + 2 statement.

This means that the loop prints out every other odd number between 1 and 99, inclusive.

Read more about loops here:

https://brainly.com/question/19344465

#SPJ1

Consider the following code:

for i in range (x, y):
print (i, end=" ")
What values for x and y will output the code below?

10 11 12 13 14 15 16 17 18 19

Group of answer choices

x = 19
y = 9

x = 10
y = 19

x = 10
y = 20

x = 19
y = 10

Answers

Answer:

x = 10

y = 20

Explanation:

The for loop is executed with the loop variable i taking on the values x, x+1, x+2, and so on, up to but not including y.

Since we want to output the numbers from 10 to 19 inclusive, we need to start the loop with x = 10 and end it with y = 20 (not inclusive).

The statement print(i, end=" ") is executed on each iteration of the loop, which prints the value of i followed by a space, without moving to a new line.

So the correct answer is x = 10 and y = 20.

What guideline should you use when attaching a document to an email?

A.
make sure the attachment is large enough to send

B.
use shorthand in the title so the title is short

C.
use a descriptive title for the document

D.
use document software that others might not have

Answers

Answer:

C

Explanation:

Option C is the correct answer. By using a descriptive title, the recipient of the email will know what the document contains without having to open it. This will also help the recipient to easily find the document if they need to refer to it later.

3. What is an example of a Digital Age Invention?

Answers

3D printing of body parts , fly vehicles

what are some proxy sites for school

Answers

Answer: Something that's not bad.

Explanation: Like maybe school work sites like classroom or docs stuff like that i guess.

Other Questions
I WILL MARK BRAINLIEST Have rabbits in Australia had a negative impact on the environment?YesNoWhich of the following is NOT an effect that an invasive species can have on an ecosystem?Responsesoverpopulation of the invasive species due to no natural predatorsreduced survival rate of native organismsreduced resources for native organismsintroducing new organisms ALWAYS benefits the native organisms in the ecosystemInvasive species are__accidentally transported to a new ecosystem.always sometimesnever Attempts to control the rabbit population has NOT cost the Australian government (taxpayers) any money.TrueFalseIf people do nothing to try to control the rabbit population in Australia, over time the vegetation would decrease, which would then cause the rabbit population to __increase decrease stay the same According to the article, which of the following organisms were NOT specifically mentioned as being impacted by the rabbit population?HumansPig-footed bandicootHumansPig-footed bandicoot,Eremophila plant,KangarooMosquitos and fleas carrying the Myxoma virusFencingReleasing wolvesTrapping and Shooting What do these lines reveal about Odysseus?He is humbleHe is a brave warriorHe is proud of his accomplishmentsHe is arrogant Discussthe importance of reading personal stories about injusces and big moments in history. What,if anything, do you think is Noahs message about apartheid? Please help with this thank you Simplify expression 6+(-4)(2-3)^2= Find all real x in each of the followingX=(-27)^-2/3 1. Let the point \( P \) be \( (-1,3) \) and the point \( Q \) be \( (3,7) \). Find the following. a. \( \mathbf{v}=\overrightarrow{P Q} \) b. \( \|\mathbf{v}\| \) c. \( \overrightarrow{P Q}+\overrigh Argument about the changes over time involving civil rights Find the area of the trapezoid. simplify (6k +5)(5k +5) history of Holocaust Describe how the mechanism of natural selection could cause a population where 55% of the worms were green, 25% were green with brown stripes, and 20% were brown to turn over 165 years in a population of 100% brown worms?55% 25% 20%100%1. Evidence of variation in the original population?2. Describe a selection pressure that could drive the change described in this case?3. Adaptive advantage of the favored phenotype? --What can the fittest do?4. What kind of selection is this? directional, disruptive, or balanced? 8.5 inches long. If the actual length of the line is 9.1 inches, then what was the percent error of the measurement, to the nearest tenth of a percent? Simplify each expression by performing the indici (a) z+3z; (b) z*3z; (c) -z-3z; (d) (-z)(-3z) (a) z+3z=1 which line from passage 1 BEST demonstrates houdini's physical prowess? aDressed only in a bathing suit, he drove up to the event in a racing car, flanked by cheering fans. bWhen he was still a child, he had his brother tie him up with ropes and leave him on the roof. cHe could hold his breath for over three minutes in freezing water. dAt the age of 52 he dared some college students to punch him in the stomach as hard as they could for as long as they wanted. I need help please! Im not sure how to solve In the context of this article, what were some of the causes of conflict in Egyptiansociety? What are some similar causes of conflict that still exist in society today? Howcould these conflicts be resolved? Compare the meaning of complacency with words that are slightly different in meaning: contentment, satisfaction, delight, and euphoria. Check the different connotations in a dictionary. PLEASE HELP :((( show BOTH distribution and FOIL to find the product of (3x - 2)and(2z + 6). Jamal works as an electricians apprentice. He rewired 4 electrical outlets in 1 and one-halfhours. If he works at the same pace for 7.5 hours, how many outlets will he rewire?