Wednesday, October 30, 2019

Various Influences on the Development of Social Policies Term Paper

Various Influences on the Development of Social Policies - Term Paper Example The death penalty was also part of the Fourteenth Century B.C.'s Hittite Code; in the Seventh Century B.C.'s Draconian Code of Athens, which made death the only punishment for all crimes; and in the Fifth Century B.C.'s Roman Law of the Twelve Tablets. Death sentences were carried out by such means as crucifixion, drowning, beating to death, burning alive, and implement. (Randa, 1997). Britain influenced America the use of the death penalty. When European settlers came to the new world, they brought the practice of capital punishment. The first recorded execution in the new colonies was that of Captain George Kendall in the Jamestown colony of Virginia in 1608. Kendall was executed for being a spy for Spain. In 1612, Virginia Governor Sir Thomas Dale enacted the Divine, Moral and Martial Laws, which provided the death penalty for even minor offenses such as stealing grapes, killing chickens, and trading with Indians. Laws regarding the death penalty varied from colony to colony. The Massachusetts Bay Colony held its first execution in 1630, even though the Capital Laws of New England did not go into effect until years later. The New York Colony instituted the Duke's Laws of 1665. Under these laws, offenses such as striking one's mother or father, or denying the "true God," were punishable by death. (Randa, 1997). Media is a powerful source of information. There are cases wherein cases are being trialed publicly thru media. This has influenced the development of policy in the death penalty. Before death penalty execution is being seen by people thru television. After that incident a lot of people reacted differently, some agree and some think that it is inhuman.  

Sunday, October 27, 2019

High Level Programming Language Of Java Computer Science Essay

