What should chemical manufacturers provide to anyone who buys or uses their chemicals for a job? Select the 2 answer options that apply. Tags Safety Fact Sheets Training EPP

Answers

Answer 1

Anyone who purchases or uses chemicals for a work should receive Safety Data Sheets (SDS) and training from chemical manufacturers. Hazard information is provided by SDS, and training guarantees that safe handling practices are observed.

Who is responsible for determining the risks associated with each substance or product?

Chemical importers and manufacturers identify the risks associated with each product, and they educate consumers of these risks and the countermeasures via labels and material safety data sheets. (MSDSs).

Which two of the following contribute significantly to overall chemical safety?

1. Be familiar with the chemicals you use, their health risks, their labels, and how to effectively manage them in the event of an accident. 2. Each chemical in the workplace needs to have a proper label and be rid of.

To know more about SDS visit:

https://brainly.com/question/26605682

#SPJ9


Related Questions

expected to be ______________ in the population compared to complex diseases, however evolutionary forces like genetic drift or selection may lead to exceptions. a. Common b. Equal c. Common depending on the population d. Rare depending on the severity of the disease e. Rare

Answers

expected to be Common depending on the Rare population compared to complex diseases,

however evolutionary forces like genetic drift or selection may lead to exceptions  Generally, simple diseases are expected to be more common in the population compared to complex diseases. Simple diseases often arise from single gene mutations or environmental factors and may have a higher prevalence due to their straightforward inheritance patterns or exposure risks. However, exceptions can occur due to evolutionary forces such as genetic drift or selection. Genetic drift, the random change in gene frequencies, can lead to the increase or decrease of simple disease prevalence in specific populations. Selection, on the other hand, can favor or disfavor specific disease-causing alleles, influencing their prevalence. Additionally, the severity of the disease can also impact its frequency. Some rare simple diseases with severe consequences may be subject to reduced prevalence due to natural selection or limited survival rates, while others with milder effects may be more common.

learn more about Rare here :

https://brainly.com/question/30971243

#SPJ11

User experience design is just one step of the user interface design process.a. Trueb. False

Answers

True. User interface design focuses on the design of the user interface including graphical components navigation and interaction whereas user experience design concentrates on the entire experience usability and accessibility of a product.

User experience design is a process that raises customer satisfaction with a product by boosting usability, accessibility, and enjoyment in the user's interactions with it. To make sure that people can easily engage with a product and locate what they need, it focuses on the complete experience, including the usability and accessibility of a product. For a user interface to be effective UX design is crucial. The process of creating a product's user interface including the graphical components navigation, and interactions is known as user interface design. The aim of UI design is to produce a user interface that is simple to use effective and visually appealing. After UX design UI design is frequently the last phase in the user interface design process.

Learn more about design here:

https://brainly.com/question/14035075

#SPJ4

Which of the following communication protocols are used in automobiles?

Answers

UART (serial port communication protocol), SPI (serial peripheral interface), I2C, LIN (Local Interconnect Network), CAN (Control Area Network, 90% of all vehicles use CAN for their communication), Flex-Ray and Ethernet.

What is Ethernet?Ethernet is the traditional technology for connecting devices in a wired local area network (LAN) or wide area network (WAN). It enables devices to communicate with each other via a protocol, which is a set of rules or common network language.Ethernet describes how network devices format and transmit data so other devices on the same LAN or campus network can recognize, receive and process the information. An Ethernet cable is the physical, encased wiring over which the data travels.Connected devices that use cables to access a geographically localized network -- instead of a wireless connection -- likely use Ethernet. From businesses to gamers, diverse end users rely on the benefits of Ethernet connectivity, which include reliability and security.

To learn more about local area network (LAN) refer to:

https://brainly.com/question/24260900

#SPJ4

What list of numbers is created by the following code:

range(9)

Group of answer choices

0 1 2 3 4 5 6 7 8

1 2 3 4 5 6 7 8 9

1 2 3 4 5 6 7 8

0 1 2 3 4 5 6 7 8 9

Answers

Answer:

0 1 2 3 4 5 6 7 8

your company would like to expand its cloud offerings to allow its developers and some external partners access to a cloud environment where time-intensive compute jobs can be offloaded to speed up development time. assuming that all of these compute jobs are built using the same framework(s), which cloud infrastructure is most appropriate for this application?

Answers

Answer:

Explanation:

