ISV code reduced the open transaction count. Custom plug-ins should not catch exceptions from OrganizationService calls and continue processing.

Answers

Answer 1

Yes, ISV code can reduce the open transaction count by avoiding catching exceptions from OrganizationService calls in custom plug-ins and continuing the processing.

When working with Dynamics 365 and the OrganizationService, it is important to manage the number of open transactions. This is because each transaction requires resources and can affect the performance of the system.
One way to reduce the open transaction count is to use ISV code. ISV code can be used to implement custom logic and reduce the number of transactions needed. For example, instead of updating a single record at a time, ISV code can be used to update multiple records in a single transaction. This can significantly reduce the open transaction count and improve system performance.

ISV code refers to software applications created by Independent Software Vendors. When developing custom plug-ins, it is important to follow best practices to ensure efficient and smooth operation. One such practice is not to catch exceptions from OrganizationService calls and continue processing. By following this guideline, it allows the system to handle the exceptions properly and reduce the open transaction count, thus improving overall performance and reliability of the application.
To know more about plug-ins visit:

https://brainly.com/question/30262705

#SPJ11


Related Questions

window operating system popularly known as. 1) character user interface. 2) computer user interface. 3) graphic user interface. 4)none​

Answers

Answer:

The window operating system is popularly known as a graphical user interface(GUI)

Explanation:

older operating systems were command line based but window uses a gui

Answer:

The window operating system is popularly known as a graphical user interface(GUI)

Explanation:

Which type of computer is used microprocessor​

Answers

Assuming you mean which type of computer uses a microprocessor the answer would be: A pc and/or microcomputer which use a single chip which is a microprocessor for their CPU (central processing unit)

You want the output to be left justified in a field that is nine characters wide. What format string do you need?