High Level Programming Language Of Java Computer Science Essay Java technology is a combination of programming language and a platform. This technology supports the state of art programs assisting the games, utilities also services related to the business applications. As of 2012, Java was one of the most important and wanted programming language, in particular for client-server based applications, with more than 10 million users. Java has become the most important part of performance operations for lots of applications and websites. Without Java being installed, it might not be able to run or operate them, as it provides much secure, speed and efficiency. The Java programming language is an authentic and object-oriented high level language. This language evolved from a language called Oak, which was developed in early 90s as a mode of communication involved in entertainment appliances such as video games animation also in VCRs. Java is also addressed as interpreted language because of its byte code, which is created by the compilation of source code. This compiled source code is interpreted by JVM and is then converted to a machine dependent code which is also called as Native code. The High-level programming language of Java is characterized by all of these following listed buzzwords: Simple Architecture neutral Object oriented Portable Distributed High performance Interpreted Multithreaded Robust Dynamic Secure With most programming languages, you either collate or depict a program so that you can run it on your computer. But, Java is particularly designed to reduce the number of dependencies as less as possible, during the process of implementation. The Java programming language is unusual, wherein a program is both compiled and interpreted. With the compiler, first program is first translated into an intermediate language called Java byte codes -the platform-independent codes interpreted by the interpreter on the Java platform. The interpreter determines and runs each Java byte code instruction on the computer. Compilation happens just once; interpretation occurs each time the program is executed. The following figure illustrates how this works. Description: g1 Fig: 3.3 .1 Java is an Object oriented Programming concept which guides us to the core ideas concepts behind object-oriented programming such as: Objects, messages, classes and interests. A clear picture of what are they, why you would want to write one and how to write is described clearly using the interfaces inheritance, which are few among those object-oriented concepts of Java. You can think of Java byte codes as the machine code instructions for the Java Virtual Machine (Java VM). Every Java interpreter, whether its a development tool or a Web browser that can run applets, is an employment of the Java VM. Java byte codes help make write once, run anywhere possible. The program can be congregated into byte codes on any platform that has a Java compiler. The byte codes can then be run on any implementation of the Java VM. That means that as long as a computer has a Java VM, the same program written in the Java programming language can run on Windows 2000, a Solaris workstation, or on an iMac. Description: helloWorld Fig: 3.3.2 The Java Platform A platform is the hardware or software environment in which a program is set to run. The makers construct applications to match the actual requirements of users. An application may be created to provide service for one user at a time, many users at once or even to serve users at different locations at any given time. This platform of Java apprehends the various challenges that are generally faced by the developers and gives out a proposal of various choices of different technologies based on necessity of users needs. The two important aspects of this Java platform are the Java runtime environment (JRE) and the Java Development Kit (JDK). The Java runtime environment when equipped on to a computer provides the operating system with the means to run the programs of Java, whereas Java Development Kit is the combination of the tools that are being used by a programmer creating the Java based applications. The Java platform versions contain additional Java APIs for generating various types of applications such as Java Standard edition, Java Enterprise Edition Java Micro Edition. Java standard edition (Java SE) helps in creating desktop applications applets. Basically this application is created to serve small number of users at once. Java enterprise edition (Java EE) is mended for complicated applications to make it more suitable for both medium and large business units, and this is designed as server based application so as to focus on serving the needs of more number of users at a time. Java Micro Edition is implemented on mobile and entrenched devices such as PDA, Printers, tuner box, Cell phones, etc. Weve already mentioned some of the most popular platforms like Windows 2000, Linux, Solaris, and MacOS. Most platforms can be characterized as an amalgamation of the operating system and hardware. The Java platform varies from most other platforms in that its a software-only platform that runs on top of other hardware-based platforms. The two components of Java platform are: The Java Virtual Machine (Java VM) The Java Application Programming Interface (Java API) Java VM is already introduce in previous sections as a base for the Java platform and is ported onto various hardware-based platforms. The Java API is a huge assembly of ready-made software components that contributes many useful capabilities, such as graphical user interface (GUI) widgets. The Java API is grouped into libraries of related classes and interfaces; these libraries are known as packages. The next section answers, What Can Java Technology Do? This Section highlights what functionality some of the packages in the Java API will provide. The following figure given below depicts a program thats running on the Java platform. As the figure shows, the Java API and the virtual machine shields the program from the hardware. Description: g3 Fig: 3.3.3 Native code is code that after the completion of compilation, the compiled code is further processed or run on specific hardware platform. As a platform-independent environment, the Java platform is relatively slower compared to that of native code processing. However, smart compilers, well-tuned interpreters, and just-in-time byte code compilers combination would perform very close to that of native code without menacing the portability. What Can Java Technology Do? The most common types of programs written in the Java programming language are applets and applications. If browsed through net for related data, it makes it much easier and reliably familiar with applets context. An applet is a program that sticks to particular type of conventions that allow the Java enabled browser to run the applications faster. However, the Java programming language is not just for writing cute, entertaining applets for the Web. The general-purpose, high-level Java programming language is also a powerful software platform. The generous API can also be used to write different types of programs. Being a strong and most used programming language in day to day activities, the features gained by implementation of Java platform are development tools, Application programming interface (API), deployment technologies, user interface toolkits integration libraries. These features provide all necessary tools needed for compiling, running, monitoring, debugging, and documen ting the applications. API was the key provider of core functionality which provided a vast cluster of useful classes ready for implementation in the users applications. The core concept of API is extremely wide so as to provide the different classes that are very much necessary for creation of an applet and the further classification of these applets were used to communicate with the applet contexts. It also helped in providing the standard mechanism for extending the applications to the end users. To make the creation of complicated Graphical User Interface more simple, user interface toolkits were used such as Swing Java toolkits. To have an easy access to the database and collaboration of remote objects integration libraries feature was used. An application is a stand-alone program that runs directly on the Java platform. A special kind of application known as a server serves and supports clients on a network. Examples of servers are Web servers, proxy servers, mail servers, and print servers. Another specialized program is a servlet. A servlet can almost be thought of, as an applet that runs on the server side. Java Servlets are a prevailing choice for building most interactive web applications, by replacing the use of CGI scripts. Servlets are much similar to applets, where in the only difference between these two is that they are runtime extensions of applications. Instead of working in browsers, the servlets run within Java Web servers, configuring or tailoring the server. How does the API support all these kinds of programs? It does so with packages of software components that provides a vast options for the functioning of applications. Every full implementation of the Java platform gives you the following features: The essentials: Objects, strings, threads, numbers, input and output, data structures, system properties, date and time, and so on. Applets: The set of conventions used by applets. Networking: URLs, TCP (Transmission Control Protocol), UDP (User Data gram Protocol) sockets, and IP (Internet Protocol) addresses. Internationalization: This helps in writing the programs that can be locally available for all the users worldwide. Programs can automatically adapt to specific locales and can also be displayed in the appropriate language according to the user requirements. Security: Both low level and high level, including electronic signatures, public and private key management, access control, and certificates. Software components: Known as JavaBeans, can plug into existing component architectures. Object serialization: This feature allows the lightweight persistence and communication via Remote Method Invocation (RMI). Java Database Connectivity (JDBCTM): Provides uniform access to a wide range of relational databases. The Java platform also has different types of APIs that includes 2D and 3D graphics, accessibility, servers, collaboration, telephony, speech, animation, and more. The following figure depicts what is included in the Java 2 SDK. Description: gs5 Fig: 3.3.4 Java Technologys Impact on Users: Even though Java technology cannot promise its users the fame, fortune, or even a job, it helps the users to learn the Java programming language. Java technology is one of those programming languages which has wide acceptance all over the world, with its huge amount of important and robust features. Still, it is likely to make the programs better and requires less effort than other languages which simplifies the process of understanding and implementing Java technology without any complications and confusions. Wide variety of dynamic, completely secured and safe independent applications can be created by implementing Java, which is the main reason behind that gradual and rapid increase in the number of users; and it is also believed that Java technology will help in doing the following functions/actions more effectively: Get started quickly: Java being a user friendly programming language, it is very easy to write and understand. As the programming doesnt need any pointers or memory to be managed explicitly, highly secured applications can be used without any interruptions. Although the Java programming language is a powerful object-oriented language, its makes the program or application easy to learn, especially for programmers already familiar with C or C++. Write less code: Comparisons of program metrics (class counts, method counts, and so on) suggest that a program written in the Java programming language can be four times smaller than the same program in C++. Different rules of OOPs (Object Oriented Programming) like inheritance, encapsulation, and polymorphism are followed during the processing/ while running the operation which makes Java different from other languages such C and C++. Write better code: The Java programming language encourages good coding practices, and its garbage collection helps you avoid memory leaks. Its object orientation, its JavaBeans component architecture, and its wide-ranging, easily extendible API let you reuse other peoples tested code and introduce fewer bugs. Develop programs more quickly: Your development time may be as much as twice as fast versus writing the same program in C++. Why? You write fewer lines of code and it is a simpler programming language than C++. Avoid platform dependencies with 100% Pure Java: You can keep your program portable by avoiding the use of libraries written in other languages. The 100% Pure Java Product Certification Program has a repository of historical process manuals, white papers, brochures, and similar materials online. Write once, run anywhere: Because 100% Pure Java programs are compiled into machine-independent byte codes, they run consistently on any Java platform. Distribute software more easily: You can upgrade applets easily from a central server. Applets take advantage of the feature of allowing new classes to be loaded on the fly, without recompiling the entire program. ODBC Communicating with remote objects distribute over the network is set through the Java programming. It contains all required data base in its libraries with sources such as RMI and CORBA which are very much essential to develop any network applications. All Primary data types can be considered as objects using covering classes to make Java a dully Object oriented, wherein class is considered a basic unit of Java and Objects are the entities which follow the prototypes that are defined by class. Java applications are more reliable in different ways. It helps compile time checking to identify at early stages the causes of bugs, run time checking, eliminated the use of pointers which can usually cause the corruption of memory or unnecessary access of memory, waste/garbage collection management to free the unused memories automatically, barring handling to handle the situation at the time of occurrence of any error and a lot more. Microsoft Open Database Connectivity (ODBC) is a standard programming interface for application developers and database systems providers. Before ODBC became a defacto standard for Windows programs to interface with database systems, programmers had to use proprietary languages for each database they wanted to connect to. Now, ODBC has made the choice of the database system which is highly irrelevant from a coding perspective, which is as it should be. Application developers have much more important things to worry about than that of which syntax is needed to port their program from one database to another when business needs that sudden change. Through the ODBC Administrator in Control Panel, one can specify the particular database that is associated with a data source, wherein a ODBC application program is written to use. Think of an ODBC data source as a door with a name on it. Each door will lead the users to a particular database. For example, the data source named Sales Figures might be a SQL Server database, whereas the Accounts Payable data source could refer to an Access database. The physical database referred to by a data source can reside anywhere on the LAN. The ODBC system files are not installed on users system by Windows 95. Rather, they are installed when the user setup a separate database application, such as SQL Server Client or Visual Basic 4.0. When the ODBC icon is installed in Control Panel, it uses a file called ODBCINST.DLL. It is also possible to conduct the users ODBC data sources through a stand-alone program called ODBCADM.EXE. There will be a 16-bit and a 32-bit version of this program and each of them are maintained as a separate list of ODBC data sources. From a programming perspective, the beauty of ODBC is that the application can always be written to use the same set of function calls to interface with any data source, irrespective of the database vendor. The source code of the application doesnt change whether it negotiates to Oracle or SQL Server. The only two examples that can be used at this point are as follows. There are ODBC drivers available for various dozen popular database systems. Even Excel spreadsheets and plain text files can be changed over into different data sources. The operating system implicates the Registry information written by ODBC Administrator to determine which low-level ODBC drivers are needed to talk to the data source (such as the interface to Oracle or SQL Server). The loading of the ODBC drivers is transparent to the ODBC application program. In a client/server environment, the ODBC API even controls many of the network issues for the application programmer. The advantages of this scheme are various, this make the users to think that there must be some catch. The only disadvantage of ODBC is that it isnt as efficient as talking directly to the native database interface. ODBC has had various detractors make the charge that it is too slow. Microsoft has always proved that the critical factor in performance is the quality of the driver software that is used. In our humble opinion, this is true. The availability of good ODBC drivers has improved a great deal recently. And anyway, the criticism about performance is somewhat analogous to those who said that compilers would never match the speed of pure assembly language. Maybe not, but the compiler (or ODBC) gives users that opportunity to write cleaner programs, which means the users can finish their programming sooner. This faster compilation of program or application makes the computers get faster every year. Java Database Connectivity (JDBC) JDBC is a Java-based data access technology from Sun Microsystems. . In an accomplishment to set an independent database standard API for Java; Sun Microsystems developed Java Database Connectivity, or JDBC. This technology is an API for Java programming language that characterizes how a user gets access to the database. This connectivity offers various methods for challenging and updating the data into the users database. Aside from being easy to write, using the JDBC API, it is robust, secure, and automatically downloadable. Also, JDBC automatically appreciates these benefits of Java, by virtue of being written in Java. JDBC is determined towards relational databases, and this bridge of JDBC ODBC accredits the connection to any other ODBC accessible data source in the actual JVM host ambiance. JDBC provides a comprehensive SQL database access mechanism that offers a dependable interface to a variety of RDBMSs. This consistent interface is gained through the use of plug-in database connectivity modules, or drivers. If a database vendor chooses to have JDBC support, he or she must provide the driver for each platform that the database and Java can use to run the application. To gain a wider acceptance of JDBC, Sun based JDBCs framework on ODBC. As you discovered earlier in this chapter, ODBC has widespread support on a variety of platforms. Basing JDBC on ODBC will allow vendors to bring JDBC drivers to market much faster than developing a completely new connectivity solution. JDBC was announced in March of 1996. It was released for a 90 day public review that ended June 8, 1996. Because of user input, the final JDBC v1.0 specification was released soon after. The remainder of this section will cover enough information about JDBC for you to know what it is about and how to use it effectively. This is by no means a complete overview of JDBC. That would fill an entire book. JDBC concedes multiple applications to exist and to be used by the same application. To support this, API allows a mechanism for dynamically filling the reliable Java packages, followed by registering them with the driver manager of JDBC. Driver manager acts as a connection factory for developing different connections of JDBC. There are different sets of drivers for JDBC, which are client-side adapters, which is already equipped on to client system, and not on the server. These drivers then convert the requests from Java programs to a detailed protocol that can be easily understood by Data-Base management system (DBMS). These drivers of JDBC are further classified into commercial and free drivers that are easily applicable for most of the relational database servers. The drivers usually fall into one among these types: Type 1 which calls the native code of locally available ODBC driver.