Solution Explanation PaaS means Platform As A Service in PaaS model means Software and hardware tools available over the internet from the description of the question

What year did apple computer introduce the first ipod?.

Answers

Apple first released the first ipod in 2001

What is the correct syntax to take the first five characters from the cell A2 and place it to its right in cell A3? =RIGHT(A3,5) =LEFT(A2,5) =RIGHT(A2,5) LEFT(A2,5)

Answers

Answer:=LEFT(A2,5)

Explanation:

Answer:

=LEFT(A2,5)

Explanation:

got it right on edge 2020 :)

- Analyzes the network over time to find what nodes are the most frequent transmitters (talkers) or recipients (listeners) of data.- Useful for finding...*Unexpected traffic patters,*Measuring normal traffic*Detecting potential bottlenecks.

Answers

The process of analyzing the network over time to identify the nodes that are the most frequent transmitters or recipients of data is known as network traffic analysis.

This technique can be useful in various ways such as identifying unexpected traffic patterns, measuring normal traffic, and detecting potential bottlenecks. By monitoring the network traffic, administrators can identify the sources of heavy traffic and take necessary actions to optimize network performance. Additionally, this approach can also help to detect any unusual activities or security threats on the network.

Discovering information about a system or its users by analyzing communication patterns. Analyzing traffic does not necessitate looking at the messages' content, which may or may not be readable.

A sophisticated method for examining and analyzing the data packets that make up network traffic in order to spot any unusual activity is network traffic analysis (NTA). It combines rule-based detection, behavior modeling, and machine learning.

To know more about traffic analysis. , click here:

https://brainly.com/question/21479413

#SPJ11

hard disk is a sequential data access medium. true or false?​

Answers

My answer is TRUE

Explanation:

Hope it help!!

Last question on my exam and i cant figure it out


You want to print only the string items in a mixed list and capitalize them. What should be in place of the missing code?

list = ["apple",1, "vaporization", 4.5, "republic", "hero", ["a", "b"]]
for item in list:
if item.isalpha():
item = /**missing code**/
print(item)

item.isupper()
item.upper
item.upper()
upper(item)

Answers

The thing that should be in place of the missing code is [list.upper() for name in list]

What is Debugging?

This refers to the process where a problem or error in a code is identified and solved so the code can run smoothly.

We can see that the original code has:

list = ["apple",1, "vaporization", 4.5, "republic", "hero", ["a", "b"]]

for item in list:

if item.isalpha():

item = /**missing code**/

print(item)

item.isupper()

item.upper

item.upper()

upper(item)

Hence, we can see that from the given python code, you want to capitalize the items in the mixed list and the thing that should be in place of the missing code is [list.upper() for name in list]

Read more about debugging here:

https://brainly.com/question/9433559

#SPJ1

What is the smallest value for the learning rate such that the updated network will result in zero misclassified points using only one iteration

Answers

The smallest value for the learning rate such that the updated network will result in zero misclassified points using only one iteration is known to be 0.

Can one have learning rate to be 0?

The learning rate is known to be one that has a configurable hyperparameter and it is said to be often used in the training of neural networks which are known to have a small positive value and it is one that often range from 0.0 and 1.0.

Hence, The smallest value for the learning rate such that the updated network will result in zero misclassified points using only one iteration is known to be 0.

Learn more about learning rate from

https://brainly.com/question/13338519

#SPJ1

Which of these is a common problem with data transmission? a.File format b.Network Speed c.File size d.Data routing

Answers

Answer:

Answer is b

Explanation:

a. File format had nothing to do with the data transmission

c. File size matters only if the network speed is low, so, it again a fault of network speed.

d. Data routing has noting to do with data transfer, only network routing is required.

in languages that do not have enumeration types, programmers usually simulate them with integer values.

Answers

In programming languages, that do not have Built-in enumeration types, programmers often simulate them using Integer values.

It can be defined in detail :

Enumeration types are a data type that allows a programmer to define a set of named constants, with each constant being assigned a unique integer value. This makes it easier for programmers to work with Complex data sets and organize data in a Meaningful way. However, some programming languages do not have this feature built-in, so programmers may use integers instead to represent the Different values in an enumeration. By using integers in this way, programmers can still achieve the same Level of organization and clarity in their code as they would with built-in enumeration types.

       

To know more about the Enumeration Types :

https://brainly.com/question/25480230