print('{: __ __ }' .format(23)

Answers

Answer:

> and 8

Explanation:

> and 8 format string one will need in this particular input of the java string.

What is a format string?

The Format String is the contention of the Format Function and is an ASCII Z string that contains text and configuration boundaries, as printf. The parameter as %x %s characterizes the sort of transformation of the format function.

Python String design() is a capability used to supplant, substitute, or convert the string with placeholders with legitimate qualities in the last string. It is an inherent capability of the Python string class, which returns the designed string as a result.

The '8' specifies the field width of the input The Format String is the contention of the Configuration Capability and is an ASCII Z string that contains the text.

Learn more about format string, here:

https://brainly.com/question/28989849

#SPJ3

how to do 3.7 Code Practice

Answers

counting noun A code of practice is a set of guidelines that describe how members of a certain profession should conduct themselves. By trading in stolen items, the auctioneers are breaking a code of conduct.

num = 100

if num < 20:

print('Less than 20')

if num < 30:

 print('Less than 30')

if num < 40:

 print('Less than 40')

if num < 50:

 print('Less than 50')

if num > 100 or num == 100:

 print('More than or equal to 100')

To learn more about ' Code Practice ' refer to

https://brainly.in/question/31133760

#SPJ1

counting noun A code of practice is a set of guidelines that describe how members of a certain profession should conduct themselves.

What is Ifelse statement?counting noun A code of practice is a set of guidelines that describe how members of a certain profession should conduct themselves. By trading in stolen items, the auctioneers are breaking a code of conduct.If-else statements are used in the C programming language to perform operations based on specific conditions. The code inside the if block is executed if the given condition is true; otherwise, the code inside the else block is executed. The order in which the statements are to be executed is specified.

num = 100

if num < 20:

print('Less than 20')

if num < 30:

print('Less than 30')

if num < 40:

print('Less than 40')

if num < 50:

print('Less than 50')

if num > 100 or num == 100:

print('More than or equal to 100')

To learn more about ' Ifelse statement ' refer to

https://brainly.com/question/18736215

#SPJ1

Assign avg_owls with the average owls per zoo. Print avg_owls as an integer. Sample output for inputs: 124 Average owls per zoo: 2 1 avg_owls - 0.0 1 test passed All test 3 num_owls_zooA int(input) 4 num_owls_zooB = int(input) 5 num_owls_zooC - int(input) 6 7 num_owls_zooA - 1 8 num_owls_zooB 2 9 num_owls_zooC = 4 10 num_zoos - 3 11 12 avg_owls -(num_owls_zooA num_owls_zooB+num_owls_200C)/num_zoos 13 14 print('Average owls per zoo:', int(avg_owls) Run ✓ Testing with inputs: 124 Your output Average owls per zoo: 2 X Testing with inputs: 3 44 Output differs. See highlights below. Your output Average owls per zoo: 2 Expected output Average owls per zoo: 3

Answers

To calculate the average, each zoo's number of owls must be added together and then divided by the total number of zoos. The output should be the average owls per zoo, as an integer.

The avg_owls variable is useda to store the average number of owls per zoo. This value is calculated by taking the total number of owls in each zoo and dividing that by the total number of zoos. The result is then rounded down to the nearest integer. Oncea the average is calculated, it is printed as an integer. It is important to check that the inputs are correct when calculating the average, as any incorrect inputs would result in an incorrect output. If the output does not match the expected output, the inputs should be checked and corrected as needed. Once the inputs are correct the average will be calculated correctly and the expected output will be printed.

Learn more about output here-

https://brainly.com/question/14227929

#SPJ4

Where was Internet explorer invented

Answers

Answer:

Massachusetts

How would you define a cloud today?
as a non-factor
networking
server
any remote virtualized computing infrastructure

Answers

Answer:

The answer is "any remote virtualized computing infrastructure".

Explanation:

The term cloud is used as the symbol of the internet because cloud computing is some kind of internet computing, that offers various services for computers and phones in organizations via the internet.  

The virtual network allows users to share numerous system resources throughout the network system.It allows you to access the optimal productivity by sharing the resources of a single physical computer on many virtual servers.

One of the requirements of a computer that can support artificial intelligence (Al) is to a. derive solutions to problems by examining all possible outcomes b. be able to deal with new situations based on previous learning
c. communicate non-verbally with humans d. None of the listed answers for this question are correct e. anticipate human needs and respond to them

Answers

Artificial intelligence (AI) is the study of creating computer programs that can work on intelligent tasks such as recognizing speech, making decisions, and performing tasks that are typically completed by humans.

One of the requirements of a computer that can support artificial intelligence (Al) is the ability to deal with new situations based on previous learning. It is possible for AI to be trained to learn from past experiences, recognize patterns, and use that knowledge to solve new problems. In other words, AI can analyze data sets and learn from those data sets to make predictions based on that learning. This is often referred to as machine learning. The process involves the creation of a model, and then the model is trained on a large dataset. The model can then use that training to make predictions about new data that it has not seen before.
To support AI, a computer must be able to perform these tasks in real-time. This is where the speed of the computer comes into play. AI applications often require processing a lot of data in a short period. As such, the computer should have fast processors, large memory, and storage capacity, and efficient cooling systems.
Another requirement for a computer to support AI is that it should be able to anticipate human needs and respond to them. This can be achieved through Natural Language Processing (NLP). NLP is an AI application that allows the computer to understand human language and respond accordingly. Through NLP, the computer can anticipate the needs of the user and provide the necessary information or service.
In conclusion, a computer that can support AI should have the ability to learn from past experiences, analyze data sets, and make predictions based on that learning. Additionally, the computer should have fast processors, large memory, and storage capacity, and efficient cooling systems. Lastly, the computer should be able to anticipate human needs and respond to them through Natural Language Processing.

Learn more about programs :

https://brainly.com/question/14368396

#SPJ11

I need help with this question

What is the “digital divide”?

A. the gap between people who are very skilled using the Internet and people who are less skilled.

B. the gap between the time before Smartphones debuted and the time they became widely used.

C. the gap between people who have readily available Internet access and people who do not.

D. the gap between the time before the Internet debuted and the time it became popular.

Answers

Answer:

C IS YOUR ANSWERexplanation is available

Explanation:

The digital divide describes the gap between people who have access to affordable, reliable internet service (and the skills and gadgets necessary to take advantage of that access) and those who lack it. ... The Access Divide—This is the most visible digital divide.

Answer:

option c is the answer....

-WILL GIVE BRAINLIEST-
Explain in your own words how to use File Explorer (remember the little folder on your Start Taskbar in Windows 10) to navigate to files in the following location OR a location of your choice. You MAY be able to walk through this on your machine if your operating system contains the correct folders listed under the C: drive.
C: > Windows > Logs > Windows Update

Answers

Answer:

First start the comupter next login then open File Explorer and finally use

Explanation:

Leslie made a mathematical mistake in computing her tax liability. which audit program will likely catch leslie's mistake?

Answers

Main Answer:

leslie made a mathematical mistake in computing her tax liability which audit program will likely catch leslie's mistake DIF SYSTEM

Sub heading:

What is means by DIF SYSTEM?

Explanation:

DIF-Data Interchange Format A standard file format for spreadsheet and other data structure in rowand column form.DIF-Display Interchange Format

An IBM system program that let users build custom programs for online access to data

Reference link:

https//brainly.com

Hashtag:

#SPJ4

You are now going to prepare some reports for the company. Measurements are in metres and volume
n cubic metres. Prices are per cubic metre. Mako sure al currency values are displayed with 2 decimal
places
20 -
Using a suitable database package, import the file M2017BOARDS.CSV
Use these field names and data types:
Field Name Data Type Description/Specification
Board ID
Text
This is a unique identification for each board
Tree_ID
Text
This code identifies the type of tree
Thickness
Numeric
Width
Numeric
Numeric
Length
Drying
Text
Ready
Sold
Boolean/Logical Display as Yes/No or checkbox
Boolean/Logical Display as Yes/No or checkbox
Numeric/Currency Currency of your choice
Price
.
Set the Board_ID field as the primary key.
[3]
Import the file M2017TREES.CSV into your database as a new table with appropriate data
types. Set the Tree_ID field as the primary key.
121
21.
12.
Examine the file M2017LOCATIONS.CSV and decide on appropriate data types for each field
Import the file M2017LOCATIONS.CSV into your database as a new table with appropriate
data types. Set the Location_code field as the primary key.
121
EVIDENCE 4
Place in your Evidence document screenshot(s) showing the field names and data
types used in each of the three tables.
23
Create one-to-many relationships as links between the three tables.
Use the Tree_ID field in the Trees table to link to the Tree_ID field in the Boards table, and
the Location_code field in the Locations table to link to the Location_code field in the Trees
table.
EVIDENCE 5
Place in your Evidence document screenshot(s) showing the relationships between
the three tables.

Answers

if you follow me and like and mark in brainliest answer only I will tell the answer

pls answer this for me

pls answer this for me

Answers

free points thanks :D

You can not give an exact size for a height for column width true or false

Answers

Answer:

~false~

Explanation:

A Department of Defense (DoD) security team identifies a data breach in progress, based on some anomalous log entries, and take steps to remedy the breach and harden their systems. When they resolve the breach, they want to publish the cyber threat intelligence (CTI) securely, using standardized language for other government agencies to use. The team will transmit threat data feed via which protocol

Answers

Answer: no se

Explanation:

If the grade is 60, which action will be executed?

Answers

Answer:

Study with tutor

Explanation:

Edgenuity

In your own words and in great detail explain the characteristics of the image types listed below. Give an example of when would be best to use each image file type.



1. JPG



2. PNG



3. GIF



4. PDF



5. SVG

Answers

Answer:

JPG It's a standard image format for containing lossy and compressed image data. PNG “Portable Graphics Format”. It is the most frequently used uncompressed raster image format on the internet .GIF is a lossless format for image files that supports both animated and static images. It was the standard for 8-bit color images on the internet until PNG became a viable alternativePDF Portable Document SVG scalable vector graphics, and it is a file format that allows you to display vector images on your website.

Explanation:

Despite the huge reduction in fil e size JPEG images maintain reasonable image quality. This lossless data compression format was created to replace the Graphics 2.Interchange Format (GIF) Like GIF images, PNG also have the ability to display transparent backgrounds.You may have seen them used often in email signatures. Animated GIFs are several images or frames combined inUsed to display documents in an electronic form independent of the software, hardware or operating systemThis means that you can scale an SVG image up and down as needed without losing any quality, making it a great choice for responsive web design they are viewed onto a single file

PLS ANSWER ASAP!!!!

In three to five sentences, explain the function of utilities.

Answers

Answer:

In economics, utility function is an important concept that measures preferences over a set of goods and services. Utility represents the satisfaction that consumers receive for choosing and consuming a product or service.  Utility function is widely used in the rational choice theory to analyze human behavior.

Explanation:

The Internet of Things (IoT) and consumer products for sma... Edit question 1. The Internet of Things (IoT) and consumer products for smart homes have become extremely popular. How could geofencing be integrated with these products to create an even more efficient home ecosystem? 2. Develop a use case proposal that you could pitch to a company about how it could improve its marketing and increase its sales by using geofencing. 3. How would you feel about receiving alert messages from a store or potential employer that is using geofencing? Would you consider it an annoyance and/or a privacy concern? 4. How could a university leverage the benefits of geofencing on campus to improve student life and safety?

Answers

Geοfencing can be integrated with smart hοme devices tο create a mοre efficient hοme ecοsystem by allοwing the devices tο autοmatically perfοrm actiοns based οn the user's lοcatiοn.

What is Geοfencing?  

A use case prοpοsal fοr a cοmpany cοuld be tο use geοfencing tο target custοmers with lοcatiοn-based οffers and prοmοtiοns.

Fοr example, a retailer cοuld set up a geοfence arοund its stοre and send push nοtificatiοns tο custοmers whο enter the geοfence with a discοunt οr οffer.

The cοmpany cοuld alsο use geοfencing tο track custοmer behaviοr and send persοnalized recοmmendatiοns based οn their lοcatiοn and brοwsing histοry.

This cοuld imprοve the cοmpany's marketing by prοviding mοre targeted and relevant prοmοtiοns tο its custοmers, leading tο increased sales and custοmer satisfactiοn.

Similarly, when the user enters the geοfence, the thermοstat cοuld raise the temperature, turn οn the lights, and unlοck the dοοrs. This way, the hοme can autοmatically adapt tο the user's needs and preferences based οn their lοcatiοn.

To know more about  Internet of Things (IoT) visit:

https://brainly.com/question/19995128

#SPJ4

hello everyone! can anybody help me? i need help with computing.
what is a pseucode?
please answer me ​

Answers

Answer:

a pseu code is a is an artificial and informal language that helps programmers develop algorithms.

Explanation:

Please help me with this lab I will give brainliest . It's about binary search tree. The instructions are in the files please help me.

Answers

Is this science? Because if it is a binary tree it’s also called sorted binary it’s a rooted tree


Aiden visits a chat room online. He starts talking to one person about a movie. He doesn’t agree with the person’s opinions. He says mean things and makes fun of this person. How should Aiden have behaved?

Answers

Answer:

He should have politely disagreed with them and not escalated the situations and said mean things.

Explanation:

People often engage in conversation . Aiden should have politely disagreed with them and not increase the gravity of the situations and say mean things.

How do you deal with opinions you do not agree with?

Dissent is known to be the right way for one to express strong disagreement, often in terms with what people  think or say. One can do so by;

Do not make it personal. Try and Avoid putting down other people's opinion and beliefs. Listen to the view point of others.

learn more about Online from

https://brainly.com/question/14591988

define computer software

Answers

Answer:

It is any program on a computer that you cannot touch or clean by yourself. EX: Windows.

Have A Nice Day!

________ controls fix a trespass into the network. a. corrective b. detective c. preventive d. mitigating

Answers

Answer: Answer: corrective

Explanation:

Which of the following lines of code would reduce the player’s gold by 100 coins?
Group of answer choices

gold = 100

gold = gold + 100

gold -= 100

gold += 100

Answers

Answer:

gold - = 100

Explanation:

gold - = 100 is the answer as if you lose the gold / subtract it from your total this line of code would say how much you would lose. :)

Good Luck and please say I'm right!

Checks or safety procedures are put in place to protect the integrity of the system is referred to as?

Answers

answer:

system controls

predict what the world would be like if no one tried to think critically. explain your predictions

Answers

The world would be in chaos and we would all be dead duh.

Are there any companies using AI to do their decision-making? (Management course, don't focus on marketing) Give some example and explain.

Answers

Yes, there are several companies that use AI for decision-making in their operations. One example is Amazon, which utilizes AI algorithms to optimize their supply chain and make decisions regarding inventory management, pricing, and forecasting customer demand.  

Another example is Netflix, which uses AI to recommend personalized content to its users. By analyzing user behavior, viewing history, and preferences, Netflix's recommendation system uses AI algorithms to suggest movies and TV shows that align with each user's interests. This helps enhance the user experience and keeps viewers engaged on the platform.

Furthermore, Tesla, the electric vehicle manufacturer, utilizes AI in its self-driving car technology. AI algorithms process data from sensors, cameras, and radar systems to make real-time decisions regarding vehicle speed, lane changes, and obstacle detection.

To know more about personalized visit:

https://brainly.com/question/24174394  

#SPJ11

which type of chart is preferable when you are dealing with a timeframe?

Answers

The type of chart that is preferable when you are dealing with a timeframe is a LINE CHART.

A line chart is a graphical representation that indicates how some variable changes over time.

A line chart can connect a data series of data with a continuous line of time.

This type of chart (line chart) can be very useful to visualize trends in data over intervals of time (i.e., time series).

In conclusion, the type of chart that is preferable when you are dealing with a timeframe is a LINE CHART.

Learn more in:

https://brainly.com/question/5866790

In conclusion, when dealing with a timeframe, a line chart is the most suitable chart type to use. It effectively displays trends and patterns in the data over time and can be used to compare the performance of multiple data sets over the same time period.

The preferable chart type when dealing with a timeframe would be a line chart. A line chart is a type of chart that displays data as a series of points connected by a line, which makes it an ideal chart type to display data over time.

Line charts are effective for showing trends and patterns in the data, as well as identifying outliers and anomalies. This is because the lines in a line chart are continuous, making it easy to see how the data is changing over time. Line charts are also useful for comparing the performance of multiple data sets over the same time period.

In summary, when dealing with a timeframe, a line chart is the most suitable chart type to use. This is because it can effectively display trends and patterns in the data over time. Clustered column charts or column charts are more suitable for comparing different categories of data, and pie charts are better suited for showing the proportion of data in different categories.

It's worth noting that there are different types of charts that can be used depending on the specific context and the type of data being displayed. It's important to consider the purpose of the chart and the message you want to convey when choosing the appropriate chart type. In addition, it's important to ensure that the chart is easy to read and understand by using appropriate labeling, colors, and scales.

When using a line chart to display data over time, there are several best practices that can help make the chart more effective:

Use a clear and concise title that accurately reflects the data being displayed.Label the x-axis (horizontal axis) with the time period being displayed (e.g., months, years, etc.) and the y-axis (vertical axis) with the units of measurement being used.Choose a scale that allows for easy comparison between data points. Avoid using a scale that compresses or distorts the data.Use different colors or styles to differentiate between multiple data sets on the same chart.Include a legend that clearly identifies each data set.Consider adding annotations or callouts to highlight significant events or changes in the data.

By following these best practices, you can create a line chart that effectively displays data over time and helps communicate your message to your audience.

Another important consideration when using a line chart is the frequency of the data points. Depending on the timeframe being displayed, the data may be aggregated into daily, weekly, monthly, or yearly intervals. It's important to choose the appropriate interval based on the context and the level of detail needed. For example, if you're displaying data over a year, daily intervals may be too detailed, and weekly or monthly intervals may be more appropriate.

In addition, it's important to ensure that the data is presented accurately and honestly. The y-axis should start at zero to avoid distorting the data and to provide an accurate representation of the scale of the data. The labels on the x-axis should be evenly spaced and labeled appropriately to provide a clear understanding of the time period being displayed.

In conclusion, when dealing with a timeframe, a line chart is the most suitable chart type to use. It effectively displays trends and patterns in the data over time and can be used to compare the performance of multiple data sets over the same time period.

Learn more about the line chart here:

https://brainly.com/question/29359235.

#SPJ3

green technology is my selected technology Definition: Explain your selected technology. What is it? How does it work? What is its purpose?
Timeline: Provide a timeline of major events concerning your technology. Include major developments, regulations, successful events, controversies, or issues.
Ethical Questions: Develop three to five ethical questions that surround your selected technology. These questions will help guide your analysis in future assignments.
Ethical Lens: Identify one to two ethical theories that you think will help you further develop your analysis of your selected technology.

Answers

Green technology, also known as sustainable technology, refers to the development and application of innovative solutions that aim to reduce the negative impact of human activities on the environment while promoting a more sustainable future.

Green technology encompasses a wide range of technologies and practices that are designed to minimize resource consumption, reduce pollution, and optimize energy efficiency. It includes renewable energy sources such as solar, wind, and hydroelectric power, as well as energy-efficient building materials, waste management systems, and sustainable transportation solutions.

The purpose of green technology is to address the growing concerns related to climate change, depletion of natural resources, and environmental degradation. By promoting the use of cleaner energy sources, reducing greenhouse gas emissions, and adopting sustainable practices, green technology aims to create a more sustainable and environmentally friendly society.

Timeline:

- 1970s: The modern environmental movement gains momentum, leading to increased interest and research in green technology.

- 1980s: The development of solar panels and wind turbines begins, laying the foundation for renewable energy technologies.

- 1990s: The concept of green building gains popularity, leading to the introduction of energy-efficient materials and designs.

- Early 2000s: Governments worldwide start implementing regulations and incentives to promote the adoption of green technologies.

- 2010s: The rapid growth of renewable energy, advancements in energy storage, and the rise of electric vehicles contribute to significant progress in green technology.

- Present: Continued research and development focus on improving the efficiency and affordability of green technologies, as well as expanding their integration into various industries and sectors.

Learn more about Green technology

brainly.com/question/32032646

#SPJ11

Other Questions
Even if a declarant gives a statement to police concerning an alleged crime, that statement could still qualify as non-testimonial if police question the declarant while responding to an _________ ____________ (two words). The Supreme Court demarcated this boundary for testimonial hearsay in Davis v. Washington, 126 S. Ct. 2266 (2006), where the primary purpose of the questioning was not to collect evidence of a past crime, but to secure the scene and protect the declarant.Courts applying the Davis exception most often summarize it with phrases such as "ongoing emergency" or "emergency situation." When police are responding to an ongoing emergency, their motive is to ensure the safety of all concerned, not to collect evidence. The Supreme Court ruled in Davis that statements elicited by police while responding to an ongoing emergency are not testimonial for purposes of the Confronta Need help on question 1,2 please please help please please help me please will mark the brainiest its due today please please help Given f of x is equal to 2 divided by the quantity x squared plus 3x minus 10 end quantity, which of the following is true? f(x) is positive for all x < 5 f(x) is negative for all x < 5f(x) is positive for all x < 2 f(x) is negative for all x > 2 what is x egual twox-1/8=3/4 how do the mitochondria and cell membrane work together to maintain homeostasis I am thinking of a number.... When I double a number and subtract 10 from it, I get 30. What is my number? Read the excerpt from Julius Caesar, act 2, scene 1. DECIUS. Shall no man else be touched, but only Caesar? CASSIUS. Decius, well urged. I think it is not meet Mark Antony, so well beloved of Caesar, Should outlive Caesar. We shall find of him A shrewd contriver. And you know his means,165 If he improve them, may well stretch so far As to annoy us all; which to prevent, Let Antony and Caesar fall together. BRUTUS. Our course will seem too bloody, Caius Cassius, To cut the head off and then hack the limbs,170 Like wrath in death and envy afterwards For Antony is but a limb of Caesar. Let us be sacrificers, but not butchers, Caius. We all stand up against the spirit of Caesar, And in the spirit of men there is no blood.175 O, that we then could come by Caesars spirit, And not dismember Caesar! But, alas, Caesar must bleed for it. And, gentle friends, Lets kill him boldly, but not wrathfully. Lets carve him as a dish fit for the gods,180 Not hew him as a carcass fit for hounds. And let our hearts, as subtle masters do, Stir up their servants to an act of rage, And after seem to chide 'em. This shall make Our purpose necessary, and not envious,185 Which so appearing to the common eyes, We shall be called purgers, not murderers. And for Mark Antony, think not of him, For he can do no more than Caesars arm When Caesars head is off.190 Which conclusion does Brutus excerpt best support? Mark Antonys life will be spared because he will be useless without Caesar. Mark Antony should also be assassinated because he and Caesar are so close. All of Caesars followers should be put to death, not just Mark Antony. No matter whom Brutus and the others kill, the people will see Brutus and the others as murderers Dave Hughes owns a local restaurant. He wonders if a redesign of the menu will increase, on average, the amount customers spend when visiting his establishment. For the following scenario, pick a statistical method we discussed regarding comparing two groups that would be appropriate for analyzing the problem. Indicate whether the samples would be dependent or independent, which parameter(s) is(are) relevant, and what inference method you would use.a. Hughes records the mean sales the week before the change and the week after the change and then wonders whether the difference is statistically significant. b. Hughes randomly samples 100 people and shows both menus to each person, asking them to rate each menu from 0 (very poor) to 20 (excellent).c. Hughes randomly samples 100 people and randomly separates them into two groups of 50. He asks those in group 1 to give a rating of positive or negative to the old menu and those in group 2 to give a rating of positive or negative to the new menu. What is the sum of 5. 3*10^5 and 3. 8*10^4 in scientific notation. The tempature at the beginning of the day was 4f the temp fire dropped 12f by the end of the day. What was the temps tire at the end of the day use the number line to mode 4-12 The white blood cell that can vary most in size and shape on a wright-stained smear is? a type ii error is a. rejecting the null hypothesis when it is true. b. accepting the null hypothesis when it is false. c. incorrectly specifying the null hypothesis. d. incorrectly specifying the alternative hypothesis. does the soviet union create an empire in the late 1940s explain given the function f ( x ) = 4 x 2 + 7 x 5 . Calculate the following values: Use geometry or symmetry, or both, to evaluate the double integral.S S (7x+2) dA, D={ (x,y) | 0 ? y ? sqrt (36-x^2)}I tried both type I and II but it's hard to integrate with the sqrt. Any help would be greatly appreciated. explain what information is included in a director's report provide at least four points or examples Chase a has locker that is 2 ft. wide, 2 ft. deep, and 5 ft. high. How many boxes of fundraising candy can he fit into his locker if each box is 1 ft.3 in volume? Body modifiers are visible as a subculture, in part because of their tattoo and piercings. Using these criteria, identify and describe another subculture. Identify and describe a counterculture that opposes the dominant culture A company reporting under US GAAP seeking to present a more favorable view of operating income in its quarterly earnings release could: 4. In the triangle ABC, angle A = 90 and sec B = 2a.Work out the size of angles B and C. b.Find tan B. c. Show that 1 + tan B = sec B.