Friday, October 25, 2019

Essay --

14 billion. That’s how many pounds of garbage are thrown into the ocean every year. 46%. That’s the amount of lakes that we can’t use for recreational activities in America because they are too polluted. 7 billion. That’s the number of people who can do something about it. Hi my name is Francisco Zepeda and I’m from Spalding County. My presentation is on how to reduce your impact on the Earth, but before you can REDUCE your impact on the earth, you must first know HOW you’re impacting the Earth. Pollution is one way to negatively impact the Earth, but what is pollution? Defined literally it is the presence or introduction of a substance that has harmful or poisonous effects. The main types of pollution are air, water, land, noise, and light. Air pollution is a serious problem. It occurs when there are harmful amounts of gases, dust, fumes, or odors in the atmosphere. The main source is man. It has been of concern for a lo ng time, as far back as the Roman Empire where they called the dark clouds of pollution above them gravioris caeli, however air pollution has gotten increasingly worse. It can easily travel because there is nothing to stop it in the air. It takes just 5 days for China’s pollution to reach us and affect our weather. Automobiles that use gasoline and fossil fuel-burning power plants alone make up 90% of the air pollution in the United States. The number of people estimated to die from air pollution anually is over 50,000. Air pollution can can also cause global warming. Water pollution can be defined as any chemical, physical, or biological change in water that has a negative effect on any living organism that uses it. There are two types of water pollution, non-point source and point s... ...ture. When reducing your impact on the Earth, most of it is very affordable and some requires nothing but participation on your part. To reduce air pollution you need to conserve energy so turn off appliances and lights when you leave the room. Just about every electronic that comes with a remote is not really off you turn it off, but in a low power mode, otherwise you wouldn’t be able to use the remote! For these appliances it is better to unplug them when not in use. Plant deciduous trees around your home so they will provide shade during the summer, but allow heat from the sun to radiate into your home during the winter giving your heating system and air conditioner a break. Recycle paper, plastic, glass bottles, and aluminum cans. A lot of energy is used in making these products and you can conserve a lot of energy by recycling them reduce production emissions.

