An essay question that will be on the exam next Wednesday. This is a ‘Micro-econ’ class and thus the question should be answered from microecon perspective; although you may include some macro as well.
Question:The essay: I’d like you to think across the various topics and readings covered in the second half of the course and come prepared to answer a specific question in class (in NO MORE than 3-4 blue book pages). Here is the question: The revolution in transportation and in information and communications technology has opened up new opportunities for (and placed additional pressures upon) transnational corporations. In particular, these technological advances have accelerated the ‘internationalization’ of the production process (e.g. through the creation of increasingly elaborate global supply chains). The latter process most obviously involves an acceleration in the cross-border movement of capital but also, to a somewhat lesser extent, an increase in the international movement of people (of various skill sets and educational levels). As a well-trained economist with full autonomy to make international economic policy in EITHER a developing or developed country, discuss the kinds of efficiency (welfare) and equity considerations you would need (want) to take into account in determining whether to embrace, resist, or reduce/slow down the impact of this latest phase of globalization on the residents of your country.
As I am from South Korea, “Residents of your country” here would be South Korea.
*The concepts concerned for this exam are:
1. Trade and Technology:The Ricardian Model
2. Trade and Resources: The Heckscher-Ohlin Model
3. Movement of Labor and Capital between countries
4. Import Tariffs and Quotas under Perfect Competition
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 });

