____enables you to temporarily hide all the open windows except the one you are viewing.

Answers

Answer 1

Answer:

well there is multiple ways to do that but the way i do it is swipe 4 fingers up on the mouse pad and it shows diffrent tabs.

Explanation:


Related Questions

Lee is a great public speaker and leader. He has studied the nation’s laws and court cases extensively and can debate about them easily. Lee was born in the United States and is 53 years old.

Answers

Answer:

its C regulation

Explanation:

im taking the unit test

The Common Law and Civil Law are the two primary categories of legal systems in the globe, and most nations adapt elements of one or both into their own legal systems. Thus, option C is correct.

What nation’s laws and court cases extensively?

To regulate the status of aliens and their interactions with Roman citizens. The Romans believed that the jus gentium applied to everyone, in line with the Greek notion of natural law that they borrowed.

Find out more about our charter. The United States of America's Constitution is the country's highest law.

The fundamental law of the United States is the Constitution. It formalizes the people's fundamental principles. The interpretation of any laws approved by Congress, as well as the meaning of the Constitution, must be determined by the courts.

Therefore, in its regulation, he has studied the nation’s laws and court cases extensively.

Learn more about cases here:

https://brainly.com/question/4564773

#SPJ5

what elements are generally included on a fax cover sheet

Answers

Answer:

Hope this helps ya out

Explanation:

You should include your name, your fax number and your regular phone number. You should add the same information for your recipient. It is also common to put the date and the number of pages of the fax transmission. Most businesses also specify if the fax is urgent and if they expect a reply.

Match each word to its correct meaning.

1. administrator
set of information for an individual user of a computer, with details about access and appearance
2. control panel
person responsible for running the computer and operating system
3. user
window in Windows operating system that provides shortcuts to settings and functions of the computer
4. user account
the person using a computer

Answers

Answer:

user -a person using a computer

user account- set of information for an individual of a computer, with details about access and appearance

administrator- A person responsible for running the computer and operating system

Can someone fix this so that it only says "its a payday" on 15 and 30 and on all other days "sorry, it's not payday"

tod=int(input("Enter today's day numerically:"))
if (tod != 30 or tod != 15):
print("Sorry, not a payday.")
if (tod == 30 or tod == 15):
print ("It's payday!")

Answers

Answer:

day = int(input("Enter today's day numerically: "))

if (day == 15 or day== 30):

   print ("It's payday!")

if (day != 15 and day != 30):

   print ("Sorry, not a payday.")

Explanation:

I just did it and 100%

Which of the following are valid values for a boolean value in programming? (Select all that apply)

'f'
false
+
-
't'
true
0
1

Answers

Answer:

false, true

Explanation:

Boolean values can be represented by just 1 bit in a computer. These can be stored as 1 or 0. In Python you use the True and False keywords to refer to these.

explain how a computer screen and the eye interact to produce the variety of colors that we see from the 3 colors that are actually displayed on the screen ?

Answers

Answer:

Each pixel of light coming from your computer is made up of a combination of Red, Blue and Green light of different intensities. As this pixel of light is so small your eye only "sees" the combination of those 3 pixels as the intended colour. (as opposed to just red, green and blue light) (This is also known as additive colour mixing)

Midsized computer is called?

Answers

Answer:

Mid sized computer is larger than micro computer but smaller than mainframe computer.

A ___ is a node (or a device) that connects two different networks together and allows them to communicate.

Answers

Answer:

The answer is Hub

Explanation:

A hub, also called a network hub, is a common connection point for devices in a network. Hubs are devices commonly used to connect segments of a LAN. The hub contains multiple ports. When a packet arrives at one port, it is copied to the other ports so that all segments of the LAN can see all packets.

A business wants to centralize its administrative tasks. At the same time, it wants the existing systems to manage and sustain the growing amount of work in a capable manner. Which technology will help the business meet its goals?


blank will help the business meet its goals.

Answers

Answer:

real-time analytics

Explanation:

Real time analytics is a type of data analysis that is done immediately the data for analysis is available. This can allow users to draw conclusion or acquire new insights swiftly and immediately the data enters their system. Businesses use real time analytics when there is a need to make and execute new decisions without hesitation.

A business that wants to centralize its administrative tasks and simultaneously wants the existing system to manage and sustain the growing amount of work in a capable manner would use real-time analytics.

Answer:

Not Real Time Analytics. I don't know which one it is, but it's not that one.

