Margie has found a stock template to use. She changes a few things about the formatting and then saves the
template in the Templates Folder to use again. The next time Margie wants to access this template, she will go to
File, New, Sample templates.
File, New, My templates.
File, Open, My Documents.
File, Open, New Folder

Answers

Answer 1

Answer:

file open my documents

Explanation:

because if she saved it she would have to go to her documents to open it

Answer 2

Answer:

I listened to the other person and got the question WRONG. Had I gotten that question right I would have ended with all A's this semester. So thanks a lot and the answer is File, New, My Templates

Explanation:


Related Questions

Use Mathematica
Given the two vectors u = <6, -2, 1> and v = <1, 8, -4> a) Find u * v, and find u*v

b) Find angle between vectors u and v.

c) Graph both u and v on the same system.

d) Now, graph vectors u, v and on the same set of axes and give u * v a different color than vectors u and v.

e) Rotate graph from part d and show two different views of the cross product.

f) Find the normal vector to vector u.

Answers

a) To find the dot product of the vectors u and v, we can use the Dot function in Mathematica. The dot product is calculated as follows:

u.v = Dot[u, v]

b) To find the angle between vectors u and v, we can use the ArcCos function in Mathematica. The angle is calculated as follows:

angle = ArcCos[(u.v)/(Norm[u]*Norm[v])]

c) We can graph both vectors u and v on the same system using the ListVectorPlot3D function in Mathematica. This will display the vectors in a 3D coordinate system.

ListVectorPlot3D[{u, v}]

d) To graph vectors u, v, and u * v on the same set of axes with different colors, we can use the Graphics3D function in Mathematica. We can assign a different color to u * v using the Directive function.

Graphics3D[{Arrow[{{0, 0, 0}, u}], Arrow[{{0, 0, 0}, v}],

 Directive[Red], Arrow[{{0, 0, 0}, u*v}]}]

e) To rotate the graph from part d and show two different views of the cross product, we can use the ViewPoint option in the Graphics3D function. By specifying different viewpoints, we can obtain different perspectives of the graph.

Graphics3D[{Arrow[{{0, 0, 0}, u}], Arrow[{{0, 0, 0}, v}],

 Directive[Red], Arrow[{{0, 0, 0}, u*v}]},

ViewPoint -> {1, -1, 1}]

Graphics3D[{Arrow[{{0, 0, 0}, u}], Arrow[{{0, 0, 0}, v}],

 Directive[Red], Arrow[{{0, 0, 0}, u*v}]},

ViewPoint -> {1, 1, 1}]

f) To find the normal vector to vector u, we can use the Cross function in Mathematica. The normal vector is calculated as follows:

normal = Cross[u]

The function Cross[u] computes the cross product of u with the standard basis vectors. The resulting vector represents the direction perpendicular to the plane spanned by u.

For more such answers on dot product

https://brainly.com/question/30404163

#SPJ8

Select the correct answer
What kind of approach should you follow to create a website a visually challenged person as well as a person with normal vision can use
with ease?

Answers

As a visually disabled person my self (if you want to check it out I have something called Aniridia) I love when websites have tabs easy to identify each category of the website. Additionally, when websites have clear bold titles and not to many words close together (it really do be putting strain on ones eye when that happens so having separated paragraphs is awesome if the website has words) but other than that it’s all I could think of from my POV. Hope this helps you :)

Answer:

Understand web standards and code using XHTML.

Explanation:

trust me

Question 1
What are the four layers of the computer architecture?

Answers

Explanation:

The layers of computer architecture are the hardware, operating system, software, and user layers.

Answer:

The four layers are hardware, operating system, software, and user layers.

Explanation:

how i want to be good in coding for subject c programming? anyone has a suggestion?​

Answers

Answer:

Get more details about Standard Library Functions in C.

Use logical variable names to avoid any confusion.

Don't forget to check a complete guide for Variables in C.

Explore how Escape Sequence in C make your coding better.

What is the data type of the following variable?
name = "John Doe"

Answers

In computer programming, a variable is a storage location that holds a value or an identifier. A data type determines the type of data that can be stored in a variable. The data type of the following variable, name = "John Doe" is a string data type.

In programming, a string is a sequence of characters that is enclosed in quotes. The string data type can store any textual data such as names, words, or sentences.The string data type is used in programming languages such as Java, Python, C++, and many others. In Python, the string data type is denoted by enclosing the value in either single or double quotes.

For instance, "Hello World" and 'Hello World' are both strings.In conclusion, the data type of the variable name is string. When declaring variables in programming, it is important to assign them the correct data type, as it determines the operations that can be performed on them.