#SPJ11

Which type of app is the best choice when it is critical to be able to use the device's features but performance is not critical? native web hybrid mobile

Answers

Answer:

Hybrid.

Explanation:

A software can be defined as a set of executable instructions (codes) or collection of data that is used typically to instruct a computer on how to perform a specific task and solve a particular problem.

A software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software applications. There are seven (7) main stages in the creation of a software and these are; planning, analysis, design, development (coding), testing, implementation and execution, and maintenance.

Some of the models used in the software development life cycle (SDLC) are;

I. A waterfall model: it can be defined as a process which involves sequentially breaking the software development into linear phases. Thus, the development phase takes a downward flow like a waterfall and as such each phase must be completed before starting another without any overlap in the process.

II. An incremental model: it refers to the process in which the requirements or criteria of the software development is divided into many standalone modules until the program is completed.

III. A spiral model: it can be defined as an evolutionary SDLC that is risk-driven in nature and typically comprises of both an iterative and a waterfall model. Spiral model of SDLC consist of these phases; planning, risk analysis, engineering and evaluation.

Basically, softwares are categorized into three (3) main categories based on the development platform and these are;

a. Web application.

b. Native application.

c. Hybrid application.

A hybrid application is a type of software application that is designed based on the combination of the elements of both web applications and native applications.

Typically, a hybrid application is a web application that is developed in a native application shell, using a standardized web programming language such as CSS, JavaScript, and HTML.

Generally, a hybrid application avails a programmer the opportunity to write a code for a mobile application once while accommodating or being compatible with multiple app platforms such as Android, Windows, iOS, etc.

Hence, a hybrid application is the best choice of an application when it's critical for the end users to be able to use the features associated with a device such as a mobile phone but performance isn't critical.

Answer: Hybrid

Explanation: Hybrid apps are suited to situations where performance is not critical but using the device’s features are.

Most common content for streaming

Answers

Answer:

Netflix, Microsoft Stream

Explanation:

I dunno...

you plan to deploy the following azure web apps: webapp1, that uses the .net 6 runtime stack webapp2, that uses the asp.net v4.8 runtime stack webapp3, that uses the java 17 runtime stack webapp4, that uses the php 8.0 runtime stack you need to create the app service plans for the web apps. what is the minimum number of app service plans that should be created?

Answers

Since you need to create the App Service plans for the web apps, the minimum number of App Service plans that must be created is option A-1.

How does Azure webapp work?

Without needing to deploy, set up, and maintain your own Azure VMs, you may create an app in Azure using the platform offered by Azure Web Apps. The ASP.NET, PHP, Node. js, and Python may all be used to create web applications. Additionally, they incorporate well-known coding environments like GitHub and Visual Studio.

Microsoft developed and maintains Azure Web Apps, a platform for hosting websites based on cloud computing. It is a platform as a service that enables the publishing of Web apps using several frameworks and different programming languages, including proprietary ones from Microsoft.

Therefore, You can support up to 10 Web Apps by creating one App Service Plan. Any additional use of the other resources is unnecessary and not specified as a prerequisite.

Learn more about  azure web apps from

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

See full question below

You plan to deploy the following Azure web apps:

WebApp1, which uses the .NET 5 runtime stack

WebApp2, which uses the ASP.NET V4.8 runtime stack

WebApp3, which uses the Java 11 runtime stack

WebApp4, which uses the PHP 8.0 runtime stack

You need to create the App Service plans for the web apps.

What is the minimum number of App Service plans that must be created?

A-1

B-2

C-3

D-4

What is brawl stars app

Answers

Answer:

Brawl Stars is a multiplayer online battle arena and third-person hero shooter video game developed and published by the Finnish video game company Supercell.

Answer:

3v3 multiplayer and battle royale made for mobile! Play with friends or solo across a variety of game modes in under three minutes. Unlock and upgrade dozens of Brawlers with powerful Super abilities, Star Powers and Gadgets

What is brawl stars app

can someone please tell me the name of some of the best driving simulator games?​

Answers

Answer:

Editor's Pick: Assetto Corsa. Assetto Corsa is a highly regarded racing game with a realistic force feedback feel.

Project Cars 2.

Gran Turismo Sport.

F1 2019.

Dirt Rally.

Explanation:

To pair metrics with dimensions, what should they have in common?
a. Same creator.
b. Same creation date.
c. Same view.
d. Same scope.