Explanation:

what notation system supports presenting the largest numbers using fewest digits; Binary, decimal or hexadecimal?

Answers

The notation system supports presenting the largest numbers using fewest digits is

Hexadecimal.

Explanation:

The hexadecimal numeral system, often shortened to "hex", is a numeral system made up of 16 symbols (base 16). Each Hex digit can store 16 bits of information. A single decimal digit stores 4 bits while binary obviously stores 1 bit.Each hexadecimal digit represents four binary digits, also known as a nibble, which is half a byte.The main reason why we use hexadecimal numbers is because it is much easier to express binary number representations in hex than it is in any other base number system.The standard numeral system is called decimal (base 10) and uses ten symbols: 0,1,2,3,4,5,6,7,8,9. Hexadecimal uses the decimal numbers and six extra symbols.

Final answer:

Hexadecimal notation allows for the representation of large numbers using the fewest digits compared to binary or decimal notation. It uses 16 unique symbols and is more space-efficient for this purpose. For extremely large numbers, scientific notation is often used to simplify representation.

Explanation:

When comparing notation systems to see which one can represent the largest numbers using the fewest digits, hexadecimal comes out on top. Hexadecimal notation uses 16 unique symbols (0-9 and A-F) to encode numbers. Each digit in hexadecimal represents a power of 16. For example, the single hexadecimal digit 'F' represents the decimal number 15, so it is a more compact way to show large numbers compared to binary, which uses only two unique digits (0 and 1) or decimal notation that relies on 10 unique digits (0-9).

By contrast, binary notation, although essential for computers, is not as space-efficient for human-readable numbers. The decimal number 1837, for instance, requires eleven binary digits to represent it (11100101101), showing that binary notation typically uses more digits than decimal or hexadecimal for the same number.

Lastly, decimal notation, familiar and widely used by humans, falls in the middle in terms of digit usage. Nevertheless, for extremely large numbers where even hexadecimal can become unwieldy, scientists and engineers often use scientific notation to express such numbers in a much more manageable form, regardless of the base notation.

Help! How do you calculate the number of bits of a body of text in ASCll?
A) Number of characters *7 B) Number of characters including spaces *7 C) bits in Huffman *7 D) bits in Huffman/7

Answers

Number of characters including spaces *7

Explanation:

ASCII is short form of American Standard Code for Information Interchange It is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices.

In order to calculate the number of bits of a body of text in ASCll, we need to know the number of characters including the spaces.

Since the size of a character is 1 byte and One byte has 8 bits.

Each ASCII character occupies 1 byte.

So,The total number of bits of a body of text in ASCII will be the number of characters including spaces multiplied by 7.

We can calculate the number of bits of a body of text in ASCll through the Number of characters by including spaces *7

ASCII is a code for representing 128 English characters as numbers with each letter assigned a number from 0 to 127.

The ASCII codes represent text in computers, telecommunications equipment, and other devices.

In order to calculate the number of bits of a body of text in ASCll, we need to know the number of characters including the spaces.

For instance, the ASCII is a 7-bit coding (ie., 2^7 = 128 codes)

Hence, the total number of bits of a body of text in ASCII will be the number of characters including spaces multiplied by 7.

Therefore, the Option B is correct.

Read more about ASCII

brainly.com/question/10729181

Hope types this list in her report about the composition of Earth’s atmosphere.


She wants to sort the list based on the names of the first four gases in ascending order.

Which command group does she navigate to in the ribbon?

Clipboard

Paragraph

Styles

Editing
I have been waiting for 1 hour can someone please help me

Answers

Answer:

B - paragraph

Explanation:

b on ed        

Explanation:

Which of these is a preferred method for
organizing large amounts of data
electronically?
A. shared notebooks
B. spreadsheets
C. word processing

Answers

B. Spreadsheets is the answer
B. Spreadsheets because it’s looking for organizing large amounts of DATA

Choose all statements that identify the benefits of programming design.

no; It allows programmers to be more creative in writing the code.

yes; It provides a design approach to a specific type of problem.

yes; It ensures that all code will work together.

no; It results in fewer lines of code.

Answers

Answer:

yes

Explanation:

it provides a design approach to a specific type of problem

Answer:B and C

Explanation:Ed Checked

In the 1800s, the Know-Nothing Party worked to accomplish which of the following?
religious freedom for Catholics
O better working conditions on farms
restrictions on immigration
better working conditions in factories
Mark this and return
Save and Exit
Nex
Nova​

