Monday, December 30, 2019

Danielle Norman. Professor Karsak. Enc 1102. March 19 2016.

Danielle Norman Professor Karsak ENC 1102 March 19 2016 Secret Sin Hidden Behind a Black Veil â€Å"The Minister’s Black Veil†, Nathaniel Hawthorne tells the story of a parish pastor in Milford, New England. For unknown reasons, Parson Hooper has taken to wearing a dark veil on his face that covers all but his lips and chin. This veil immediately causes an uproar amongst the church members. Despite the fact that Parson Hooper’s behavior is largely the same, the people are genuinely shocked. Right away, they view this black veil as a sign the pastor is hiding a sinful secret. Parson Hooper goes onto preach a sermon that is similar to his usual sermons, but people find that it is suddenly more meaningful because of the veil. When finished, the†¦show more content†¦One woman even swears the corpse of the girl reacts to him. Hawthorne writes â€Å"Could Mr. Hooper be fearful of her glance, that he so hastily caught back the black veil?† Hawthorne uses the black veil to symbolize secret sin and its conseque nces (Emmett). This is reinforced by the fact that Parson Hooper’s sermon is all about that very topic. While Hawthorne never reveals what exactly Hooper’s sin was, he writes in a footnote about a Joseph Goody from York Maine who had died eighty years earlier. Goody had also covered his face with a black veil because he accidentally murdered his friend earlier in his life. (Hawthorne) This reveals that Parson Hooper is certainly hiding something, but at least it isn’t that he murdered someone. His fiancà ©e Elizabeth initially tries to reason with Hooper, hoping that she can get through to him. Or that he will at least remove the veil for her. Instead, he gives her vague answers and confirms that he will never take off the veil. Finally, the creepiness begins to affect Elizabeth and she leaves him. This is definitely symbolic of the consequences of sin. Parsons Hooper refuses honesty even to his own fiancà ©e and in return, he loses her. She asks him to at least explain why he cannot remove it, but he doesn’t give an answer instead he says â€Å"Know, then, this veil is a type and a symbol, and I am bound to wear it ever, both in light and darkness, in solitude and before the gaze of multitudes,

Sunday, December 22, 2019

Example Of Import Java - 1058 Words

