In the lesson, you were introduced to the difference between data, information, and knowledge. Think of an example in your life where a number could be described as data, information, and knowledge.
A file won’t open on your friend’s computer, which leads to the inevitable question: “Why do there even need to be different file types, anyway?” How would you respond?
Think about the last business that you purchased a product or a service from. What three types of software might they need? Why would they need them?
If virtual reality becomes commonly used, what are some problems and concerns that might arise?
A family member who hasn’t worked with computers before has decided to change jobs. You’ve been asked to explain some of the basics. You begin by explaining the basic idea of word processing software, spreadsheets, databases, and presentation software. You sense that the following question is coming: “Why so many different things? Why can’t there just be one software that you could use for everything?” How would you answer?

Answers

Answer 1

Answer:

subject  

Computers and Technology, 26.08.2021 15:30 laiba012305

A family member who hasn’t worked with computers before has decided to change jobs. You’ve been asked to explain some of the basics. You begin by explaining the basic idea of word processing software, spreadsheets, databases, and presentation software. You sense that the following question is coming: “Why so many different things? Why can’t there just be one software that you could use for everything?” How would you answer? {This is not for a quiz, test, exam so dont report me. I would ask my dad but he's at work.}

Explanation:

Answer 2

Answer:

information technology​ (it) pertains to the​ hardware, software, and data components. an information system​ (is) is an assembly of​ data, procedures, and people that produces information.Explanation:


Related Questions

John is now responsible for system security at a small bookkeeping firm. He wants to ensure that he implements good fundamental security. What is the

Answers

To implement good fundamental security practices at the bookkeeping firm, John should consider the following:
Strong Passwords: Encourage employees to use unique and complex passwords for their accounts, and regularly update them. Multi-factor Authentication

Employee Training: Educate employees on security best practices, such as identifying phishing emails, avoiding suspicious downloads, and being cautious about sharing sensitive Access Control: Implement strict access control measures to limit employee access to sensitive data and systems based on the principle of least privilege.

Regular Security Audits: Conduct regular security audits to identify any vulnerabilities and address them promptly.
By following these fundamental security practices, John can help ensure the safety of the bookkeeping firm's systems and data.

To know more about fundamental security visit :-

https://brainly.com/question/31718409

#SPJ11

Cloud storage refers to the storage of data on ______.

Answers

Answer:

server

Explanation:

The storage of the data on the server of the web app is known as cloud storage.

The information regarding cloud storage is as follows:

It is the model of cloud computing in which the data is stored on the internet via the cloud computing provider that managed and operates the data storage.Also, it removes the purchasing & managing of the data storage infrastructure.

Therefore we can conclude that the storage of the data on the server of the web app is known as cloud storage.

Learn more about the data here: brainly.com/question/10980404

Using the flowchart below, what value when entered for Y will generate a mathematical error and prevent our flowchart from being completely executed? 3 0 1 None of these values will produce a mathematical error

Using the flowchart below, what value when entered for Y will generate a mathematical error and prevent

Answers

Answer:

The answer is the last choice that is "None of these values will produce a mathematical error".

Explanation:

In this question, the above given choice correct because neither of the flowchart procedures could trigger a mathematical error. This error could not be induced by multiplication, addition and subtraction, and the only division by 15. It is the only divide by 0, that's why the above flowchart will produce a mathematical error.

Think of a binary communication channel. It carries two types of signals denoted as 0 and 1. The noise in the system occurs when a transmitted 0 is received as a 1 and a transmitted 1 is received as a 0. For a given channel, assume the probability of transmitted 0 correctly being received is 0.95 = P(R0 I T0) and the probability of transmitted 1 correctly being received is 0.90 = P(R1 I T1). Also, the probability of transmitting a 0 is 0.45= P(T0). If a signal is sent, determine the
a. Probability that a 1 is received, P(R1)
b. Probability that a 0 is received, P(R0)
c. Probability that a 1 was transmitted given that a 1 was received
d. Probability that a 0 was transmitted given that a 0 was received
e. Probability of an error

Answers

The probability that a 1 is received, P(R1), is 0.1.The probability that a 0 is received, P(R0), is 0.55.The probability that a 1 was transmitted given that a 1 was received is 0.8182 (approximately).The probability that a 0 was transmitted given that a 0 was received is 0.8936 (approximately).The probability of an error is 0.1564 (approximately).

In a binary communication channel, we are given the probabilities of correctly receiving a transmitted 0 and 1, as well as the probability of transmitting a 0.

a. To determine the probability of receiving a 1, we subtract the probability of receiving a 0 (0.45) from 1, resulting in P(R1) = 1 - P(R0) = 1 - 0.45 = 0.55.

b. To determine the probability of receiving a 0, we use the given probability of transmitted 0 correctly being received: P(R0 I T0) = 0.95. Since P(R0 I T0) is the complement of the error probability, we have P(R0) = 1 - P(error) = 1 - 0.05 = 0.55.

c. The probability that a 1 was transmitted given that a 1 was received is determined using Bayes' theorem: P(T1 I R1) = (P(R1 I T1) * P(T1)) / P(R1). Substituting the given values, we have P(T1 I R1) = (0.9 * 0.55) / 0.55 = 0.9.

d. Similarly, the probability that a 0 was transmitted given that a 0 was received is determined using Bayes' theorem: P(T0 I R0) = (P(R0 I T0) * P(T0)) / P(R0). Substituting the given values, we have P(T0 I R0) = (0.95 * 0.45) / 0.55 = 0.8936 (approximately).

e. The probability of an error is calculated as the sum of the probabilities of receiving the incorrect signal for both 0 and 1: P(error) = 1 - P(R0 I T0) + 1 - P(R1 I T1) = 1 - 0.95 + 1 - 0.9 = 0.05 + 0.1 = 0.1564 (approximately).

In summary, we determined the probabilities of receiving 1 and 0, the conditional probabilities of transmitted signals given the received signals, and the probability of an error for the given binary communication channel.

Learn more about Probability

brainly.com/question/31828911

#SPJ11

Lab: even/odd values in an array

write a program that reads a list of integers, and outputs whether the list contains all even numbers, odd numbers, or neither. the input begins with an integer indicating the number of integers that follow. assume that the list will always contain less than 20 integers.

ex: if the input is: 5 2 4 6 8 10

the output is: all even

ex: if the input is: 5 1 3 5 7 9

the output is: all odd

ex: if the input is: 5 1 2 3 4 5

the output is:

not even or odd
your program must define and call the following two functions. isarrayeven returns true if all integers in the array are even and false otherwise. isarrayodd returns true if all integers in the array are odd and false otherwise.
bool isarrayeven(int inputvals[], int numvals)
bool isarrayodd(int inputvals[], int numvals)

please answer in c

Answers

def input_values(new_list):

   new_list = []

   n = int(input('Enter number of values: '))

   for i in range(n):

       new_list.append(int(input('Enter values: ')))

   def is_list_even(new_list):

       for i in range(len(new_list)):

           if new_list[i]%2!=0:

               return False

           return True

   def is_list_odd(new_list):

       for i in range(len(new_list)):

           if new_list[i]%2==0:

               return False

           return True

   num=input_values()

   if is_list_even(num)==True:

       print('all even')

   elif is_list_odd(num)==True:

       print('all odd')

   else:

       print('not even or odd')

in the abstraction of a network, routers are represented as vertices, and links are represented as edges. what might be the cost of a link in real life?

Answers

The cost of a link in real life can vary depending on a variety of factors.

In the abstraction of a network, routers are represented as vertices, and links are represented as edges. The cost of a link in real life may depend on various factors such as the type of network, the distance between the routers, the bandwidth requirements, and the quality of the link.The cost of a link in real life is typically determined by the distance between the routers, the bandwidth requirements, and the quality of the link. For instance, if the distance between two routers is far, the cost of the link will be higher due to the extra equipment and maintenance that will be required to maintain the link. On the other hand, if the bandwidth requirements are high, the cost of the link may also be higher since more resources will be required to maintain the link. In addition, the quality of the link can also affect the cost. If the link is unreliable or prone to errors, the cost of maintaining the link will be higher since more resources will be required to ensure that the link is always available and reliable.

Learn more about routers here:

https://brainly.com/question/30368671

#SPJ11

what does reporter failure mean on adt alarm system

Answers

On ADT alarm system, Failure trouble basically means that the monitoring service isn't working properly because of a communication issue with the system. As a result, the home or business is vulnerable.

How does the ADT alarm system function?

ADT will strategically place sensors throughout the home to ensure that each zone is covered. The motion then activates a reaction, such as a security light or a camera that begins recording, all through the wireless connection. The movement can also be reported to the ADT monitoring team.

ADT indoor security cameras come with phone security alerts, infrared night vision, a slim design, and secure WiFi. They provide a variety of views for live and recorded feeds and include professional installation.

Failure trouble on an ADT alarm system basically means that the monitoring service isn't working properly due to a communication issue with the system.

Learn more about the ADT alarm system, refer to:

https://brainly.com/question/28199257

#SPJ5

In the context of an ADT alarm system, "reporter failure" typically refers to a communication issue between the alarm panel and the monitoring center.

ADT alarm systems are designed to send signals or reports to a central monitoring station when an alarm event occurs, such as a break-in or a fire. The monitoring center then takes appropriate actions, such as contacting the homeowner or dispatching emergency services.

When the alarm system displays a "reporter failure" message, it indicates that the panel is unable to establish communication with the monitoring center. This can happen due to various reasons, including but not limited to:

Network or internet connectivity issues: If the alarm system relies on an internet or cellular connection to communicate with the monitoring center, any disruptions in the connection can result in a reporter failure.

Learn more about network on:

https://brainly.com/question/29350844

#SPJ6

In honor of Black History Month, write an essay about a black person who has inspired YOU in some way. This person does not have to be famous, it can be a coach, a pastor, or family friend. This essay must be 10 sentences or more.​

Answers

Answer:

I will be talking about Jackie Robinson. Robinson was known for playing baseball with the Brooklyn Dodgers from 1947 to 1956, I will share a few of his other accomplishment.

In 1935, Robinson graduated from Washington Junior High School and enrolled at John Muir High School Recognizing his athletic talents, Robinson's older brothers Mack (himself, an accomplished athlete and silver medalist, at the 1936 Summer Olympics) and Frank inspired Jackie to pursue his interest in sports.

At Muir high school , Robinson played several sports , football, basketball, track, baseball and tennis. He played shortstop and catcher on the baseball team, quarterback on the football team, and guard on the basketball team. With the track and field squad, he won awards for the broad jump.

In 1936, Robinson won the junior boys singles championship at the annual Pacific Coast Negro Tennis Tournament.

He earned a place on the annual baseball tournament all-star team,

In late January 1937, the News newspaper reported that Robinson "for two years had been the outstanding athlete at John Muir, starring in football, basketball, track, baseball and tennis.

As Jackie was encouraged to move forward by his brothers Mack and Frank. Today, his accomplishments inspires me to keep moving forward.

Explanation:

Dictionaries: Group 1
1. Given the dictionary, answer the questions:
inventory = {
'gold' : 500,
'pouch': ['flint', 'twine', 'gemstone'],
'backpack': ['xylophone', 'dagger', 'bedroll', 'bread loaf']
}
1. Write code that will print out 500, the value associated with key gold.
2. Write code that will pick out the word 'twine' from inside the dictionary, using indexing
3. Add 50 to the number stored under the 'gold' key
4. Add a key to inventory called 'pocket', whose value is a list consisting of the strings 'seashell', 'strange berry', and 'lint'
5. Remove 'dagger' from the list of items stored under the 'backpack' key

Answers

Here are the answers to the questions regarding the given dictionary:inventory = {'gold' : 500,'pouch': ['flint', 'twine', 'gemstone'],'backpack': ['xylophone', 'dagger', 'bedroll', 'bread loaf']}1. Code that prints out the value 500 associated with the key gold.inventory['gold'] # Output: 5002.

Code that will pick out the word 'twine' from inside the dictionary, using indexing .inventory['pouch'][1] # Output: twine3. Code that adds 50 to the number stored under the 'gold' key .inventory['gold'] += 50 # Now the value associated with the key 'gold' will be 5504.

Code that adds a key to inventory called 'pocket', whose value is a list consisting of the strings 'seashell', 'strange berry', and 'lint'. inventory['pocket'] = ['seashell', 'strange berry', 'lint']5. Code that removes 'dagger' from the list of items stored under the 'backpack' key .inventory['backpack'].remove('dagger')

To know more about Code visit:

https://brainly.com/question/15301012

#SPJ11

a __________ is a collection of data records in a centralized database or a synchronized distributed database, defined to be authoritative within the organization.

Answers

A data warehouse is a collection of data records in a centralized database or a synchronized distributed database, defined to be authoritative within the organization.

This repository is a large and well-organized store of data that is used to guide the decision-making process within the company. Data warehousing is a process that involves the consolidation of data from multiple sources into a central location, which is then used to guide decision-making activities. A data warehouse is a collection of data records in a centralized database or a synchronized distributed database, defined to be authoritative within the organization.

A data warehouse is an essential tool for organizations that need to manage large volumes of data. These tools help organizations to efficiently consolidate data from various sources into a central location. The purpose of this is to provide a single source of truth for the organization. This means that all users within the organization can access and utilize the same data for their decision-making activities. The data within a data warehouse is well organized and structured. The information contained within a data warehouse is optimized for use by business analysts and decision-makers. This means that users can easily and quickly access the information they need to make informed decisions. A data warehouse is a crucial tool for organizations that need to manage large volumes of data. The tool helps organizations to efficiently consolidate data from various sources into a central location, which is then used to guide decision-making activities within the organization.

To know more about repository visit:

brainly.com/question/30710909

#SPJ11

A processor unit (pu) is an un-characterized processor in a mainframe. which characterized processor executes commands?

Answers

A processor unit (PU) which is a uncharacterized processor is a mainframe, the processor that   executes commands CP (Central processor).

What is the processor unit ?

The computer's central processing unit  can be described as the  portion of a computer  which is responsible for the retrieval as well as the execution of the instructions.

The CPU can be referred to as the  brain of a CAD system and it have the  arithmetic and logic unit (ALU).

Read more on the processor unit (PU) here:

https://brainly.com/question/474553

#SPJ1

You have imported a library with the birthMonth() function. Based on the API, how many strings are inputed to calculate the birth month?

// calculate birth month based on the day of the month, day of the week, and the birth year
// dayMonth {number} - a day of a month from 1 to 31
// dayWeek {string} - the name of the day of the week
// year {number} - the birth year
// return {string} - the month you were born
BirthdayLibrary.birthMonth(dayMonth, dayWeek, year);
A. 1

B. 4

C. 0

D. 3

Answers

The function in question requires three arguments: dayMonth, dayWeek, and year. The number of strings entered to compute the birth month is three. Therefore, the correct option is D. 3.

To determine the birth month, the birthMonth() function receives the day of the month, day of the week, and birth year. It will then output the month in which the individual was born. Since there are three inputs, the correct answer is D. 3.
The API specifies the function's syntax and what is expected as inputs and outputs. When dealing with functions from other libraries, it is essential to read and understand their syntax and API documentation to use them correctly.

To know more about API visit:

https://brainly.com/question/29442781

#SPJ11

Check ALL of the correct answers.
What would the following for loop print?
for i in range(2, 4):
print(i)
2
2
3
4.
1

Help now please

Answers

Answer:

2,3,4

Explanation:

Starts at two, goes to four. Thus it prints 2,3,4

A telecommunication ________ is a separate path through which information signals can flow.

Answers

Answer:

i believe the answer to be telecommunications channels

Answer:

Network

Explanation:

T/F: query by example uses a graphical user interface that assists users with retrieving data.

Answers

Answer:  True

Explanation:

Query by Example (QBE) is a technique that uses a graphical user interface (GUI) to assist users in retrieving data from a database. Instead of writing complex queries in a programming language like SQL, users can interact with the GUI and specify their search criteria by providing examples or patterns of the desired data.

With QBE, users typically utilize forms or grids where they can input values, select options, or define conditions using logical operators. The GUI then translates these user inputs into underlying query operations, simplifying the process of constructing queries.

By providing a visual and intuitive interface, QBE allows users with varying levels of technical expertise to interact with databases and retrieve data without the need for extensive knowledge of query languages or complex syntax.

Learn more about  graphical user here:

https://brainly.com/question/16956142

#SPJ11

anyone know how to do this

anyone know how to do this

Answers

The completed program that finds the area and perimeter of the rectangle using a C Program is given below:

The Program

// C program to demonstrate the

// area and perimeter of rectangle

#include <stdio.h>

int main()

{

int l = 10, b = 10;

printf("Area of rectangle is : %d", l * b);

printf("\nPerimeter of rectangle is : %d", 2 * (l + b));

return 0;

}

Output

The area of the rectangle is : 100

The perimeter of the rectangle is : 40

If we make use of functions, it would be:

// C program to demonstrate the

// area and perimeter of a rectangle

// using function

#include <stdio.h>

int area(int a, int b)

{

int A;

A = a * b;

return A;

}

int perimeter(int a, int b)

{

int P;

P = 2 * (a + b);

return P;

}

int main()

{

int l = 10, b = 10;

printf("Area of rectangle is : %d", area(l, b));

printf("\nPerimeter of rectangle is : %d",

 perimeter(l, b));

return 0;

}

Output

The area of rectangle is : 100

The perimeter of rectangle is : 40

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

3. list two reason why striations on a bullet fired from the same gun might vary slightly

Answers

The two reason why striations on a bullet fired from the same gun might vary slightly are: differences in propellant charge and differences in barrel wear.

What is striations?

Striations are fine, parallel lines etched on a surface. They can be caused through a variety of processes such as abrasion, corrosion, and weathering. Striations are most commonly seen in rocks, but can also be found in metal, wood, and other materials. In rocks, striations are created by the movement of glaciers and the grinding of rock particles into fine lines along the surface of the rock. In metals, striations are created by the cutting process, when the material is shaved off in thin layers. Wood can also have striations caused by the wear and tear of everyday use.

To learn more about striations

https://brainly.com/question/10097732

#SPJ4

which action allows you to copy a program icon to the taskbar?

Answers

The action that allows you to copy a program icon to the taskbar is called "pinning."

To pin a program icon to the taskbar, you need to follow these simple steps:

1. Locate the program icon that you want to pin to the taskbar. This can be done by searching for the program using the search bar or navigating to its location in the Start menu or on your desktop.
2. Right-click on the program icon.
3. In the context menu that appears, select "Pin to taskbar."

By performing this action, the program icon will now be copied and displayed on your taskbar, providing you with quick and easy access to the program. This feature is especially useful for frequently used applications, allowing you to launch them directly from the taskbar without having to search for the icon or navigate through menus.

To know more about the taskbar, click here;

https://brainly.com/question/31783966

#SPJ11

if you hard working right now go to this EASY question


#BRAINLY and I will give you brainlist something I forgot what's it called for your hard work

Answers

Ok, where is the question so I can try my best?
Whats the question??? Lol

The World Wide Web is the creation of Group of answer choices Tim Berners-Lee Al Gore Vannevar Bush Alan Kay

Answers

The World Wide Web (WWW or Web) was created by Tim Berners-Lee. He invented it in 1989 while working at the European Organization for Nuclear Research (CERN) in Switzerland. The World Wide Web is a system of interlinked hypertext documents that are accessed via the internet.

The development of the World Wide Web by Tim Berners-Lee has revolutionized the way we access, use and communicate information in the digital era. It has enabled millions of people worldwide to access vast amounts of information and communicate with one another on a scale that was previously unimaginable.

In conclusion, Tim Berners-Lee is the creator of the World Wide Web. He revolutionized the way people access and use information in the digital age. The World Wide Web has made it possible for millions of people around the world to access vast amounts of information and communicate with one another in ways that were not possible before.

Learn more about World Wide Web here,

https://brainly.com/question/28248921

#SPJ11

is someone using social media

Answers

Almost everyone uses social media

Tech A says that most lug nuts and studs are right-hand threaded, which means they tighten when turned clockwise. Tech B says that some lug nuts and studs are left-handed, which means they tighten when turned counterclockwise.

Answers

This question is incomplete.

Complete Question

Tech A says that most lug nuts and studs are right-hand threaded, which means they tighten when turned clockwise. Tech B says that some lug nuts and studs are left-handed, which means they tighten when turned counterclockwise. Who is correct?

a) Tech A