Answers

Answer:

C

Explanation:

The know-nothing party was a strong anti catholic party and anti-immigration party, so that rules out the first option. Also we can rule out the second and last options because they have less to do with the party. The answer would be C.

Answer:

The correct answer is C.) restrictions on immigration

Explanation:

I just did the test on edge and got it right.

What day Coronavirus will be over?

Answers

Answer:

w dont know

Explanation:

I don’t know but can you please give me brainliest :)) btw hope your safe!

Atlases may contain which type of maps?
a Road
b. Country
C. Camp sites
d. All of these

Answers

Answer:

d all of these I think is it

B. countries, they dont have roads or campsites.

Which of the following is not a method of data management?

Answers

Answer:

I believe the correct answer is Formulas!

Explanation:

Please give me a Thanks if you found this at all helpful :)

Graphing is a method of visualizing and presenting data but is not primarily a method for managing data itself. Sorting, filtering, and formulas are all techniques used to manipulate, organize, and analyze data in various ways. Therefore, option D is correct.

Data management refers to the process of collecting, storing, organizing, and controlling data in a structured and efficient manner. It encompasses a set of practices, technologies, and strategies aimed at ensuring that data is accurate, available, secure, and useful for various purposes within an organization or system.

Effective data management is essential for organizations. Therefore, option D is correct.

Learn more about data management, here:

https://brainly.com/question/32148709

#SPJ3

Your question is incomplete, most probably the full question is this:

Which of the following is not a method of data management?

A- sorting

b- filtering

c- formula's

d- graphing

Which uses the most energy in American homes each year?

Answers

Final answer:

The largest share of energy usage in American homes annually is electricity consumption for various purposes, including cooling and appliances. While water heating consumes a significant portion, it does not surpass the energy used for electricity, which accounts for around 69 percent of residential energy use.

Explanation:

In American homes, the annual energy usage is substantial and diverse across various applications. The average American home uses about 100 million BTU of energy per year. Out of this, water heating is a significant component, accounting for approximately 17 percent of residential energy use which translates to 17 million BTU per year for each household. This, however, does not represent the largest share of energy usage.

Residential energy use makes up around 21 percent of total American energy consumption. A specific area that demands attention is electricity consumption. Approximately two-thirds(69 percent) of the primary energy produced for residential usage is allocated for electricity. Considering energy losses in production and delivery, a massive amount of energy is involved in getting electricity to homes. The average household's electricity consumption is around 30 kilowatt-hours (kWh) per day. Moreover, with changes in climate, the energy consumption patterns are shifting, with regions such as the North and West using less energy for heating and more for air conditioning.

Therefore, while water heating is a significant energy consumer in American homes, it is the electricity consumption for various purposes, including cooling and appliances, that uses the most energy on an annual basis. This pattern of energy usage is affected by factors such as consumerism, diet, and living standards.

Which of the following are possible consequences
of stress? (Select all that apply.)
O Heart disease
O Stomachaches
Headaches
Anxiety
DONE

Answers

Answer:

Stomachaches, headaches, and anxiety i think

Answer: all of them! (I just did the edge assignment)

Which button should be utilized if a user is unsure whether or not they are the right person to reply to an email?
Forward
Reply
Delete
Reply All

Answers

Answer:

its either a or c

Explanation:

The answer is Delete because they aren’t the right person to respond, so you don’t forward it, reply to it.

Write a paragraph on the importance of backing up data and mention at least three ways to back up data from your computer.

Answers

Answer:

Data backup is probably the most important part of any IT system. Backing up your data means periodically saving a copy of your computer’s information to an offsite location for safe keeping. Having a copy of your computer’s data protects it from being lost in the event of a hard drive failure

Explanation:

1-     On a Hard Drive (Onsite Backup)

2-     Online Backup Services (Offsite Backup)

3-     Cloud Backup Services (Offsite Backup)

Nathan wants to make the quotation stand out further. Which order of steps does he need to follow to do this task?
Go to the Borders and Shading option, click the Style tab, and click the color under the Fill option.
Go to the Borders and Shading option, click the Shading tab, and click the color under the Fill option.
Go to the Borders and Shading option, click the Style tab, and click the color under the Color option.
Go to the Borders and Shading option, click the Shading tab, and click the color under the Color option.

