How is a strong motion seismometer different from the ones normally used by seismologists? Why do we need strong motion seismometers? Why did the instrument near lot 2 record 0.6 g during the Northridge quake, while other nearby devices measured 0.4 g?

EPSS8 – Earthquakes

Lab9: Campus Tour – Post-Northridge Earthquake retrofitting

 (1.5 pt) Stop 1: GPS receiver on the roof of the Geology Bldg.

 What does a GPS receiver measure?

How does that help us study earthquakes?

Go to https://sideshow.jpl.nasa.gov/post/series.html (or see attached figures printed from website). Zoom on Los Angeles and the UCLA campus. Click on the UCLA GPS station (UCLP) to see plots of the position of the UCLA Geology Building over time.

How far North has the Geology Building moved since 1996?

How far West (west is negative in longitude)?

 

(1.5 pt) Stop 2: Displacement of Lot 2.

What caused the displacement seen on entrance ramp at lot 2?

When did the displacement occur?

Is this an example of motion on a fault?  Why or why not?

 

(2 pt) Stop 3: Strong Motion seismometer by Lot 2 and Factor Bldg.

How is a strong motion seismometer different from the ones normally used by seismologists?

Why do we need strong motion seismometers?

Why did the instrument near lot 2 record 0.6 g during the Northridge quake, while other nearby devices measured 0.4 g?

If interested, visit the USGS website for instrument layouts in the Factor Building:

https://earthquake.usgs.gov/monitoring/nsmp/arrays/la.php

Why do we have so many seismometers in the Factor Bldg?

 

 (1.5 pt) Stop 4: External bracing on Math Sciences.

 Only part of Boelter/Math Sciences is braced.  Why?

Why did UCLA have to retrofit more recent buildings as well as older ones?

Go to http://db.cosmos-eq.org/scripts/plot.plx?stn=2062&evt=21 (See attached figures printed from website) to see the motions recorded by the strong-motion seismometers in the Math Sciences Bldg.  Which floor had the highest acceleration, and what was the peak value (in cm/sec/sec)?

The acceleration due to gravity is called g and is 980 cm/sec/sec.  How many g was the peak acceleration?

 

(1.5 pt) Stop 5: Kerckhoff Moat and Towers.

 Why is there a moat around Kerckhoff Bldg?

What is base isolation, and how does it protect buildings from earthquake damage?

 

 (2 pt) Stop 6: Royce and Powell.

 What is unreinforced masonry?

Why are bricks a bad building material in earthquake country?

What are some ways to make brick buildings safer?

Give a nondeterministic polynomial time algorithm for the SUM OF SUBSETS problem. Define the transformation from the PARTITION problem to the SUM OF SUBSETS problem.

  1. Let X(1..n) and Y(1..n) contain two lists of n integers, each sorted in nondecreasing order. Give the best (worst-case complexity) algorithm that you can think for finding

(a) the largest integer of all 2n combined elements.

(b) the second largest integer of all 2n combined elements.

(c) the median (or the nth smallest integer) of all 2n combined elements.

For instance, X = (4, 7, 8, 9, 12) and Y = (1, 2, 5, 9, 10), then median = 7, the nth smallest, in the combined list (1, 2, 4, 5, 7, 8, 9, 9, 10, 12). [Hint: use the concept similar to binary search] 1-to-2 PARTITION:

Instance: A finite set of positive integers Z = { z1 , z2 , … , zn }.

Question: Is there a subset Z’ of Z such that Sum of all numbers in Z’ = 2 x Sum of all numbers in Z-Z’

(a) Obtain the dynamic programming functional equation to solve the 1-to-2 PARTITION problem.

(b) Give an algorithm to implement your functional equation.

(c) Give an example of 5 numbers with a total of 21 as an input instance for 1-to-2 PARTITION problem, and show how your algorithm works on this input instance.

(d) What is the complexity of your algorithm?

  1. Decide True or False for each of the followings. You MUST briefly justify your answer.

Satisfiability:

Instance: Set U of variables, collection C of clauses over U.

Question: Is there a satisfying truth assignment for C?

(a) If P NP, then no problem in NP can be solved in polynomial time deterministically.

(b) If a decision problem A is NP-complete, proving that A is reducible to B, in polynomial time, is sufficient to show that B is NP-complete.