b) Tech B

c) Both Tech A and B

d) Neither Tech A not B

Answer:

c) Both Tech A and B

Explanation:

The Wheels of cars or vehicles are attached or fastened to the car rims using what we call lug nuts and wheel studs. The lug nuts attached or torqued properly on the wheel studs in order to ensure that the wheels of the car are well secured , attached and firm.

We have different types of lug nuts and wheel studs. The differences is based on the threading that it found on both the lug nut and wheel studs.

We have:

a) The right handed threaded lug nuts and studs(wheel studs)

b) The left handed threaded lug nuts and studs(wheel studs).

The right handed threaded lug nuts and studs are tightened when they are turned in the clockwise direction while left handed threaded lug nuts and studs are tightened in the anticlockwise or counterclockwise direction.

It is important to note that no matter the kind of lug nuts and studs(whether right handed threaded or left handed threaded) used to fastened wheels to car rims, it is essential that they are well fastened and torqued to car to prevent them from loosening up.

For the question above, both Tech A and Tech B are correct. Therefore , Option C is the correct option.

Which of the following is NOT a task in preparation for installing an OS? a. make sure the computer meets hardware requirements b.ensure the hardware is working correctly c. have an understanding of the features of the new OS d. call the OS vendor's technical support to get detailed installation instructions