For more such questions on variable, click on:

https://brainly.com/question/28248724

#SPJ8

One foot equals 12 inches. Write a function named feet_to_inches that accepts a number of feet as an argument and returns the number of inches in that many feet. Use the function in a program that prompts the user to enter a number of feet and then displays the number of inches in that many feet.

Answers

Answer:

def feet_to_inches( feet ):

      inches = feet * 12

      print(inches, "inches")

feet_to_inches(10)

Explanation:

The code is written in python.  The unit for conversion base on your question is that 1 ft = 12 inches. Therefore,

def feet_to_inches( feet ):

This code we define a function and pass the argument as feet which is the length in ft that is required when we call the function.

inches = feet * 12

Here the length in ft is been converted to inches by multiplying by 12.

print(inches, "inches")

Here we print the value in inches .

feet_to_inches(10)

Here we call the function and pass the argument in feet to be converted  

       

Role and importance of internet in today's world

Answers

Today, the internet has become unavoidable in our daily life. Appropriate use of the internet makes our life easy, fast and simple. The internet helps us with facts and figures, information and knowledge for personal, social and economic development.

My pc suddenly freezes and i can't open any apps or task manager. Apps do not open at all and if i restart from the start it gets stuck on restart forever. I have to force restart my pc a couple of times before it is back to normal. What is wrong?

Answers

Answer:

Explanation:

You might need a new computer or a new mother board

Addressing is an added feature on the Internet, and is not required for proper operation of the Internet, as packet switching is the principle communication feature. Group of answer choices True False

Answers

Answer:

True

Explanation:

The statement is true. Packet switching is a method that groups the data and transmit it over the digital network. It is basis for communication in the computer. When the two host decides to communicate the network creates a control function and data is transmitted. Addressing is an added and is not mandatory for the operations of the internet as packet switching.

Please Help 50 points

10. The amount of risk involved in driving is determined by (1 point)
O the level of control you have.
the insurance premium you pay.
O the type of vehicle you drive.
O the probability of collision.

Answers

Answer: The amount of risk involved in driving is determined by the probability of collision.

Explanation:

The total number of AC cycles completed in one second is the current’s A.timing B.phase
C.frequency
D. Alterations

Answers

The total number of AC cycles completed in one second is referred to as the current's frequency. Therefore, the correct answer is frequency. (option c)

Define AC current: Explain that AC (alternating current) is a type of electrical current in which the direction of the electric charge periodically changes, oscillating back and forth.

Understand cycles: Describe that a cycle represents one complete oscillation of the AC waveform, starting from zero, reaching a positive peak, returning to zero, and then reaching a negative peak.

Introduce frequency: Define frequency as the measurement of how often a cycle is completed in a given time period, specifically, the number of cycles completed in one second.

Unit of measurement: Explain that the unit of measurement for frequency is hertz (Hz), named after Heinrich Hertz, a German physicist. One hertz represents one cycle per second.

Relate frequency to AC current: Clarify that the total number of AC cycles completed in one second is directly related to the frequency of the AC current.

Importance of frequency: Discuss the significance of frequency in electrical engineering and power systems. Mention that it affects the behavior of electrical devices, the design of power transmission systems, and the synchronization of different AC sources.

Frequency measurement: Explain that specialized instruments like frequency meters or digital multimeters with frequency measurement capabilities are used to accurately measure the frequency of an AC current.

Emphasize the correct answer: Reiterate that the current's frequency represents the total number of AC cycles completed in one second and is the appropriate choice from the given options.

By understanding the relationship between AC cycles and frequency, we can recognize that the total number of AC cycles completed in one second is referred to as the current's frequency. This knowledge is crucial for various aspects of electrical engineering and power systems. Therefore, the correct answer is frequency. (option c)

For more such questions on AC cycles, click on:

https://brainly.com/question/15850980

#SPJ8

describe how computer technology is intergrated in manufacturing, theatre and education. ​

Answers

Computer technology is integrated in manufacturing, theatre and education It allows theatrical possibilities to be broadcast across the world.

How computer technology is integrated in education?

Integration of technology in education simply guides to the use of technology to enhance the student learning experience. Utilizing various types of technology in the classroom, including a virtual classroom, creates learners who are vigorously confronted with learning objectives.

How technology is integrated in theatre or the arts?

Modern technology has made it easier for cinemas to upgrade the visual appeal of their presentations and accomplish a variety of tasks. Through automation and 3D printing, sets can be completed faster, contain more detail and pull viewers more in-depth into the setting and story.

To learn more about Computer technology, refer

https://brainly.com/question/17506968