import java.util.*; class FlowNetworkGraph { private int vertexCount; private int edgeCount; private ArrayList (-- removed HTML --) graph; public FlowNetworkGraph(int vertexCount) { this.vertexCount = vertexCount; graph = new ArrayList (-- removed HTML --) (vertexCount); for(int i=0; ivertexCount; ++i) { graph.add(new ArrayList (-- removed HTML --) ()); } } public void addEdge(FlowEdge edge) { int v = edge.from(); int w = edge.to(); graph.get(v).add(edge); graph.get(w).add(edge); edgeCount++; } public void addVertexPlaceholder() { //When a new vertex needs to be appended to the graph graph.add(new ArrayList (-- removed HTML --) ()); vertexCount++; } public int vertexCount() { return†¦show more content†¦flow() { return flow; } public double getLowerBound() { return lowerBound; } public void setLowerBound(double newBound) { lowerBound=newBound; } public double getUpperBound() { return upperBound; } public void setUpperBound(double newBound) { upperBound=newBound; } public double residualCapacityTo(int vertex) { if(v ertex==toVertex) { return capacity-flow; } else return flow; } public void addResidualFlowTo(int vertex, double changeInFlow) { if(vertex==this.toVertex) { flow+=changeInFlow; }else { flow-=changeInFlow; } } @Override public String toString() { return [+fromVertex+--+toVertex+ (capacity=+capacity+)]; } } public class CirculationWithDemands { private double maxFlow = 0; private int sumOfDemands = 0; private int sumOfSupplies = 0; private int lowerBoundsAdjustedsumOfDemands=0; private int lowerBoundsAdjustedsumOfSupplies=0; private boolean doDemandsMatchSupplies=true; private boolean hasLowerBounds = false; private boolean[] marked; private FlowEdge[] edgeTo; public CirculationWithDemands(FlowNetworkGraph graph, ArrayList (-- removed HTML --) vertexName, int[] vertexDemand){ ArrayList (-- removed HTML --) demandVertices = new ArrayList (-- removed HTML --) (); ArrayList (-- removed HTML --) supplyVertices = new ArrayList (-- removed HTML --) (); for(int vertex=0; vertexgraph.vertexCount(); vertex++){ if(vertexDemand[vertex]0){ demandVertices.add(vertex);Show MoreRelatedExample Of Import Java1483 Words   |  6 Pagesimport java.util.Scanner; import java.io.FileInputStream; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.Hashtable; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; public class RoutingPerformance { private static ArrayList (-- removed HTML --) req = new ArrayList (-- removed HTML --) (); private static List (-- removed HTML --) [][] table; private static HashtableRead MoreLearning Objectives And Outcomes Of Java1697 Words   |  7 PagesINTRODUCTION In Java, packages are the way of grouping a variety of classes or interfaces together. Grouping is based on functionality. They act as containers for classes. Packages have following benefits: †¢ Classes contained in the packages of other programs can be easily reused. †¢ Two classes in two different packages can have the same name. †¢ They provide a way to â€Å"hide† classes and prevent other packages from accessing classes. †¢ They also help in separating â€Å"design† from â€Å"coding†. Some examples of JavaRead MoreThe Function Of Jav Exception Handling Code In Java739 Words   |  3 PagesIn java exception handling mechanism is based on following five keywords: 1) try 2) catch 3) finally 4) throws 5) throw Whenever an exception is occurred in a Java program, JVM assumes that there is no sense of keeping the program running until the exception is handled or being thrown to some other piece of code to handle it. In certain situations (In case of Checked Exceptions) Java compiler force the programmer to write a handling code to deal with exceptions. For example let’s assume we are havingRead MoreStarbucks : A Fast Paced1398 Words   |  6 Pagesis home to many great coffee shops thanks to its diversity and widespread geography. Java is one of the most versatile languages due to the vast number of packages built into the programming language package. Many languages do not have built in support to make graphical user interfaces, called GUIs for short, but Java does and you may be surprised at how easy they are to create. If you are relatively new to the Java language, or programming in general for that matter, you may want to look at a fewRead MoreTools Features Platform Price Artiso Visual Case (Artiso Corp.,700 Words   |  3 Pagesmapping ïÆ'Ëœ Wide selection of diagram types ïÆ'Ëœ Multilingual content ïÆ'Ëœ Model publishing ïÆ'Ëœ Visio import ïÆ'Ëœ Document lifecycle management ïÆ'Ëœ Team collaboration Windows $599.00 + one-year maintenance cost of $120.00 OR two-year maintenance cost of $216.00 MetaEdit+ (MetaCase, 2013) ïÆ'Ëœ Graphical and form-based metamodelling: no programming needed ïÆ'Ëœ Models update automatically when metamodel changes ïÆ'Ëœ Metamodel import and export in XML ïÆ'Ëœ SVG and bitmap importing for symbols ïÆ'Ëœ Code generation using templates,Read MoreMath System Essay769 Words   |  4 PagesPrinciples: †¢ Abstraction †¢ Encapsulation †¢ Inheritance †¢ Polymorphism Class A class is a client characterized diagram or model from which objects are made. class (-- removed HTML --) { // define field; // define method; } Object Objects in JAVA are instance of a class comprising of states and behaviours. Objects represnts the real- world entities. e.g., class Member{ int id;//field or data member or instance variable String first_name; public static void main(String args[]){ Read MoreJava Can Be A Machine Artificial Language Essay1312 Words   |  6 PagesJava could be a machine artificial language that s coincidental, class-based, object-oriented, and significantly meant to own as few usage conditions as would be prudent. it s expected to let application designers write once, run anywhere (WORA), implying that code that runs on one stage doesn t need to be recompiled to run on AN alternate. Java applications ar unremarkably incorporated to bytecode (class document) which will run on any Java virtual machine (JVM) . Java is, as of 2014, a standoutRead MoreConcept Of Hibernate Objectrelationalmapping ( Orm ) Tool And How Hibernate1473 Words   |  6 PagesAbstract This paper explains the concept of Hibernate ObjectRelationalMapping(ORM) tool and how hibernate can be used to simplify the development of Java/J2EE application to interact with the database. The purpose of any ObjectRelationalMapping tool is to simplify the data creation, data manipulation and data access for an object in accordance with the relational database. Several ORM tools were introduced in the market over years and one of the most extensively used in the today’s market is HibernateRead MoreLearning The Java Script Language1624 Words   |  7 Pagesshould learn the java script language. I am informed by my friends at W3 that although I know html I am no programmer. Knowing and learning Javascript will give me an extra edge as it will allow for many little extras that html cannot do. Its purpose I learn as I read on is that it will allow information not originally put there to be added to an html document. (This sounds good or bad, depending on who is adding the inf ormation! yet my cold feet is not stopping me. I read on.) Java script createsRead MoreEconomic Development Of Indonesi A Long Term Plan1559 Words   |  7 PagesIndonesia began in early 1970. Indonesia had a low income per capita compared with other developing countries such as India, Bangladesh or Nigeria. As one of the poorest country in the world, Indonesia faced many challenges to cater its inhabitants, for example more than half of the population was living in absolute poverty. This condition made Indonesia had a low life expectancy because lack of health infrastructure such as hospital and medical workers. Some regions faced a disease outbreak that caused

Saturday, December 14, 2019

“Friendship. Does It Exist Nowadays” Free Essays

Every person has a devoted friend and their relations are called friendship. Could you give the definition of the word friendship? Friendship means relations between people who help each other, have common interests and hobbies, and share the same opinions. So, it’s great! The title of today’s special lesson called friendship. We will write a custom essay sample on â€Å"Friendship. Does It Exist Nowadays?† or any similar topic only for you Order Now What words can you bring out as associations with a good friend and with a bad friend? (at the blackboard). Support Appreciate Betray Envy Feel jealous Ignore Honest Quarrel Defend – Children, do you know any proverbs about friends? One man – no man; One for all, all for one. A man is known by his friends. -I see, children, you know a lot! Good for you! -And I have some new proverbs for you. Look and match them! (at the blackboard).- And now I’ll give you a card with a question, you should address this question to any person. Do you have many friends? What is friendship for you? What is special about your friends? What is your friend like? Why do we like our friends? What shows that you are friends? Does your friend support you? Do you appreciate your friend’s advice? Does your friend envy your success? Do you have a friend in your class? Is your friend a kind person? Is your friend talkative? Is your friend honest? Do you like spending time with your friend? How? 4. Thank you, children. And now – a special task for you. You see on your papers an extract from Oscar Wilde’s story. Could you translate the title? Let’s listen to the story and say who was the devoted friend. Oscar Wilde. The Devoted Friend. Once upon a time there was a young man whose name was Hans. He lived alone in little house. He had a lovely garden where he worked every day. His garden was the best in the village and there were a lot of beautiful flowers in it. Releted essay –  An Empty Purse Frightens Away Friends Little Hans had a devoted friend, big Hugh the Miller. Indeed, the rich Miller was so devoted to little Hans, that he always picked some flowers or took some fruit when he was passing Han’s garden. â€Å"Real friends must have everything in common,† the Miller used to say, and Hans smiled and felt very proud that a friend with such noble ideas. Sometimes the neighbours were surprised that the rich Miller never gave little Hans anything, but Hans never thought about these things. He worked and worked in his garden. In spring, summer and autumn he was very happy. But in winter he had no flowers or fruit to sell at the market, and he was often very hungry and cold. He was also very lonely, because the Miller never came to visit him in winter. â€Å"There is no good in my going to see little Hans in winter,† the Miller used to say his Wife, â€Å"Because when people are in trouble, you must leave them alone. That is my idea about friendship, and I am sure I am right. So I shall wait till spring comes, and then I shall go to see him, and he will give me a large basket of flowers, and that will make him happy. † The Miller’s Wife sat in her comfortable arm-chair near the fire. It is very pleasant,† she said. â€Å"to hear how you talk about friendship. † â€Å"But can’t we invite little Hans to our house? † said the Miller’s son. â€Å"If poor Hans is in trouble, I will give him half my supper and show him my white rabbits. † â€Å"What a silly boy you are! † cried the Miller. â€Å"If Hans comes here and sees our warm fire and our good supper, he may get envious, and envy is a terrible thing. Besides, maybe he will ask me to give him some flour, and I cannot do that! Flour is one thing and friendship is another. † â€Å"How well you talk,† said the Miller’s Wife. So, who was the devoted friend in this story and why? 5. Say what sentences are true or false. |   |True |False | |1. Little Hans lived in his little house without family. |   |   | |2. The rich Miller was so devoted to little Hans, that he always brought him some flowers or some fruit when he was passing. |   |   | |3. The Miller used to say that felt very proud to have a friend with such noble ideas.    |   | |4. â€Å"There is good in my going to see little Hans in winter,† the Miller used to say his Wife. |   |   | |5. Miller’s son suggested inviting poor Hans to their house. |   |   | |6. Miller didn’t want to make Hans feel bad . |   |   | |7. Hans would be glad to see his friend whenever he came. |   |   | 6. Some people say that there is difference between girls’ friendship and boys’ friendship. Now you’ll read the talk between two teenagers. Try to find out that difference. Tom: Is there any difference between girls’ friendship and boys’ friendship? Mary: Yeah, definitely. I mean, it’s much more important for girls having close friends, we can tell each other everything, you know, our secrets and our feelings. We depend on each other much more. If I am upset, I know, I can get support from my best friend. Well, not, actually, from my best friend, but two or three other good friends, as well. Boys are not just like that. They always talk about things: sports, films, technology, whatever, never their feelings. Tom: OK, that’s true most of the times. But we can be very good, very close friends. I know some of my friends would lend me money or support me in a difficult situation. Mary: Boys don’t stick with their old friends. They are always getting new ones. My two best friends are from primary school, so I’ve known them for 15 years. Haven’t you got a friend from primary school? Tom: Well, no. The thing is they have changed, I’ve changed. I don’t think, it’s a good thing to keep the same friends forever. I just mean, it’s boring. -So, children, is there any difference between girls’ friendship and boys’ friendship? And now let’s speak about an ideal friend. Make a small message on theme â€Å"An Ideal Friend†. Work in groups of 4. Pay attention to the following aspects: -Character -His or her attention to you 8. In conclusion I want to say that not everybody has a real friend. But if we have such a friend it makes our life happier and more interesting. It’s dear to us and we should care for friendship. Especially nowadays it’s necessary, perhaps more than ever to have a devoted friend. Let’s be patient and love each other. â€Å"Real friendship cannot be bought at a fair†. How to cite â€Å"Friendship. Does It Exist Nowadays?†, Essay examples

Friday, December 6, 2019

Engineering Materials

Questions: 1. Define green materials, review their availability, cost and environmental implications, 2. Give specific example of ONE (1) green material/product, the key features and its applications, and 3. Conduct literature review to support selected material/product that can be categorised as a greenmaterial/product. Answers: Abstract The direction in which engineering is taking is to come up with methods which are environmental friendly. The perception of the world moving significantly in a direction where it faces challenges in general as the population is gradually increasing the consumption of material continue to grow at a fast rate. Most dependable raw materials of nonrenewable fossil fuels and most relevant material virtually decreases. The danger of this material being in unavailable in the next future pushes for new thinking to bring in a different solution to the approaching and existing problems. Green engineering comes in to solve this issue by a technical approach where the issue is being addressed in an engineering designing and analysis to enhance the overall output. (Butscher et.al, 2011). In a more general view of the relationship between green construction and the overall solution, provision is that it tries to bring realization and sustainability. The key principal driving green engineering is t he aspect of minimizing all environmental impacts on all fields while approaching problems addressing ecological and economic aspects also social and sustainability issues at large. This paper will place emphasis on the verdict in the next future about green engineering. Green design material The rapid growth of green construction is possible because it is, in general, an interdisciplinary, making it best considered to be one set of concepts that will be in application among and across all engineering fields. In the discipline of material science in combination with engineering, it will establish a focus control where the design will be the primary focus and produce environmentally friendly materials to enhance sustainability. (Broek, 2012). As much as before making any material scientists require designing materials, which will include their effect on the environmental defects, health including social consequences across the cycle of production and use. The crucial period of average change of raw materials involves the interchange of product with a vital processor rather a system which will make it a success in the verge of discussion the key concepts in this cycle requires a lot of planning and thus green engineering materials are in consideration. The actual cycle of manufacturing involves output and input processes which may be in acquisition from manufacturing all the way to use and the most important one disposal. The last bit about them should make them not destroy the environment but rather conserve it. It is to show evident that when the materials are in the disposition of, they should be biodegradable, or another instance is recyclable. Raw materials are usually extracted from the earth which will cause depletion of the material when this happens waste materials are as a result. (Chawla, 2012). Waste products can have high impacts on the ecosystem which may include disruption of the ecosystem and energy use. Green engineering is aimed to use less energy and produce high-end products and in return to be environmentally friendly. The act of transforming raw materials into products it involves the use of energy, the use of additional chemicals contributes the overall process. When the product has been in use, and now it is to be disposed of, appropriate methods should be used to enable a successful transformation to save the environment. Transportation also has to be carefully be transited to avoid any errors that may result from massive damages. Some of the essential benefits of the implementation of the use of green materials engineering as the next generation savior include health benefits from their use, also an observation will be made In the entire environmental quality which will enable reductions of cost of productions and thus this will be incorporated in different fields to enhance economic growth. It will become of importance when this is in the application in the design stages where a provision of prediction through the entire stages of production. For elaborations over this concept is that a less mass material will be in position, and this will be in subjection to all the factors which are likely to encounter it in the future and once predictions are relevant, evaluation of the same concept is attributed to a large mass which is the entire verdict. A green material must have some features which are a key to environmental conservation. When finding inputs to use during manufacture, they should be affordable; the design should be simple, and the composition of the material be known and be environmentally friendly in the long run. Input should be less, and the output is large to meet the economic grounds to have a sustainable living. The materials should either be biodegradable or rather be able to be manipulated once its primary use is over and maybe to be able to be combined with other materials to come up with a new product from the waste products which would be a waste and pollute the environment. The dangerous aspect of production is a major constraint in the designing of green engineering materials. It is to make an emphasis on this idea of planning. The substances generated to make manufacturing a success have a great impact on the overall production stages. Green architecture is in recognition the process to be of inefficient economically and to the environment which calls for immediate action on most comprehensive formulas to solve the mistakes on production. The general cycle approach lies in the four key structures of sustainability that is to reduce waste production to the environment, and the materials produced should be manageable in a healthy environment. The overall pollution materials provided by the product should be in a way that pollution prevention becomes easy and should not involve hectic processes at last. (Green et.el, 2012). The result from the material should be an enhanced version of the previous one to enable long time use and reduce poor usage leading to accumulation of waste products in the environment causing problems and affecting the ecosystem at last. In every step encompassed above gives an approach which depends on looking at the impacts rather of space and time. To make a decision to use nuclear power, can be a good resolution. But a consideration should be in mind for the radioactive material production by the plant should be disposed of properly or else it will cause a massive loss of human lives at last because the materials can affect the health of the people living around the plant. Thus, green engineering comes in to make a halt to that voice and produce a sustainable solution which is friendly to all life types ranging from the atmosphere to the waters. Green material and its key features. An example of a green material is the solar energy use to generate power and use in many areas of energy production to run machines. This type of authority source meets the green engineering forum requirements and it very efficient. Some of the key features of this kind of include: The first one is that this sort of material and product reduces environmental impact. To explain this, the viewing from its production it takes the pure material to build the panel to come up with power the product is smokeless and clean this makes the environmental conservation easy. Globally most building and construction proposals are responsible for an enormous amount of share in the energy use which includes a use of electricity, water, and the overall material consumption in the long run. One of the better ways to deliver is the creation of a building to use natural solar energy to cater for most of the buildings requirements. If it is to make a reference to the invention of the power plant. The central park in Sydney, the construction sector is built in a tremendous way that it can deliver a much more significance cut-offs in an emission of harmful gasses at a less cost. The secret behind this is the use proper deign which utilizes natural means to replenish and offer the comfort of its occupant a significant solution to most of the energy problems. In todays environment, buildings contribute up to 18% of the most emissions of carbon dioxide emissions. Solar energy serves to be an engineering material for meets all the put measures. In sustainability, it is available in a natural way rather unlike the oil crisis if fossil fuel is in use in place. When fossil fuel gets in depletion, it puts the global at a much higher risk of the world going without energy for long. Environmental relation of solar energy and the actual perception is correct for the later does not pollute the environment rather it tends to protect it. It should be an adoption in many fields to make sure the success of the use of friendly energy sources is in use. However, in the modern society implications have to be put up to do more research and provide integrated synergetic designs which will make it a success both in new constructions while conserving that in the retrofitting of the structures which existed before. This type of design can be in attribution to the sustainable designing architecture, which makes the design be incorporation with an integration of building a life cycle in it the key goals being to have green practice as the primarily employed design in creating a synergy in the overall layout. Solar energy is a renewable source of energy that implies that it will not be depletion and that one feature of the green material. In a life cycle assessment, solar power helps in avoiding a narrow outlook on the environment which makes good relations too in a social and economic facelift. Assessing in full range on the impacts of all the process involved in the production to the use and the final product produced it can majorly be in sight that it is not causing any environmental problems. The emphasis put forward to curb global warming are best in an explanation of the nature of using the solar energy to meet our needs. In setting and structure of efficiency, solar power as a green engineering material does not require a lot of construction funds rather it easy to build and easy to maintain. In contrast, buildings are also varied in the use of an energy efficient tool to solve the problem of power consumption. Thus, a sustainable design becomes an implication. Another vital information as a feature of is that it is energy efficient, only requiring simple tools and a small amount of input is required to bring up a total some efficient energy to place. Thus, designing should be made to create a low energy house to ensure zero energy building is in an acquisition. It implies that the house will be naturally using the solar energy to perform all its functions put in place. By putting the use of natural energy as the key aspect of providing energy will meet all the needs and conserving water, for no water will be required to produce the energy and also no pollution will be released to pollute water. As part of water conservation, the solar power contains U.V rays which can be manipulated in the engineering perspective to make an efficiency in treating water. To a much larger extent facilities and the building should increase the dependence on water collected purified and reused on site. Comparing the materials used to have relatively fewer elements successfully. Thus, this is a provision to the environmental protection agency rights. In the long run the operations and maintain ace are optimized thus ensuring proper ascertainment of the products. Green engineering materials should be able to reduce waste products by all costs while increasing production. Engineering and construction applications of solar energy as a green material. Solar energy is the radiant heat from the sun and can harness to through different ways to realize a broad range of uses. With the ever evolving technology ranging from photovoltaic cells to solar heating devices all work with the help of the solar energy. It being a green engineering material it can be used to perform in many aspects. Thermal energy The energy harnessed from the sun in the form of heat can be converted into various ways to make it useful. With the use of a solar comb system, this system uses sunlight to heat water. When individuals are in location geographical areas where the temperatures are 60 and 70 degrees can comfortably heat water using this system. It can also be in use for ventilation and conditioning. Thus, principal applies to when in tropical regions the buildings are m in a way that during the day the materials used to make the house absorb the energy from the sun then after when the condition changes to freezing the absorbed heat warms the house thus. It will be making the living of the occupants better. The energy collected from the sun can also be used to cook; It is real with the help of solar cookers, devices which have been in a designation. It will be in a way that contributes to focus the heat collected from different parts of the stove to one point where it is used to heat water, hence, can be used to cook. With the implementation of this method, many of the forests will be saved from deforestation or rather it will ensure a good transition between the methods of conserving the environment and preventing global warming. Using solar concentrating technologies. It can be easy to concentrate heat and be in use for industrial purposes. For example in the evaporation ponds of some companies where it requires them to evaporate some substances then be in evaluation it is possible because the efficient solar energy is in use in this method. In another instance solar distillatory can be made portable, and this will enable treatment of water possible thus solar energy can be used to treat water. Electricity production. The use of photovoltaic cells can be put in place and power be in production. Apart from the conventional way to produce electricity using photovoltaic cells. Another method where solar concentrators are used to heat a power plant and thus, in turn, generate energy. In so doing, the Society will be lightened and at the same time, the environment is protected. Urban planning and architecture With the conventional way to go green most building and urban planning is changing the face of the society by introducing a perfect way to let the house be building in a way that it will use the natural existing lighting and heat to provide energy for the home. By loading the house with solar heaters, solar panels into the structure of the house, it enables a perfect transition for the actual perception to allow the projection of a green and environmental conservative society. Agriculture and horticulture. The increase of population influences the extent to which some resources are used in the community. Food shortage to some countries can also be a problem. The introduction of engineering aspect in making the greenhouses which become a traditional place for most natural occurring gasses and temperature to the control of a button allows the growing of food crops in the greenhouses to counter the use. Flowers cannot be well growing in some areas due to the unfavorable climatic conditions. It is now can be in doing in the greenhouses. Thus promoting a real serenity for a production of many crops and flowers. Transport Solar power has been incorporated into different carrying devices to provide the same service. The invention of an astral plane which is now successful has contributed so much in opening ways for further invention in the same fields of getting most machines to be powered by solar to reduce the cost incurred in fuel. The depletion of most fuel well then this implies that the next important area to venture in is the greatest near future. Reasons to go for solar energy. The solar energy the gift of nature which can be manipulation for our good. The essence of using it is because costs will be cutting in the long run, the sun provides a tremendous resource of generating clean and electricity which is sustainable. The electricity and other products produced after that are environmentally friendly. Also in the land use, the solar panels are land economic that is it is easy to be in place, this majorly depends on the scale of the business one opts to start. It brings into consideration that the solar panels can be in place in a land which has low quality like lowland brownfields. It will ensure that it does not interfere with other agricultural fields. In the aspect of water conservation, photovoltaic cells do not need water to produce electricity. Thus, this will be a likely factor that water will be conservation for other purposes, unlike hydroelectric power. Concentrating power plants use water to cool the machines which are rather dependent on the size of the facility. If this is to take a research tool and instead of using water sodium and other good conductors of heat can be utilization instead. Many sources of fuels probably the fossil fuel, it can be a realization that most of them produce harmful gasses and materials. When designing a house more sophisticated, then the only way to beat the use of power it would be designing the house to the green engineering way, where it will be designed to use natural sunlight to power the house. Conclusion In all the green materials solar energy is found to be an essential part to counter the uprising risks associated with the cost of living. Thus with an improvement to the current technology, the cost of living will depreciate due to the known sources of energy to ruin the atmosphere causing global warming. In a different perspective, the advantages associated with the introduction biodegradable materials to make products will at a tremendous value reduce the amount of waste accumulating in the environment. The nanotechnology in place should be improved to lessen the amount of carbon in the atmosphere to enhance a wholesome reduction of carbon monoxide in the air. It is all done to make living better. References Adschiri, T., Lee, Y. W., Goto, M., Takami, S. (2011). Green materials synthesis with supercritical water.Green Chemistry,3(6), 1380-1390. Ayala, R., Zhang, C., Yang, D., Hwang, Y., Aung, A., Shroff, S. S., ... Varghese, S. (2011). Engineering the cellmaterial interface for controlling stem cell adhesion, migration, and differentiation.Biomaterials,32(15), 3700-3711. Butscher, A., Bohner, M., Hofmann, S., Gauckler, L., Mller, R. (2011). Structural and material approaches to bone tissue engineering in powder-based three-dimensional printing.Acta Biomaterialia,7(3), 907-920. Broek, D. (2012).Elementary engineering fracture mechanics. Springer Science Business Media. Chawla, K. K. (2012).Composite materials: science and engineering. Springer Science Business Media. Irimia-Vladu, M. (2014). Green electronics: biodegradable and biocompatible materials and devices for sustainable future.Chemical Society Reviews,43(2), 588-610. Green, A. A., Hersam, M. C. (2011). Nearly Single Chirality Single Walled Carbon Nanotubes Produced via Orthogonal Iterative Density Gradient Ultracentrifugation.Advanced Materials,23(19), 2185-2190. Green, P., MacDonald, L. (Eds.). (2011).Colour engineering: achieving device independent colour(Vol. 30). John Wiley Sons. Graetzel, M., Janssen, R. A., Mitzi, D. B., Sargent, E. H. (2012). Materials interface engineering for solution-processed photovoltaics.Nature,488(7411), 304-312. Green, M. A., Emery, K., Hishikawa, Y., Warta, W., Dunlop, E. D. (2015). Solar cell efficiency tables (Version 45).Progress in photovoltaics: research and applications,23(1), 1-9. Jimnez-Gonzlez, C., Poechlauer, P., Broxterman, Q. B., Yang, B. S., am Ende, D., Baird, J., ... Yee, S. (2011). Key green engineering research areas for sustainable manufacturing: A perspective from pharmaceutical and fine chemicals manufacturers.Organic Process Research Development,15(4), 900-911. Jimenez-Gonzalez, C., Ponder, C. S., Broxterman, Q. B., Manley, J. B. (2011). Using the right green yardstick: why process mass intensity is used in the pharmaceutical industry to drive more sustainable processes.Organic Process Research Development,15(4), 912-917. Jeon, N. J., Noh, J. H., Yang, W. S., Kim, Y. C., Ryu, S., Seo, J., Seok, S. I. (2015). Compositional engineering of perovskite materials for high-performance solar cells.Nature,517(7535), 476-480. Khalil, H. A., Bhat, A. H., Yusra, A. I. (2012). Green composites from sustainable cellulose nanofibrils: a review.Carbohydrate Polymers,87(2), 963-979. Koronis, G., Silva, A., Fontul, M. (2013). Green composites: a review of adequate materials for automotive applications.Composites Part B: Engineering,44(1), 120-127. Lanza, R., Langer, R., Vacanti, J. P. (Eds.). (2011).Principles of tissue engineering. Academic press. Newman, S. G., Jensen, K. F. (2013). The role of flow in green chemistry and engineering.Green Chemistry,15(6), 1456-1472. O'brien, F. J. (2011). Biomaterials scaffolds for tissue engineering.Materials Today,14(3), 88-95. Wool, R., Sun, X. S. (2011).Bio-based polymers and composites. Academic Press. Sheldon, R. A. (2012). Fundamentals of green chemistry: efficiency in reaction design.Chemical Society Reviews,41(4), 1437-1451. Wrthner, F., Kaiser, T. E., Saha Mller, C. R. (2011). J Aggregates: From Serendipitous Discovery to Supramolecular Engineering of Functional Dye Materials.Angewandte Chemie International Edition,50(15), 3376-3410. Salvendy, G. (2012).Handbook of human factors and ergonomics. John Wiley Sons. Potter, A. C., Lee, P. A. (2011). Engineering a p+ ip superconductor: Comparison of topological insulator and Rashba spin-orbit-coupled materials.Physical Review B,83(18), 184520. Wang, B., Chen, J. S., Wang, Z., Madhavi, S., Lou, X. W. D. (2012). Green synthesis of NiO nanobelts with exceptional pseudo capacitive properties.Advanced Energy Materials,2(10), 1188-1192. Zhang, J. P., Zhang, Y. B., Lin, J. B., Chen, X. M. (2011). Metal azolate frameworks: from crystal engineering to functional materials.Chemical reviews,112(2), 1001-1033. Zini, E., Scandola, M. (2011). Green composites: an overview.Polymer composites,32(12), 1905-1915.