Answers

To pair metrics with dimensions, they should have the same scope (option d). This ensures that the data is compatible and can provide meaningful insights when analyzed together.

To pair metrics with dimensions, they should have the same scope. The scope refers to the level of analysis or the perspective of the data being measured. For example, if you are measuring website traffic, the scope could be at the page level or at the site level. The metrics and dimensions should be aligned in terms of the scope to ensure that they are measuring the same thing and can be accurately compared and analyzed. Having the same creator or creation date or view is not necessarily relevant to pairing metrics with dimensions.


Learn more about aligned about

https://brainly.com/question/14517960

#SPJ11

To increase security on your company's internal network, the administrator has disabled as many ports as possible. However, now you can browse the internet, but you are unable to perform secure credit card transactions. Which port needs to be enabled to allow secure transactions?

Answers

Answer:

443

Explanation:

Cyber security can be defined as preventive practice of protecting computers, software programs, electronic devices, networks, servers and data from potential theft, attack, damage, or unauthorized access by using a body of technology, frameworks, processes and network engineers.

In order to be able to perform secure credit card transactions on your system, you should enable HTTPS operating on port 443.

HTTPS is acronym for Hypertext Transfer Protocol Secure while SSL is acronym for Secure Sockets Layer (SSL). It is a standard protocol designed to enable users securely transport web pages over a transmission control protocol and internet protocol (TCP/IP) network.

Hence, the port that needs to be enabled to allow secure transactions is port 443.

you are the administrator of the practicelabs domain. the table hereunder are the windows servers indicating their domain roles and their shared folders. the shared folders, namely diagrams, tools and codes, must be accessible to practicelabs users should any of the servers (srv02, srv03, srv05) become unavailable. srv05 is the server that will receive the replicated folders. which server is the best candidate to run dfs namespace feature? [choose all that apply].

Answers

The most qualified candidate to use the DFS Namespace feature is SRV05. The command "Install-ADDSDomainController -InstallDNS -DomainName practicelabs.com" was executed by a Windows server apprentice with domain admin rights.

What are the names of the electronics?

gadgets for the office, such as calculators, scanners, computers, printers, fax machines, front projectors, etc. Appliances for the home include refrigerators, air conditioners, washing machines, vacuum cleaners, microwaves, etc.

What are sorts of electronic devices?

A device is said to be electronic if it controls the flow of electrons or other electrically charged particles in a circuit by connecting components like resistors, inductors, capacitors, diodes, switches, transistors, or integrated circuits.

To know more about DFS Namespace visit:-

brainly.com/question/29692195

#SPJ1

How these technologies influence the user experience and knowledge?

Answers

Answer:

I don't know

Explanation:

Technology can help us study and stuff yet we can still look up the answers. It also allows to know what's happening in the world around us like if a girl gets kidnapped, we get Amber Alerts on our phones about the missing girl. Most of us people today have learned about George Floyd's death on the internet through technology. Technology doesn't really influence us as much as help us out but for some people it can cause us to change under the influence of seeing other people and how they dress and act and stuff.

arturo is a new network technician. he wants to use remote desktop protocol (rdp) to connect to a server from his computer. the server is on the other side of the building. his computer is running windows 10. will he be able to make the connection?

Answers

Arturo wants to use remote desktop protocol (RDP) to connect to a server from his computer. He will not be able to make the connection. Because the RDP protocol works only on Linux. The correct option is A.

What is a remote desktop protocol?

A technical standard or protocol called Remote Desktop Protocol (RDP) allows users to access desktop computers from a distance.

RDP is the most widely used protocol for remote desktop software, but other options include Independent Computing Architecture (ICA), virtual network computing (VNC), and others.

Therefore, the correct option is A. No, because the RDP protocol works only on Linux.

To learn more about remote desktop protocol, refer to the link:

https://brainly.com/question/28903876

#SPJ1

The question is incomplete. Your most probably complete question is given below:

A. No, because the RDP protocol works only on Linux.

B. No, because the RDP protocol works only on Mac OSX.

C. Yes, because the RDP protocol has clients that work on the most common operating systems.

D. Yes, because the RDP protocol works only on Windows.

Anna elizabeth was disappointed to notice that her new phone had several scratches on its screen. if she had known about the clear protective films that were available to protect the phone display from scratches, she could have avoided this problem. for anna elizabeth, the protective films were _____.

