1) Discussion: Responsibility in Engineering
Directions: Please answer the question and support your ideas.
Discuss the rights and responsibilities of an engineer in the area of professional ethics. How is legal liability related to moral responsibility in engineering practice?
Should be 75 to 100 words.
2) Paper: Responsibility in Engineering
Discuss some ethical issues faced in engineering design. Provide some examples from the internet and present ideas to resolve those issues. (write at least 3 paragraphs)
Research the case studies of space shuttle incidents of the Challenger” in 1986 and “Columbia” in 2003. Answer the following questions: (Use the attached template: Evaluation of Case Study)
What are the factors that contributed to each incident?
What were the similarities between the two cases? Do they reveal any common ethical issues?
Discuss the concept of blame responsibility and causation in relation to these incidents.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

