Homework Answers

Math 51397 50414
Physics 44335 44333
Chemistry 40988 40988
Economics 30646 30644
Programming & Computer Science 26878 26876
English 10084 10084
Biology 8111 8109
Management 6239 6239
Engineering 6056 6056
History 3490 3489
Psychology 2129 2129
Sociology 1858 1858
Geography 1574 1574
Marketing 1443 1443
Philosophy 1001 1001
Political Science 892 891
Law 876 876
French 438 438
Other 199 199

Questions: 238 634

Answers by our Experts: 237 641

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Use each of the five words

word 1 - Cat

word 2 - Poem

word 3 - fantastic

word 4 - copulation

word 5 - appendectomy

in five different sentences. Underline the word, so it is clear which word is the focus. After each sentence, indicate the grammatical form and function of the word you have used in each sentence. Your sentence must demonstrate your understanding of the use and meaning of the word in the context of the sentence.


Create an Observable Collection. Listen to its Collection Changed Event and



display message on UI for each operation.



1. Addition: “Element ‘x’ is added in collection”



2. Removal: “Element ‘x’ is removed from collection”



Use enum NotifyCollectionChangedAction to differentiate the action

How strong is the evidence for global warming?

Lombardo (2009) puts forward the view that the significant rise in the earth’s temperature over the past century is the product of increased levels of atmospheric CO2 caused by greater use of fossil fuels. He maintains that this position is now generally agreed, and that steps should be taken to reduce future warming by restricting the output of greenhouse gases such as carbon dioxide. However, Wong (2011) presents a range of counterarguments. She mentions evidence of historical climate change that cannot have been caused by rising levels of CO2, and also discusses the difficulty of obtaining reliable data on temperature changes, as well as other claims that solar activity may affect the amount of cloud cover and hence temperature levels. Such uncertainty, she considers raises doubts about the value of cutting CO2 production.

2. 4 Write a summary of the above text in standard English. Your summary should not be more than 100 words. (10 marks)


Lombardo puts forward the view that the significant rise in the earth’s temperature over the past century is the product of increased levels of atmospheric CO2 caused by greater use of fossil fuels.He maintains that this position is now generally agreed, and that steps should be taken to reduce future warming by restricting the output of greenhouse gases such as carbon dioxide. However, Wong presents a range of counterarguments. She mentions evidence of historical climate change that cannot have been caused by rising levels of CO2, and also discusses the difficulty of obtaining reliable data on temperature changes, as well as other claims that solar activity may affect the amount of cloud cover and hence temperature levels. Such uncertainty, she considers raises doubts about the value of cutting CO2 production.

2.2 Give a justification for the answer you indicated in 2.1 above by citing two words or phrases.

2.3 Provide the Standard English form of the words/phrases you mentioned in 2.2.


Problem 2: Fill in the function shopSmart(orders,shops) in shopSmart.py, which takes an orderList (like the kind passed in to FruitShop.getPriceOfOrder) and a list of FruitShop and returns the FruitShop where your order costs the least amount in total. Don't change the file name or variable names, please. Note that we will provide the shop.py implementation as a "support" file, so you don't need to submit yours. Test Case: We will check that, with the following variable definitions: orders1 = [('apples',1.0), ('oranges',3.0)] orders2 = [('apples',3.0)] dir1 = {'apples': 2.0, 'oranges':1.0} shop1 = shop.FruitShop('shop1',dir1) dir2 = {'apples': 1.0, 'oranges': 5.0} shop2 = shop.FruitShop('shop2',dir2) shops = [shop1, shop2] The following are true: shopSmart.shopSmart(orders1, shops).getName() == 'shop1' and shopSmart.shopSmart(orders2, shops).getName() == 'shop2'


Lombardo puts forward the view that the significant rise in the earth’s temperature over the past century is the product of increased levels of atmospheric CO2 caused by greater use of fossil fuels.He maintains that this position is now generally agreed, and that steps should be taken to reduce future warming by restricting the output of greenhouse gases such as carbon dioxide. However, Wong presents a range of counterarguments. She mentions evidence of historical climate change that cannot have been caused by rising levels of CO2, and also discusses the difficulty of obtaining reliable data on temperature changes, as well as other claims that solar activity may affect the amount of cloud cover and hence temperature levels. Such uncertainty, she considers raises doubts about the value of cutting CO2 production.

2.1 Which functional speech variety is used in the above text?

2.2 Give a justification for the answer you indicated in 2.1 above by citing two words or phrases.


A 0.205 g sample of CaCO3 (Mr = 100.1 g/mol) is added to a flask along with 7.50 mL of 2.00 M HCl.


CaCO3(aq) + 2HCl(aq) → CaCl2(aq) + H2O(l) + CO2(g)


Enough water is then added to make a 125.0 mL solution. A 10.00 mL aliquot of this solution is taken and titrated with 0.058 M NaOH.


NaOH(aq) + HCl(aq) → H2O(l) + NaCl(aq)


How many mL of NaOH are used?

Capital and Country

The goal of this coding exam is to quickly get you off the ground with HTML select element

Use the below reference image

https://assets.ccbp.in/frontend/content/dynamic-webapps/capital-and-country-op.gif

Achieve the design with HTML, CSS, and functionality with JS

  • When the capital name is changed in the HTML select element then the text content in the HTML paragraph element should be the country name of the selected capital.

Warning

Do not delete the prefilled code in JS.


Note

HTML option element should consist of selected as an attribute for the value newDelhi by default.

Javascript:

let countries = {

  paris: "France",

  london: "United Kingdom",

  newYork: "USA",

  newDelhi: "India"

};





Bike Search

The goal of this coding exam is to quickly get you off the ground with HTML search input element and Bootstrap spinner

Use the below reference image:

https://assets.ccbp.in/frontend/content/dynamic-webapps/bike-search-op.gif

Instructions

  • Add the id searchInput to the HTML input element
  • Add the id searchResults to the HTML container element

Achieve the design with HTML, CSS, and functionality with JS

  • When the page is opened or a value is entered in the HTML input element with id searchInput and press on Enter key
  • Make an HTTP Request (GET method) using Fetch with URL https://apis.ccbp.in/city-bikes?bike_name=
  • The value entered in the HTML input element with id searchInput should be the value for the query parameter of the given URL
  • Add the loading status with the Bootstrap component spinner while making HTTP Request (GET method) as shown in the image.
  • Create HTML elements dynamically to set the data i.e, the bike name and city, and add the newly created element to the HTML container element with id as 

The term “ethics” in the context of public administration can be best described in terms of the following:


a.

Justification of coercive power and with the creation of morality.


b.

Evaluation and application of morality through standards, rules or codes of conduct within government institutions.


c.

Systemic and objective assessment of ongoing government processes.


d.

General acceptance by society that the power of government is proper.


LATEST TUTORIALS
APPROVED BY CLIENTS