Answers

For Anna Elizabeth, the protective films were a missed opportunity to prevent scratches on her new phone's screen.
Anna Elizabeth was disappointed to find scratches on her new phone's screen.

If she had known about the clear protective films available, she could have prevented this issue. For Anna Elizabeth, the protective films were an effective solution to safeguard her phone display from scratches and maintain its pristine condition. These films provide a barrier against external damage, ensuring the screen remains intact and visually appealing.  Anna Elizabeth, the protective films were a missed opportunity to prevent scratches on her new phone's screen. Anna Elizabeth was disappointed to find scratches on her new phone's screen.

To know more about scratches visit:

https://brainly.com/question/30388543

#SPJ11

Data has been collected on the number of black seeds ard yellow= seeds on J cob of com; You hypothesize Ihat you expecl l0 see a 3 1 phenotypic ratio of black yellow sceds Calculate the expecledyalue for each phenotype based on the hypothesis Black Ydlow = 4.45 black 1 Ycllow 81 black 18 Ycllow 40 Black , 20 Ycllov? 45 Black_ 15 Ycllaw?

Answers

To calculate the expected value for each phenotype based on the hypothesis of a 3:1 phenotypic ratio, we can use the formula:

Expected Value = (Total number of seeds / Sum of the ratio) × Ratio for each phenotype

Given:

Black Yellow = 4

Black Yellow = 81

Black Yellow = 18

Black Yellow = 40

Black Yellow = 20

Black Yellow = 45

Black Yellow = 15

Sum of the ratio = 3 + 1 = 4

Calculating the expected values:

Expected Black = (Total number of seeds / Sum of the ratio) × Ratio for black

Expected Yellow = (Total number of seeds / Sum of the ratio) × Ratio for yellow

Expected Black = (208 / 4) × 3 = 156

Expected Yellow = (208 / 4) × 1 = 52

Therefore, based on the hypothesis of a 3:1 phenotypic ratio, the expected values are 156 for black seeds and 52 for yellow seeds.

Learn more about  each phenotype here;

https://brainly.com/question/26124553

#SPJ11

after processing ,data is converted into ____​

Answers

Answer:

Information.

Explanation:

Information is the answer

question when designing classes, which of the following would be the best reason to use inheritance? responses inheritance allows you to write applications that require fewer base and super classes. inheritance allows you to write applications that require fewer base and super classes. inheritance allows the creation of a subclass that can use the methods of its superclass without rewriting the code for those methods. inheritance allows the creation of a subclass that can use the methods of its superclass without rewriting the code for those methods. inheritance allows for data encapsulation, while noninherited classes do not allow for data

Answers

When designing classes, the best reason to use inheritance is that inheritance allows the creation of a subclass that can use the methods of its superclass without rewriting the code for those methods.

What is the best reason to use inheritance when designing classes?

Inheritance allows a class to inherit the properties and behaviors of another class, known as the superclass or base class.

By inheriting from a superclass, a subclass can reuse the code and functionality already defined in the superclass. This promotes code reuse, reduces code duplication, and enhances maintainability. The subclass can then focus on extending or modifying the inherited behavior to fulfill its specific requirements.

Learn more about designing classes at: https://brainly.com/question/30129149

#SPJ4

What devices do not need device drivers to be manually installed, and start to function as soon as they are connected to a computer?.

Answers

Plug-and-play devices are electronic devices that do not require any device driver to be manually installed on the host device (computer) and as such they start functioning immediately they are connected to the host device (computer).

Plug-and-play (PnP) can be defined as a technology that is designed and developed to allow an operating system (OS) of a computer to automatically detect and configure a peripheral (input and output device) as soon as they are connected to the computer.

On a related note, a plug-and-play device is an electronic device that do not require any device driver to be manually installed on the host device (computer) and as such it start to function immediately it is connected to the host device (computer).

In Computers and Technology, some examples of a plug-and-play device include the following:

External hard-driveComputer monitorKeyboardWeb-camMouse

Find more information: https://brainly.com/question/17402566

Three goals of ______ can be described as (1) Decomposability, (2) Composability, and (3) Ease of Understanding.
a. Cohesion
b. Coupling
c. Modularity

Answers

The three goals of modularity can be described as (1) Decomposability, (2) Composability, and (3) Ease of Understanding.