#SPJ9

Encryption A. rearranges messages by a special process. B. creates firewalls to protect data. C. avoids the need for separation of duties. D. cannot be broken by hackers.

Answers

Answer:

B

Explanation:

its some sort of data protecting the data within it, and B makes more sense.

Creates firewalls to protect data is the Encryption.

What is Encryption?

Data can be scrambled using encryption so that only authorized parties can decipher it. Technically speaking, it is the process of changing plaintext that can be read by humans into ciphertext, which is incomprehensible text.

In plainer terms, encryption changes readable data to make it seem random. A cryptographic key, or collection of numbers that the sender and the recipient of an encrypted message both agree upon, is needed for encryption.

A string of characters called a cryptographic key is used in an encryption method to change data so that it appears random. It locks (encrypts) data, just like a real key, so that only someone with the proper key may unlock (decrypt) it.

Therefore, Creates firewalls to protect data is the Encryption.

To learn more about Encryption, refer to the link:

https://brainly.com/question/17017885

#SPJ2

A network uses a star topology. How are the devices connected?

A.
Each device is connected to two other devices.
B.
Each device is connected to a bus.
C.
Each device is connected to all the others.
D.
Each device is individually connected to a central device.

Answers

Answer:

D. Each device is individually connected to a central device.

based on the condition.
The starting value of looping statement is calle
This is the final (last) value of loop statement a
This is a non-executable statement which is al
of QBASIC.
This statement is used to make variable global
It is declared in the main program and changes
This statement is used to close the one or more​

Answers

Answer:

A subroutine is a block of statements that carries out one or more tasks. ... they share all variables with the rest of the main program. ... Once you have defined a function in your program, you may use it in any appropriate expression, such as: ... Thus, functions can- not change the values of the arguments passed to them.

Explanation:

You are a web designer, and a client wants you to create a website for their new business. Discuss what you would talk about with the client to ensure they were getting the website they wanted. What questions would you ask the client? What information would you need from the client?

Answers

Answer:

1. for what purpose?

2. the pattern design of web

3. what the client wants to add in the web

4. his contact number and email

5. the logo of the business

6. talk about pricing  

Explanation:

Which of the following choices is not an example of a posible career in information technology

Answers

Compared to the remaining streams Networking systems is not an example of possible career in Information technology stream.

What is Information Technology?

Information Technology (IT) is the use of  computers, storage, networks and other physical devices, infrastructure and processes to create, process, store, protect and exchange all forms of electronic data .

IT is generally used in the context of business operations rather than technology used for personal or recreational purposes.

Commercial use of IT includes both information technology and telecommunications

What is Networking systems?

Networking, also known as computer networking, is the transfer and exchange of  data between nodes on a common information system medium.

To know more Networking systems visit:

https://brainly.com/question/27148473

#SPJ1

Cual es la constante de proporcionalidad de la función f(x)= 4x-6 ​

Answers

I just need points because I’m failing thank you !!

Which of the following if statements uses a Boolean condition to test: "If you are 18 or older, you can vote"? (3 points)

if(age <= 18):
if(age >= 18):
if(age == 18):
if(age != 18):

Answers

The correct if statement that uses a Boolean condition to test the statement "If you are 18 or older, you can vote" is: if(age >= 18):

In the given statement, the condition is that a person should be 18 years or older in order to vote.

The comparison operator used here is the greater than or equal to (>=) operator, which checks if the value of the variable "age" is greater than or equal to 18.

This condition will evaluate to true if the person's age is 18 or any value greater than 18, indicating that they are eligible to vote.

Let's analyze the other if statements:

1)if(age <= 18):This statement checks if the value of the variable "age" is less than or equal to 18.

However, this condition would evaluate to true for ages less than or equal to 18, which implies that a person who is 18 years old or younger would be allowed to vote, which is not in line with the given statement.

2)if(age == 18):This statement checks if the value of the variable "age" is equal to 18. However, the given statement allows individuals who are older than 18 to vote.

Therefore, this condition would evaluate to false for ages greater than 18, which is not correct.

3)if(age != 18):This statement checks if the value of the variable "age" is not equal to 18.

While this condition would evaluate to true for ages other than 18, it does not specifically cater to the requirement of being 18 or older to vote.

For more questions on Boolean condition

https://brainly.com/question/26041371

#SPJ8

To help insure that an HTML document renders well in many web browsers it is important to included which at top of file

Answers

Answer:

<!DOCTYPE html>

Explanation:

This tells the browseer that the code is HTML5 format

Why is it easier to spot a syntax error than a logical error?​

Answers

Answer:

Even small typos that do not produce syntax errors may cause logic errors. ... The logic error might only be noticed during runtime. Because logic errors are often hidden in the source code, they are typically harder to find and debug than syntax errors.Explanation:

Open the code6-3 columns.css file and
create a style rule for the article
element to display the contents in a 3
column layout with a minimum column
width of 350 pixels, separate the
columns with a 5 pixel border in the ridge
style and using the color value rgb(231,
231, 231), and set the space between the
columns to 20 pixels.

Answers

The rule instructs the article element to use the ridge style and show its content in three columns with a minimum column width of 350 pixels, a 20 pixel space between columns, and a 5 pixel border.(231, 231, 231).

What distinguishes a CSS crest from a CSS groove?

Using the 3D effect "groove," the border appears to be carved into the fabric. In contrast to groove, which makes the edge appear to recede from the canvas, ridge is a 3D effect.

article {

 column-count: 3;

 column-width: 350px;

 column-gap: 20px;

 column-rule: 5px ridge rgb(231, 231, 231);

}

To know more about column visit:

https://brainly.com/question/30528366

#SPJ9

For which task would you use a tel+F command (Cmd+F on a Mac)

Answers

Answer:

You would use the Ctrl+F (Windows) or Cmd+F (Mac) command to find specific words or phrases within a document or web page.

Create a python program that will input their name and their age. It will show an output "Hi, {name} ! How are you? I know you are {age} old."

I WILL MARK YOU AS BRAINLIEST​

Answers

Answer:

age = 10

name = Cynthia

make an f string so the variables appear in the string. There are other ways to do this but I prefer f strings instead of using string concatenation. It causes problems adding 2 strings together most of the time.

print(f'Hi, {name} ! How are you? I know you are {age} old.')

Question 11 (2.5 points)
A start-up company has hired you to implement an email strategy for its organization.
The company wants all of its employees to have an enterprise-level email client and
is considering Windows Live Essentials. They ask you if there are any limitations
about this email solution. Which of the following is a major limitation?

Answers

Answer:

the dot

Explanation:

the dot is a good day forecast for a bit

problem description IT​

Answers

In IT, a problem description refers to a clear and concise explanation of an issue or challenge that needs to be resolved within a technology system or application.

How is this so?

It involves providing relevant details about the symptoms, impact, and context of the problem.

A well-written problem description outlines the specific errors, failures, or undesired behavior observed and provides enough information for IT professionals to analyze and identify potential solutions.

A comprehensive problem description is crucial for effective troubleshooting and problem-solving in the IT field.

Learn more about Problem Description at:

https://brainly.com/question/25923602

#SPJ1

Across the breadth of decision domains,
O The greater use of intuition over analytics results in stronger organizational
performance
The greater use of analytics over intuition results in stronger organizational
performance
O The use of analytics over intuition results in improved performance in about 75 percent
of the decision domains
O The use of analytics over intuition results in improved performance in about 50 percent
of the decision domains

Answers

Answer: C. The use of analytics over intuition results in improved performance in about 50 percent of decision domains.

Explanation: This suggests that while analytics can be a powerful tool for decision-making, there are still many situations in which intuition plays an important role. It is important for organizations to strike a balance between using analytics and intuition to make decisions that lead to improved performance.

List the rules involved in declaring variables in python . Explain with examples

Answers

In Python, variables are used to store values. To declare a variable in Python, you need to follow a few rules:

1. The variable name should start with a letter or underscore.

2. The variable name should not start with a number.

3. The variable name can only contain letters, numbers, and underscores.

4. Variable names are case sensitive.

5. Avoid using Python keywords as variable names.

Here are some examples of variable declaration in Python:

1. Declaring a variable with a string value

message = "Hello, world!"

2. Declaring a variable with an integer value

age = 30

3. Declaring a variable with a float value

temperature = 98.6

4. Declaring a variable with a boolean value

is_sunny = True

The epa requires spray guns used in the automotive refinishing process to have transfer efficiency of at least

Answers

The epa requires spray guns used in the automotive refinishing process to have transfer efficiency of at least  65 percent transfer efficiency.

What is the transfer efficiency

EPA lacks transfer efficiency requirement for auto refinishing spray guns. The EPA regulates auto refinishing emissions and impact with rules. NESHAP regulates paint stripping and coating operations for air pollutants.

This rule limits VOCs and HAPs emissions in automotive refinishing. When it comes to reducing overspray and minimizing wasted paint or coating material, transfer efficiency is crucial. "More efficiency, less waste with higher transfer rate."

Learn more about transfer efficiency  from

https://brainly.com/question/29355652