Answers

Who calls the OS’s vendor?? I’m guessing the answer is C though, but if your professor uses sarcasm a lot, i’d say stick w/D due to the absurdity of it.

Which ipv4 address can a host use to ping the loopback interface?.

Answers

A host can use the IP address "127.0.0.1" to ping the loopback interface.What is an IPv4 address?An Internet Protocol version 4 address, also known as an IPv4 address, is a 32-bit numerical label assigned to each device connected to a computer network that utilizes the Internet Protocol for communication.

It is used to identify and locate network devices on the Internet or a local network. It consists of four decimal numbers separated by dots, and each decimal can range from 0 to 255.IPv4 address is a loopback addressA host can use the IP address "127.0.0.1" to ping the loopback interface. This IP address is also known as the localhost address. The loopback interface is a virtual network interface that allows a computer to communicate with itself.

When a host sends a packet to its loopback address, the packet is looped back to the same host without leaving the computer. This is useful for testing network applications that need to communicate with themselves or for testing network interfaces. In conclusion, a host can use the IPv4 address "127.0.0.1" to ping the loopback interface.

To know more about interface visit:

https://brainly.com/question/14154472

#SPJ11

write a statement that passes the value 4 to this function and assigns its return value to the variable result.

Answers

64, is the statement that passes the value 4 to this function and assigns its return value to the variable result.