The correct answer is c. Modularity. Modularity refers to the practice of breaking down a system or software into smaller, independent modules or components. It promotes the organization, maintainability, and reusability of the system.

The three goals associated with modularity are as follows:

1. Decomposability: Modularity aims to decompose a system into smaller modules that can be individually developed, tested, and maintained. This allows for easier management of complex systems by dividing them into manageable and independent parts.

2. Composability: Modularity enables the composition of different modules to create larger systems. The independent modules can be combined in various ways to create flexible and scalable solutions.

3. Ease of Understanding: Modularity enhances the comprehensibility of a system by making it easier to understand and reason about. Each module focuses on a specific functionality or responsibility, making it easier for developers to understand its purpose and behavior.

By achieving these goals of decomposability, composability, and ease of understanding, modularity helps in creating more maintainable, extensible, and manageable software systems.

Learn more about modularity here:

https://brainly.com/question/31624927

#SPJ11

3. Describe the types of input the peripheral nervous system receives in each of the three scenarios.

Answers

Answer:

espanel hjcrkl cuecls oob

Other Questions
A firm does not pay a dividend. It is expected to pay its first dividend of $15.32 per share in five years. This dividend will grow at 10 percent indefinitely. Use a 13.7 percent discount rate. Compute the value of this stock at time 0. (Round your answer to 2 decimal places.) Value of Stock: $ ____. !!!!! Which of the following statements best describes the climate of an area rather than its weather conditions?A) The summers are hot and humidB) The temperature at noon was 86 FC) Total rainfall on April 9 was 2 inches.D) Strong wind are expected tomorrow evening. The ratio of the length and breadth of a rectangle is 5:4 and its area is 180 cm(i) Find its length and breadth (ii) Find its perimeter Write 4 sentences on what your definition of mindfulness is. PLEASE HELP ILL GIVE YOU BRAINLIEST a particle is projected from the surface of earth with a speed equal to 2.2 times the escape speed. when it is very far from earth, what is its speed? What is the strategy to use to include all categories of learners Which statement is appropriate for the professional development educator to include in a discussion of medical asepsis with a group of new clinical employees? (Select all that apply.)1- "It is necessary to keep the door closed when caring for a client on airborne precautions."2- "I need to wear gloves when taking the blood pressure of a client on contact precautions."3- "I should put on a mask when taking the temperature of a client on contact precautions."4- "It is necessary to use disposable dishes and utensils for a client on droplet precautions."5- "A surgical mask is required when working within 3 feet of client on droplet precautions." Write a story entitled "Time for Change" essay 300 why did germanic peoples begin invading roman territory? The measures of two angles of a triangle are given. Find the measure of the third angle. 70 46', 103 17' Wallace Davis bought 100 shares of JNJ at the beginning of 2017 and sold them at the end of 2021. He bought them for $116.30 and sold them $171.07. During the five years he held the stock, the company paid $19.23 per share in dividends. What was his total return on his investment? The vector cross product A B is maximized when the vectors A and B are:Group of answer choicesA. ParallelB. Are 180 degrees with respect to each otherC. At 45 degrees with respect to each otherD. Perpendicular A camera has a lens which is a curved piece of glass. This lens takes the beams of light from an object and redirects it to form a real image. The lens of a camera is shown below. Which of the following best describes how the cameral lens forms a real image. A. The camera lens reflects light by bouncing it off of the lens. B. The camera lens absorbs light as it travels through the lens. C. The camera lens bounces light as it travels through the lens. D.The camera lens refracts light when it travels through the lens and bends. _____ help determine the price of goods and services when there is no set price in the marketplace..a.Bargainsb.Budgetsc.Bartersd.Auctions There are a total of 71 students in the cafeteria.The number of boys in the cafeteria is 5 more than twice the number of girls.How many boys are in the cafeteria? Why the uterine wall sheds once a mouth Exercise 2 Underline the linking verb (or verbs) in each sentence. Then circle the word or words after the linking verb that identify or describe the subject.Why England Slept is an account of Great Britains difficulty in trying to react to military events. what is the n term of 1+2+4+8+16+32+.............. which of the following best describes the purpose of financial accounting? multiple choice providing financial information to employees and labor unions providing financial information to financial intermediaries providing financial information to internal users providing financial information to government regulatory agencies providing financial information to various external users Order the set of numbers (2.2, 2, 1/5, 2.25, v5) from greatest to least.