#SPJ1

you are adding a new rack to your data center, which will house two new blade servers and a new switch. the new servers will be used for file storage and a database server. the only space you have available in the data center is on the opposite side of the room from your existing rack, which already houses several servers, a switch, and a router. you plan to configure a trunk port on each switch and connect them with a crossover utp plenum cable that will run through the suspended tile ceiling in the data center. to provide power for the new devices, you had an electrician install several new 20-amp wall outlets near the new rack. each device on the rack will be plugged directly into one of these new wall outlets. what is wrong with this configuration? (select two.) - No. You must use a cross-over cable to connect the two switches together.
- Yes. This configuration complies with data center best practices.
- No. You should not use blade servers for virtualization.
- No. You should not run a cable across the floor of the data center.
- No. You must implement the UPS and power supplies to the rack externally.

Answers

No. You shouldn't cross the data center's floor with a cable.

Which of the aforementioned electrical outlets is intended only for surge protection?

A laser printer should only be connected to surge protection outlets or a wall outlet directly. External hard drives, second LED monitors, and inkjet printers should all be plugged into battery backup outlets.

Which of the following components receives client requests and routes them to particular servers?

Which of the following components receives client requests and routes them to particular servers? When a client submits a request, a load balancer receives it and distributes it to various servers.

To know more about data center visit:-

https://brainly.com/question/30046513

#SPJ1

Other Questions
An example of retaliatory trade restrictions is Multiple Choice O China's tightening control of the export of rare earths. the U.S. response to the EU ban of hormone-treated beet the EU restraint on Microsoft for bunding its product the Japanese refusal to allow U.S. military equipment in Japan 1564.25.) Price of bond eTextbook and Media Attempts: 1 of 3 used Using multiple attempts will impact your score. 25% score reduction after attempt 1 (b) Determine the price of the bond that pays coupons semi-annually. (Round present value factor calculations to 5 decimal places, e.g. 1.25124 and final answer to 2 decimal places, e.g. 1564.25.) Price of bond Attempts: 0 of 3 used Using multiple attempts will impact your score. 25% score reduction after attempt 1 The diagram below illustrates that the mass of an atom of element X is equivalent to the total mass of 7 hydrogen atoms. X H H H H H H X H 14 Scan this qr code for a suprise Georgia directed whites living in Cherokee territory to sign an oath pledging what?and What happened to missionaries who refused to take the oath? A political movement that promotes an extreme form of nationalism, a denial of individual rights, and a dictatorial one-party rule is called:___________ Sometimes you might not be able to see a new substance forming, so be on the lookout for evidence that a chemical change has occurred. A change in smell and color can indicate that a new substance has formed. For example, caramelized onions have a very different smell than raw onions. They have a darker color, too. Other physical properties about the onions change during caramelization, including their texture. The formation of bubbles can be evidence of a chemical change, but only if they indicate that a new gas is formed. If you heat a pot of water, the water will begin to boil. Those bubbles are not any new substance forming. Theyre just the same water you started with changing state from liquid to gas.Based on this passage, if you cannot see that a new substance has formed,Aonly a physical change could have occurred.Ba chemical change might have occurred.Ca change in state has always occurred.Dno change could have occurred. Describe applications for variables and functions? (it's for VEX) What is the value of the expression 142.7? In this lesson, you learned most people say you get hired or fired within the first 30 seconds of an interview. Describe five items you should do during an interview to present yourself successfully. Write a minimum of three complete sentences. 1 answer the the relevant excel formula when then place your answers in the cells when given are five observations for two variables, x and y 14 a. compute the 15 b use 4 decimals use 4 decimals the t test statistic for the correlation coefficient.x(1,2,3,4,5)y(3,7,5,12,16)a. Compute the sample correlation coefficientb. Compute the t test statistic for significance using the correlation coefficient help me baecuase i need help on thios 1. Why did the Puritans believe that the family should beorderly? Find the perimeter of this shape A certain recipe calls for a ham to bake between 30 minutes and 40 minutes,inclusive.30___x____40? a client is scheduled for surgery to remove an abdominal mass. the nurse knows that which reason hemodilution would be contraindicated as a method to provide blood to the client during the surgery? If you are diagnosed with athlete's foot, what type of pathogen is causing the infections? a. bacteria b. fungi c. protozoa d. viruses The water level of a river is 40 feet. The water level is receding at a rate of 0.5 foot per day. In how many days will the water level be 35 feet? Those who hold jobs that require manual labor are in the a. working class. c. underclass. b. upper middle class. d. lower middle class. what protein is made from 5-aug-uaa-cuc-3'