What is statement?

The term statement was the based on the line are the perfectly in the arranged. The statement was the correct on the said by the famous in the personality. The statement was the line in the correct manner. There was the statement on the give to the situations.

According to the statement are the based on the def cube (num). The equation was the return num * num * num. The mathematical terms was the  cube(4).  (4 × 4 × 4 = 64) It was the variable in the result of the fraction.

As a result, the 64, is the statement that passes the value 4 to this function and assigns its return value to the variable result.

Learn more about on statement, here;

https://brainly.com/question/2285414

#SPJ1

Your question is incomplete, but most probably the full question was.

A program contains the following function definition: def cube(num): return num * num * num Write a statement that passes the value 4 to this function and assigns its return value to the variable result.

What does music mean to you? Is it a big part of your life, or is it just "there". Answer in at least two complete sentences.

Answers

Answer:

Music means a lot to almost everyone and plays a significant role in most people's lives. With all of the different genres, music encompasses a wide range of moods and emotions, and there is something for almost everyone.

Answer:

Music plays a crucial role in several people's lives. There is proof that music has helped benefit people's lives to be more positive, and some studies show that students that listened to music and meditated with music during school, had anxiety levels less than students who didn't get such an opportunity.

Explanation:

(I've read a paper somewhere for school for a health project abt stress and anxiety)

Which of the following is true of how packets are sent through the Internet?

Which of the following best describes the purpose of an IP address?

Answers

Answer:

I cannot see the first one, but the Internet works by chopping data into chunks called packets. Each packet then moves through the network in a series of hops. The Internet works by chopping data into chunks called packets. Each packet then moves through the network in a series of hops.

The purpose of an IP address is that it allows computers to send and receive information. There are four types of IP addresses: public, private, static, and dynamic. An IP address allows information to be sent and received by the correct parties, which means they can also be used to track down a user's physical location.

Explanation:

~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`

HELP ASAP 90 Points
Now it is your turn to practice recording a macro. You have recently started working in an office, and you are required to create multiple letters a day. Your company does not have a standard letterhead and you realize you can easily create a macro with your company letterhead. This will prevent you from having to type this information again and again.

Assignment Guidelines
Record a macro named “letterhead” and create a button on the quick access toolbar.
Develop a letterhead for a company of your choice. Include the company name, address, and phone number.
Format the letterhead in an appealing format.
After you have recorded the macro, open a new document.
Run the macro using the options in the macro grouping on the view tab.
Save your document as “letterhead macro” and submit it to your instructor for grading.

Answers

Answer:

Macros automate common tasks. A macro can be created for virtually any task that you perform in Word. The amount of steps is irrelevant. You can even create a macro that automatically places certain text in a document with as many attributes as you’d like!

Macros are created with a recording device similar to a common tape recorder. Once you start recording your macro, a toolbar pops up with standard stop and pause buttons. The following is an example of how to create a macro for your customized letterhead paper.

Creating The Letterhead Macro

Open a blank document. You want to assign your macro to all documents.

From the View Tab, choose Macros and Record Macro. The Record Macro dialog box is displayed as shown below.

Type a name for your macro, such as Letterhead. (Spaces are not allowed; use an underscore to indicate spacing).

Explanation:

How did tribes profit most from cattle drives that passed through their land?
A.
by successfully collecting taxes from every drover who used their lands
B.
by buying cattle from ranchers to keep for themselves
C.
by selling cattle that would be taken to Texas ranches
D.
by leasing grazing land to ranchers and drovers from Texas

Answers

The way that the tribes profit most from cattle drives that passed through their land is option D. By leasing grazing land to ranchers and drovers from Texas.

How did Native Americans gain from the long cattle drives?

When Oklahoma became a state in 1907, the reservation system there was essentially abolished. In Indian Territory, cattle were and are the dominant economic driver.

Tolls on moving livestock, exporting their own animals, and leasing their territory for grazing were all sources of income for the tribes.

There were several cattle drives between 1867 and 1893. Cattle drives were conducted to supply the demand for beef in the east and to provide the cattlemen with a means of livelihood after the Civil War when the great cities in the northeast lacked livestock.

Lastly, Abolishing Cattle Drives: Soon after the Civil War, it began, and after the railroads reached Texas, it came to an end.

Learn more about cattle drives from

https://brainly.com/question/16118067
#SPJ1

Which are examples of tertiary sources? Check all that apply.

Answers

Answer:

Encyclopedias and dictionaries

Explanation:

Other Questions
The distance of the force from the axis of rotation is called? Make [tex] u [/tex]the subject of formula[tex] \frac{1}{v} + \frac{1}{u} = \frac{2}{f} [/tex] why do you think huge progress was made in health and medicine during the Golden Age of Islam?own your own sentence jamaica has far less capital than singapore. based on this, the classical growth model would predict that as each accumulates more capital jamaica would grow: how do i add a pivot chart that will answer the following questions? 1. Which store had the highest overall sales in units (provide the store ID)? aWhat are the total number of units sold for the store? 2. Which store had the highest overall returns in units (provide the store ID)? a. What item number had the greatest number of returns overall (across the BA Toys chain AKA all stores)? 3. What are the total sales dollars for BA Toys overall? (Hint, you will need to calculate total sales dollars in Excel. Total Sales Dollars is the number of units sold x Sales Price. Do this before creating a pivot table) a. Which store had the lowest total sales dollars (provide the store ID)? bWhich store had the highest average sales dollars (provide the store ID)? (Hint, to get average sales dollars we divide total sales by total units) . What is the highest store profit for BA Toys overall? What is the value (be sure your entry is expressed as xx.xx% 2 decimal places) Determining store-level Profit Margin requires understanding the item-level sales because the mix of what a store sells impacts overall profitability-some stores sell more units of high margin products and some sell more units of low margin product. Selling more units of an item with a higher margin will increase the overall store margin selling more units of low margin items will reduce overall store margin. We cant simply average the sales margin because this would does not consider the mix of items sold by store. Because each item has a different margin , we need to determine the impact of each item on the store profitability to determine overall store profit margin . You may want to revisit the Excel sheet to calculate the margin by item rather than attempt in the pivot table -this one is challenging , stick with it and you'll get it.)catagories to help with sorting:sales_margin_analyisis: store ID, item sum, sum of sales quantity, sales price, sales margin.store returns by item:store ID, item number, and sum of returned quantity.store by item number: store ID, item number, sum of sales quantity, total of ID 7. Health experts recommend the average female older than 50 years of age toconsume about 1,800 calories per day. Mrs. Keith has already consumed 950 calories today.She plans to consume the same number of calories per hour forthe next 5 hours..Which inequality represents d, the number of calories Mrs. Keith could eat each hourfor the next 5 hours without exceeding her recommended daily caloric intake? Compare and contrast the function of organelles you may be subject to sanctions if you negligently disclose classified information Please help, look at the photo. Which of the following is not a component of an amino acid molecule?A) a central carbonB) an amine groupC) an acid groupD) sterol Do you report Roth IRA distributions on tax return? Which leadership model describes the assertion that style of leadership should consider the maturity of one's subordinates? the 3 categories of shape What was one way in which native americans challenged english colonial domination in north america? Need help simplify 7448.1 x2 + 5x +4=0How do we do this bronfenbrenner emphasized on: an ecological-systems approach. qualitative analysis. dynamic-systems theory. the use of cross-sectional data. please help me this is algebra In the context of memory distortion, _____ occurs when information learned after the original event (crime) is wrong or misleading but gets incorporated into the memory as true. Set up an integral. Do not integrate. Find the work done in pumping gasoline that weighs 42 pounds per cubic foot. A cylindrical gasoline tank 3 feet in diameter and 4 feet long is carried on the back of a truck and is used to fuel tractors. The axis of the tank is horizontal. The opening on the tractor tank is 5 feet above the top of the tank in the truck. Find the work done in pumping the entire contents of the fuel tank into the tractor.