Thursday, October 24, 2019

How successful was Lord Liverpool’s government Essay

How successful was Lord Liverpool’s government in responding to Popular Discontent in the years 1815 to 1820? Lord Liverpool’s government faced popular discontent in the years 1815 to 1820 due to various social, political and economic factors which led to the majority of the British Public wanting a change. A change in government, government policies and a change to overcome the mass unemployment they were suffering from as a direct result of the end of the Napoleonic War, industrialisation and urbanisation. However, despite the widely held view that amendments – in favour of the working class – were needed, no such change came about in the years 1815 to 1820. Lord Liverpool’s government was partly responsible for this as it introduced a number of repressive policies to prevent the people from revolting; however it is argued that the main reason for the lack of change was due to the disorganisation of the radical opposition. At the end of the Napoleonic War, Britain began trading with Europe once again. This worried the farmers who were afraid that the importation of foreign corn would lower prices. As a result, the British landowners put pressure on the House of Commons to take action and protect their profit and were successful, resulting in the Corn Law being introduced. This applied a tax to all foreign wheat imports unless they reached the domestic price of 80 shillings and was viewed by the industrial class as a way in which the government was protecting the rich landowners – and paying no regard to the working, industrial class majority. The introduction of this law made things incredibly hard for the poor who were already struggling to feed their families and suffering from unemployment, furthermore manufacturers were affected by this law as their workers began demanding higher wages. As well as strikes, the Corn Law led to food riots all over Britain and was the reason many middle class moderate reformers began joining in to the call for change. Therefore it can be viewed as one of the reasons Lord Liverpool’s government was unsuccessful in dealing with popular discontent as rather than introducing reforms in favour of the radicals, it did the opposite and intensified their outcry for change. The Corn Law was followed by the abolition of income tax in 1816 to protect the wages of the landowners once again. As a result, indirect taxes were added to everyday items such as tea, sugar, tobacco, beer and salt. The abolition of Income Tax was a tax which benefited the rich more than the poor, however the indirect added taxes harmed the poor more than the rich, as they were victims of unemployment and low wages. This therefore created further popular discontent and was once again viewed as another policy to favour the rich, landowning class and is hence seen as a reason the government was unsuccessful in dealing with popular discontent. Having said that, from 1817 to 1820 various repressive measures were introduced to control popular discontent and ensure that the government of Lord Liverpool was not overthrown. The first of these was the suspension of the Habeas Corpus act; this meant that the government could hold political prisoners for an indefinite period of time and therefore intimidated people from opposing Liverpool and his government. Despite this act creating internal popular discontent it was successful as people were now angered by the government – arguably even more so than before – however were too intimidated by the idea of transportation or being arrested for an indefinite period of time to react in protest. Furthermore, in 1819 the Six Acts were introduced. The first of these gave local magistrates extensive powers to restrict public meetings and therefore prevented people from planning any forms of riot or protest. The Seizure of Arms Act gave local magistrates the right to search for and seize arms, making it virtually impossible for the radicals to up rise using violent methods. The Blasphemous and Seditious Libels Act prevented the opposition to generate support through propaganda and raising awareness, as any publications unapproved by local magistrates could be seized. The fifth of the six acts introduced a four pence stamp duty on newspapers to ensure that the price of the radical newspapers was beyond the means of most members of the working class, this further prevented support through propaganda. And finally the Misdemeanours Act sped up procedures for bringing treason to trial, its impact led to people being too afraid to protest in fear of being arrested and even transported. As mentioned above, these repressive policies made it practically impossible for the radicals to organise a mass uprising to overthrow the unjust government of Lord Liverpool as doing so required authorisation from their local magistrates – authorisation they obviously would not be granted. Therefore this is an example of how Lord Liverpool’s government was successful in dealing with popular discontent as instead of abolishing it by giving in, it was dealt with through prevention policies. However, despite these wonderful repressive policies introduced by his government to prevent popular discontent, it must be noted that this cannot be solely credited to Lord Liverpool. The radical opposition was far from organised, and was divided into groups consisting of people who advocated violence like the Spenceans in the Cato Street Conspiracy of 1820, and other non violent groups. This division weakened the development of a united working class response and gave the impression of protestors who were hopeful – but by no means forceful – for change. Furthermore, the radicals were not well equipped with weapons and perhaps this can be credited to the Six Acts, however even if the Seizure of Arms Act had not been introduced, the working class radicals would most likely not have had the means to acquire sophisticated forms of weaponry. Therefore it can be concluded that the government of Lord Liverpool’s reactionary acts played an important role in preventing popular discontent as despite being harsh enough to provoke opposition, were repressive enough to prevent it taking place. However, in my opinion, the lack of change in favour of the working class was far more due to a failure on their part, than a success for the government of Lord Liverpool.