Answers

Answer:

B. Go to the Borders and Shading option, click the Shading tab, and click the color under the Fill option.

Explanation:

hope this helps :)

The statement "Go to the Borders and Shading option, click the Shading tab, and click the color under the Fill option" is a correct option (B) that would be the best choice.

What is computer programs?

The process of carrying out a specific computation through the design and construction of an executable computer program is known as computer programming.

As we know,

Microsoft Word, Adobe Photoshop, Adobe Reader, Powerpoint, and many more comparable computer applications that we frequently use in everyday life are some typical instances of software.

If Nathan wants to make the quotation stand out further:

The order step he needs to follow to do this task:

Go to the Borders and Shading option, click the Shading tab, and click the color under the Fill option.

Thus, the statement "Go to the Borders and Shading option, click the Shading tab, and click the color under the Fill option" is a correct option (B) that would be the best choice.

Learn more about computer programs here:

https://brainly.com/question/14618533

#SPJ2

After adding an email account, how do you switch accounts to send a message?
Click the Options tab, click Permission, and choose an account.
O Click the Message tab, click Address Book, and choose an account.
Click the Send/Receive tab, click Accounts, and choose an account.
O Click the From button, and choose an account from a drop-down menu.

Answers

Answer:click Accounts, and choose an account.

Explanation:

Answer:

Click the From button, and choose an account from a drop-down menu.

Explanation:

Which visual aid would help a group of veterinary students study a dog's anatomy?
a group of pictures of dogs in various poses
a diagram that labels different bones in a dog's body
a line graph that shows how a dog's bones grow over time
a bar graph comparing the sizes of bones of different dog breeds

Answers

Final answer:

A diagram labeling the bones in a dog's body is the best visual aid for veterinary students learning about a dog's anatomy, whereas other visual aids like graphs are for comparing quantities and not suited for detailed anatomical studies.

Explanation:

To assist a group of veterinary students with studying a dog's anatomy, the most effective visual aid would be a diagram that labels different bones in a dog's body. This type of aid allows students to clearly identify and learn the names and locations of the bones. It's an essential part of comparative anatomy, which involves the study of the similarities and differences in the structures of different species. On the other hand, a group of pictures of dogs in various poses might provide context but not necessarily detailed anatomical information. A line graph that shows how a dog's bones grow over time could be useful for understanding development but not for the anatomy itself, and a bar graph comparing the sizes of bones of different dog breeds is useful in showing comparisons but not in detailing the specific anatomy of a single dog.

Final answer:

The correct answer is "a diagram that labels different bones in a dog's body" The most suitable visual aid for veterinary students studying a dog's anatomy is a diagram that labels different bones in a dog's body.

Explanation:

For a group of veterinary students studying a dog's anatomy, the most suitable visual aid would be a diagram that labels different bones in a dog's body. This type of visual aid would provide a detailed and structured understanding of the skeletal system, which is vital in veterinary studies. While other visual aids like pictures of dogs in various poses or graphs depicting bone growth or size comparisons across breeds can be informative, they do not offer the comprehensive representation of the anatomy needed for detailed anatomical study. Comparative anatomy is also a helpful approach to understanding the differences and similarities across species.

1. Why is it important for IT technicians to keep documentation on computers for which they are
responsible?​

Answers

It important for IT technicians to keep documentation on computers for which they are responsible because they should know what exactly they have done to specific computers.

What is the main function of IT technicians?

The main function of IT technician is to install, test, maintain and update the equipment of its customers as well as talking about both the software along with the hardware. They could work in the situ, that is the move to the company or do it is remotely just accessing the equipment from where they have their office.

Offer advice on everything which is related to the configuration and the use of the computers. They can do it just over the phone if they are simple questions or in the person if a more thorough analysis has been needed.

Install software in case when an update or the new tools are needed, than they can help you to get everything up and running so you can use it as soon as possible and measure its effectiveness.

Therefore, It important for IT technicians to keep documentation on computers for which they are responsible because they should know what exactly they have done to specific computers.

Learn more about software on:

https://brainly.com/question/1022352

#SPJ2

Final answer:

For IT technicians, maintaining documentation is critical for record-keeping, compliance with regulations, defending against lawsuits, and patent claims. It ensures knowledge is transferable and that information is accessible during audits or inspections. Documentation is a vital part of IT governance and risk management strategies.

Explanation:

It is important for IT technicians to keep documentation on computers for which they are responsible for several critical reasons. Firstly, documentation serves to record all actions and maintenance performed on a computer system, which is crucial when diagnosing future problems or understanding past interventions.

Moreover, maintaining detailed records can prove instrumental when defending against a lawsuit, claiming a patent, or demonstrating the completion and correctness of a procedure. Proper documentation also facilitates knowledge transfer between IT personnel, ensuring that any member of the team can understand and manage the systems effectively, without dependency on the individual who originally performed the work.

How are logical operators used?
To determine a problem
To create a plan
To identify and correct errors
To make decisions

Answers

To identify and correct errors
Final answer:

Logical operators in programming are used to make decisions by comparing two statements. They include AND, OR, and NOT operators. They are used to control the flow of a program by evaluating certain conditions.

Explanation:

Logical operators are used in computer science, specifically in programming and coding assignments, to make decisions within a program. They work by comparing two statements and then making a decision based on the comparison. The main types of logical operators are AND, OR, and NOT. For instance, let's consider a program that outputs whether a student has passed a class, it might have a logical operator that checks if their attendance is above a certain rate AND if their grades are also above a certain level. Only if both conditions are true, then the program decides the student has passed.

Learn more about Logical operators here:

https://brainly.com/question/36193462

#SPJ3

How would you add the double 75.6 to the end of an ArrayList of Doubles named myDoubles?


(This is Java Programming btw)

Answers

Answer:

myDoubles.add(75.6);

Explanation:

ArrayList<Double> myDoubles = new ArrayList<Double>();

myDoubles.add(10.8);

myDoubles.add(92.46);

myDoubles.add(75.6);

The above code creates a double ArrayList called myDoubles. We add 10.8 and 92.46 initially. After these numbers, 75.6 is added to the myDoubles using add method (You need to type the list name, ".", and the method name to add the number)

Please help with this

Answers

The answer is B
Trust me lol it is easy

Answer:

the first one

Explanation:

I think the first one is correct.

• Aristotle thought the earth is in the middle and all the planets and sun revolve around the earth.

But Copernicus thought the sun is in the middle and all the planets revolve around the sun.

CIST 1122 Project 2 Instructions

Background:
Special Administrative for Counter-intelligence, Terrorism, Revenge, and Extortion, Incorporated (or SPACTRE, Inc. for short), is enthusiastic about positioning the firm as the full service industry leader for the liquidation of the World’s top agent, James Bond 007. SPACTRE’s mission is to ensure: (1) all current “00” agents are removed and (2) swiftly terminate their replacements.

SPACTRE needs to desperately replace its current database system. The system has not been revised since 2007 and no maintenance patches have been installed by management. The IT department has received numerous RFPs (Request For Proposals) on several database solutions and has settled on an Oracle platform. The Oracle database will be a fully-integrated system that provides functionality for all major departments (Marketing, Finance, HR, and Operations, etc.).

The current server is a Dell Poweredge T605 Tower with 32GB DDR3 Ram, 2 CPUs, and two 750GB SAS (serial attached SCSI) drives configured for RAID 1. The operating system is Microsoft Windows Server 2008 R2 standard. The CIO, Auric Goldfinger, has budgeted resources to upgrade the system. He has asked the Director of IT, Max Zorn, and the Tech Support Manager, Nick Nack, to provide the necessary specs for a replacement.

Instructions
Nick Nack has given you (Senior Field Engineer) the task of researching, designing, and outlining a replacement for the old Dell server. Below are the hardware\software requirements:

form factor Tower or Rackmount
CPU at least two (preferably four)
RAM at least 200GB
storage at least 18TB
power supply redundant
redundancy RAID 5 (you can consider an external storage system or NAS)
operating system Windows server version (enterprise)
technical support minimum 12 hour onsite support; unlimited 24/7 phone support

NOTE: The chosen vendor (i.e. Dell, HP, etc.) must be one that can satisfy the requirements (that is, no build-it-yourself system!)

Research:
When researching a solution for an IT project, start the search using general terms. Here, the Tech Support Manager requires a major vendor solution. Browse hardware manufacturers (like Dell, Hewlett-Packard (HP), IBM, and Intel) for server solutions that meet the major components of a computer (form factor, processor, memory, power supply, and storage). Once you find a model that meets the minimum requirements, search on the manufacturer’s website for the other features (RAID, Operating System, technical support contract). For example, in the search bar of Dell’s website, type in “RAID 5.” Both Dell and HP websites will assist in “building” a system. With some server models, the researcher can add additional features.