(c) It is known that SAT (Satisfiability) is NP-complete, and 3SAT (all clauses have size

3) is NP-complete. 1SAT (all clauses have size 1) is also NP-complete.2

  1. Given that PARTITION problem (described below) is a NP-Complete problem, prove that the SUM OF SUBSETS problem (described below) is NP-Complete by reducing

PARTITION problem to it.

PARTITION:

Instance: A finite set of positive integers Z = { z1 , z2 , … , zn }.

Question: Is there a subset Z’ of Z such that Sum of all numbers in Z’ = Sum of all numbers in Z-Z’

SUM OF SUBSETS:

Instance: A finite set of positive integers A = { a1, a2, … , am } and M.

Question: Is there a subset A’ in A s.t. ai = M? ai in A’

(a) Give a nondeterministic polynomial time algorithm for the SUM OF SUBSETS problem.

(b) Define the transformation from the PARTITION problem to the SUM OF SUBSETS problem.

(c) Explain that the transformation described in part (b) satisfies: if the partition problem has a solution then the sum-of-subsets has a solution, and vice versa.

  1. Prove that the 0/1 KNAPSACK problem is NP-Hard. (One way to prove this is to prove the decision version of 0/1 KNAPSACK problem is NP-Complete. In this problem, we use PARTITION problem as the source problem.)

(a) Give the decision version of the O/1 KNAPSACK problem, and name it as DK.

(b) Show that DK is NP-complete (by reducing PARTITION problem to DK).

(c) Explain why showing DK, the decision version of the O/1 KNAPSACK problem, is NP-Complete is good enough to show that the O/1 KNAPSACK problem is NP -hard.

  1. Optimization PS(3) Problem: Given a set of n program and three storage devices.

Let si be the amount of storage needed to store the ith program. Let L be the storage capacity of each disk. Determine the maximum number of these n programs that can be stores on the three disks (without splitting a program over the disks).

Use the Approximation PS Algorithm given in the class for the PS(3) problem given above. Show that the following is true.

Let the approximation PS algorithm returns a number C, and let C* be the optimal (maximum) number of programs that can be stores on the three disks.

(a) Show that the above approximation PS algorithm gives the performance ratio of C* (C + 2) OR C* / C 1 + 2/C.

(b) Give an example that achieves the performance ratio of C* =

 

Identify the parties to the warranty. Is it covered by the UCC? What are the implied warranties? What are the express warranties?

Warranty

Look at a warranty for an iPod, a cell phone, or computer. Consider the following questions:

  • Identify the parties to the warranty.
  • Is it covered by the UCC?
  • What are the implied warranties? What are the express warranties?
  • What services does the company provide and under what circumstances.
  • Do you think the consumer is properly protected? Why or why not?

REMEMBER a limited warranty IS NOT the same as a implied warranty!!!!!

Write a 2-3 page reaction paper in MLA formatting and style. Make sure to utilize both legal arguments and your opinion in your analysis. See MLA Formatting and Style Guide. (Links to an external site.)

Save your document in rich-text format (rtf).

 

It is easy to see Scientology as a scam for average people. But what about for the very rich at the very top? What about celebrities like Tom Cruise? After taking this course for a semester, please try to explain the factors that make new rituals and new religious leaders attractive to certain people.

Discussion Question

1. How true is this equation cult + time= religion?

2. It is easy to see Scientology as a scam for average people. But what about for the very rich at the very top? What about celebrities like Tom Cruise? After taking this course for a semester, please try to explain the factors that make new rituals and new religious leaders attractive to certain people.

3. A long time has passed. It is now 2222. How can historians judge whether Scientology was a “real” religion of the 20th and 21st centuries, or whether it was a hoax (scam) cult-like movement? Feel free to be creative while citing themes we mentioned in the semester.

Compare and contrast the textbook Module 5, Incident Response CSIRT, outside research, and the video material. What was similar and what was different from an overall perspective?

Cyber Security

After reading Module 5 and Incident Response CSIRT, plus watching the Professor Messer video, answer the following questions:

  1. Research another source of Incident Response Planning and CSIRT information.
  2. Compare and contrast the textbook Module 5, Incident Response CSIRT, outside research, and the video material. What was similar and what was different from an overall perspective?

The submission must be 500 – 1000 words in length, using APA format and style.