Wednesday, October 23, 2019

Disaster response and recovery

The terrorists attacks are most of the time unpredicted and a country even its utmost security may become vulnerable to terrorists attack. It’s as international problem which now and then is occurring in different parts of the world. The terrorist attacks such as 9/11 terrorists attack, Mumbai, India , Hotel Taj and Hotel Oberai terrorists attack, London terrorists bombing are few examples of this centuries terror attacks around the world. Terrorism is considered to be asymmetric form of warfare and is unlawful.It targets only on destruction and harm innocent people who are important resource of the nation. If I was the disaster coordinator of the city, as soon as I get the clues of the terror attacks I would have just tightened the security near the border of the country and call for emergency. I would cancel all the flights entering and leaving the country. The next thing which I would have done is publishing the news in the media and the media would alert the people as they can take care of themselves. The media would alert people about the places of vulnerability and the suspected time of attacks.Incident command system will be notified to prepare well for the attacks. These are the immediate steps which I would have taken. Later I would have looked into the list of vulnerable areas which is populated more. Most of the terror attacks happen in the places where there is maximum human intervention so as to kill many people as possible and take revenge against the country. I would provide accessibility to shortcut routes so as to reduce the vehicle traffic congestion and avoid people pass through the vulnerable areas of attacks.They will be made to reach their destinations as soon as possible before the disaster occurs. The transport of goods will be stopped as it will be the path for the terrorists to move their goods from place to place. All social gathering of people will of people will be stopped. All the offices and the schools and colleges will be declared holiday. People in the top floors of the building are evacuated. All the people who found to be suspicious are checked for their identity, country they belong, ethnicity and their back ground.Security would be ensured near the coastal areas and security checking all the ships coming in and leaving and the checking all the goods that are transported. The oil refineries, electricity power stations and nuclear power plants are given security alerts. These when bombed or destroyed cause huge loss and may result the city as the one which had happened in Hiroshima and Nagasaki, Japan. The city’s important monuments are safeguarded with tight security. It was daytime when Hiroshima and Nagasaki was bombed. People were preparing for offices and work. All the electrical appliances were on.It was a busy day in Hiroshima and Nagasaki and finally bombings rendered many places infertile and many people got health problems as they got expose to the harmful radiations of the bombi ng. I would ask people stop using electricity and switch off their appliances. Important people are provided with security as the terrorist may use them as hostages. I would ask media to act effectively and update people with the information of attacks and about the places which are vulnerable. I will ask them to avoid giving false information to make their news more interesting.I would make telephony and internet facilities such and intranet and ad other web based tools available for free at the moment to keep people in touch with their loved ones who are out station by calling or messaging them. Internet is one of the most reliable ways of communication in the times of disaster to mail their loved one and finding people who are missing. People will be asked to follow the instructions given by the Emergency team and Incident command system. The Red Cross people are advised to assemble the emergency kits.I would alert all the hospitals and mental health care concerns to prepare for the disaster to help people who become victims of the attacks. Health care units are informed to provide the medical facilities such as first aid, medicine and other voluntary organizations are encouraged to provide support. Rehabilitation centers are created and so the people can seek shelter. The targets of the terrorists and the potential vulnerable areas influence and affect the city’s emergency plan. It makes emergency planning team think of most vulnerable areas first.They will set priority of the vulnerable places as primary and secondary. It will make their work easier and provide full security to the places of primary concern. The Incident command system may sometimes do not operate efficiently. I think it has review the ways it operates and add most efficient ways to their current system of operation. It should plan efficiently such that their plans are turned into actions and will not remain just words. It should have better communication between its organizational parts. Its commands should be strictly followed by its organizational parts.The plan should be made on time and it should not be executed after the incident but on time. It should communicate with the people effectively and just not make people get afraid by telling consequences of the attack. But they should make feel safe and avoid false promises. The medical and health care units should be dedicated in their work and provide selfless service. There should be no discrimination on the basis race, age, ethnicity, sex and all people should be treated equally. All they can do is to They target terrorism, curb it, defeat it and make their country a peaceful place to live in.