Once the research is complete, write a memo to the requester stating who the vendor of choice is and why you chose that vendor. Use the chart above. Replace the requirements in red with the vendor’s description(s) that satisfy that requirement and then place the revised chart in your memo. Add link(s) to the hardware\software specifications.

Memorandum samples:
https://www.wikihow.com/Sample/Memo-to-Boss
https://www.wikihow.com/Write-a-Business-Memo




Answers

Answer:

it is suppost ro be at

least 20 tb

Explanation:

Other Questions
1. Compare and contrast the rate of solution formation between the three physical forms of salt that were placed in the vial and not agitated with the three forms of salt that were placed in the vial and were agitated. Help me plsssssssssssssssssss What type of camera is a cell phone camera Bromobenzene is converted to a compound with the molecular formula C7H7Br in the reaction scheme below. Draw the structures of the product and the two intermediates, and identify the reagents in each of the three steps. You stand on a straight desert road at night and observe a vehicle approaching. This vehicle is equipped with two small headlights that are 0.691 m apart. At what distance, in kilometers, are you marginally able to discern that there are two headlights rather than a single light source? Take the wavelength of the light to be 539 nm and your pupil diameter as 5.11 mm. ______________km (Brainliest only)12. The price at which a nation's currency can be bought using another nation's currency is known asO A. consumer advantage.O B. globalization.O C. the rate of exchange.O D. currency trade. The Spanish and Aztec cultures were very different in some ways. However, the two cultures shared some key values. Describe the values that the two groups shared, and explain how these values helped the Spanish but weakened the Aztec. Transport of aspirin is expected to be faster in the ____. The speed of nonmediated absorption depends strongly on the polarity and charge of molecules. When p H is low (as it is in the _______), the aspirin molecule will be _______ and thus _______, due to _____ of H+ in the solution. The higher pH is, the _______ charged and polar will become the molecule, leading to the ____--- in the speed of absorption. One more evidence to this conclusion is that the pH in the _______ is much lower than pKa of aspirin comparing to the pH of the _______. 27,965 is divisible byA)2B)3C)5D)8 Find the value of g(25) for the function below.g(x) = 24(x 39) Solve 2x^2+5x +5=0 round solutions to the nearest hundredth A rectangle has a length of 6 feet and a width of 4 feet. The perimeter of the rectangle can be found using the equation =26+24. Which equation can also be used to find the perimeter of the rectangle? Consider a hypothetical locus with two segregating alleles (A and B). Population size is small, mutation is absent, and neither of the two alleles has a selective advantage. After a long period of time (many generations), what will occur?a) The population will eventually become monomorphic for one of the two alleles.b) Allele frequencies will cycle over time.c) Balancing selection will maintain both alleles.d) Allele frequencies will change over time, but both alleles will remain.e) Allele frequencies will remain constant. I REALLY NEED HELP PLS ANSWER!!!!! A molecule containing a central atom with sp hybridization has a(n) ________ electron geometry. A molecule containing a central atom with sp hybridization has a(n) ________ electron geometry. square planar trigonal pyramidal octahedral linear bent An antique cabinet is being sold by means of an English auction. There are four bidders, Gloria, Elise, Judy, and Arabella. These bidders are unacquainted with each other and do not collude. Gloria values the cabinet at $800, Elise values it at $500, Judy values it at $1,800, and Arabella values it at $600. If the bidders bid in their rational self-interest, the cabinet will be sold to ______ at price ______. When making an ad, avoid using:A. too few words.B. audience knowledge.C. too much information.D. catchy headlines. A sample of 100 workers located in Atlanta has an average daily work time of 6.5 hours with a standard deviation of 0.5 hours. A sample of 110 workers located in Chicago has an average daily work time of 6.7 hours with a standard deviation of 0.7 hours. With 95% confidence, can you say that the average hours worked daily in Atlanta is different than Chicago? CHOOSE ALL THAT ARE CORRECT based on your understanding of the Big Ditch article AND the video. Which of the following resulted from the success of the Erie Canal? lower shipping prices increase in tourism the development of large cities that were once only small towns increase in travel and settlement to the West the establishment of New York City as the nation's financial center the creation of the word millionaire Which equation represents the relationship of the measure of mX and mY?