video link https://www.professormesser.com/security-plus/sy0-…

 

Provide a written statement to support your application. Why do you wish to take this particular course of study? How does it fit into your career objectives?

Personal Statement for London School of Hygiene and Tropical Medicine

INSTRUCTIONS:

LONDON SCHOOL OF HYGIENE AND TROPICAL MED

Provide a written statement to support your application.
When writing your personal statement you should consider the following topics:
Why do you wish to take this particular course of study?
How does it fit into your career objectives?

Where the entrance requirements for an MSc programme for which you have applied include experience of working in particular areas or fields, or relevant numeracy skills state how you meet this requirement. Ensure you check programme specific entry requirements on our website before completing this section.

What type of Elasticity of Demand does auto parts in the United States have? Is it Elastic, Inelastic, Unitary Elastic, Perfectly Elastic, or Perfectly Inelastic? Discuss and give evidence of your finding.  

Discuss different types of Elasticity of Demand 

Cover the following 600-800 words

  1. What type of Elasticity of Demand does auto parts in the United States have? Is it Elastic, Inelastic, Unitary Elastic, Perfectly Elastic, or Perfectly Inelastic? Discuss and give evidence of your finding.  
  2. If AutoEdge decided to increase its prices and return to the United States, based on your research findings, how would this action affect consumer demand? Be sure to apply your knowledge to real life situation and use real life examples  
  3. What Recommendations would you have for AutoEdge about their decision to relocate the manufacturing operation back to the United States? Give real life example

 

What activities would you recommend early in the system development effort to mitigate such technical and/or programmatic risks? For each mitigation activity, explain whether the activity will lower the likelihood of the risk, or the consequences of the risk, or both.

Assignment

Part A

You have been promoted to the role of Systems Engineer by your company and are directed to work on a major new system development effort that involves new technology*. Obviously, this represents a major technical (if not programmatic) risk area for your employer. What activities would you recommend early in the system development effort to mitigate such technical and/or programmatic risks**? For each mitigation activity, explain whether the activity will lower the likelihood of the risk, or the consequences of the risk, or both. [70]

 

Part B

While the techniques you discussed in Part A focused on mitigating system risks, other Systems Engineering (SE) concepts and techniques can be employed to enhance system safety. One of those concepts is the architecture of the system.

The SE Management team overseeing this project has also asked you to explain how the concept of system architecture can be used to enhance the overall safety of systems like the one you considered in Part A*. [30]

 

Assessment Criteria for Part A

The student’s answer for Part A should clearly demonstrate that the following concepts have been understood in relation to the specified problem and (where required) applied in a logical manner:

A1) Risks which can arise during the development of the type of system being described and how those risks are evaluated in terms of their likelihood and consequences, [15]

A2) How technology readiness is assessed and the impact of technology maturity on the success of the type of system being described, [15]

A3) The mitigation activities that should be performed in order to address the identified risks in the type of system being described, at what stage(s) in the development of that system they should be performed, and the extent to which those activities will lower the likelihood and/or the consequences of the identified risks. [40]

 

Assessment Criteria for Part B

The student’s answer for Part B should clearly demonstrate that the following concepts have been understood in relation to the specified problem and (where required) applied in a logical manner:

B1) The architecture of the system being described should be chosen according to the intended purpose of that system, [10]

B2) How the architecture of the system being described affects its non-functional requirements (specifically, the safety of that system). [20]

 

 

Explain how and when you would use directing, coaching, supporting, and delegating leadership styles to create high performing leadership teams for your organization.

Situational Leadership II approach.

Explain how and when you would use directing, coaching, supporting, and delegating leadership styles to create high performing leadership teams for your organization. Your discussion post should be 250 words.

 

How do perception and listening relate in terms of how they shape relationships? Provide examples of communication interactions that illustrate the concepts of perceptual filters and mindful listening.

Communication interactions

How do perception and listening relate in terms of how they shape relationships? Provide examples of communication interactions that illustrate the concepts of perceptual filters and mindful listening.

Analyze the function of these in shaping relational outcomes in the examples provided.

Assignment Details:

150-250 words or at least 8-12 comprehensive sentences.

Provide at least 1 in-text citation and reference.

This is a relational communication course. Please have a high level of knowledge in regards to this topic.