Select one of the questions below and answer it. Respond in…

Select one of the questions below and answer it. Respond in essay form, using a minimum of 250 words. Use your best reasoning skills and your own writing. Do not worry about using perfect grammar and spelling. Instead, focus on demonstrating your knowledge of the class materials and your ability to describe and analyze concepts and ideas. Indicate which question you’re answering by placing the prompt’s number at the start of your response. 1. Briefly explain how the three main areas of ethics (metaethics, normative ethics, and applied ethics) differ. 2. What is the purpose of a normative moral theory? 3. What are the three main approaches to normative ethics, and how do they differ?

Select one of the questions below and answer it. Respond in…

Select one of the questions below and answer it. Respond in essay form, using a minimum of 250 words. Use your best reasoning skills and your own writing. Do not worry about using perfect grammar and spelling. Instead, focus on demonstrating your knowledge of the class materials and your ability to describe and analyze concepts and ideas. Indicate which question you’re answering by placing the prompt’s number at the start of your response. 1. According to Max Horkheimer, what are the three distinguishing marks of a plausible critical theory? 2. In what way did critical theory reject Kant? 3. How did Habermas define communicative action?

Select one of the questions below and answer it. Respond in…

Select one of the questions below and answer it. Respond in essay form, using a minimum of 250 words. Use your best reasoning skills and your own writing. Do not worry about using perfect grammar and spelling. Instead, focus on demonstrating your knowledge of the class materials and your ability to describe and analyze concepts and ideas. Indicate which question you’re answering by placing the prompt’s number at the start of your response. 1. How did Marx feel that the social problems of industrialization and urbanization should be addressed? 2. What is hermeneutics? 3. What is meant by historicity? 4. What did philosopher Paul Ricoeur mean by “discourse?”

Select one of the questions below and answer it. Respond in…

Select one of the questions below and answer it. Respond in essay form, using a minimum of 250 words. Use your best reasoning skills and your own writing. Do not worry about using perfect grammar and spelling. Instead, focus on demonstrating your knowledge of the class materials and your ability to describe and analyze concepts and ideas. Indicate which question you’re answering by placing the prompt’s number at the start of your response. 1. Define applied epistemology. 2. Why are knowledge and justification a social matter? 3. Define testimonial injustice and offer an example of it.

Select one of the questions below and answer it. Respond in…

Select one of the questions below and answer it. Respond in essay form, using a minimum of 250 words. Use your best reasoning skills and your own writing. Do not worry about using perfect grammar and spelling. Instead, focus on demonstrating your knowledge of the class materials and your ability to describe and analyze concepts and ideas. Indicate which question you’re answering by placing the prompt’s number at the start of your response. 1 . What is the fact-value distinction? 2 . How are evaluative claims different from descriptive claims? 3 . How does Hume describe the is-ought problem? 4 . Why does Moore object to the naturalistic fallacy? 5 . Why do moral realists object to the fact-value distinction? 6 . How does ethical naturalism argue for moral objectivity?

Assume we have a hash table with 7 entries, and the hash fun…

Assume we have a hash table with 7 entries, and the hash function is x mod 7. (h(x)=x%7) Assume linear probing  collision control algorithm is used. The initial hash table looks like this: 0 | 0 | 0 | 0 | 0 | 0 | 0 a. (4 points) Show the entries in the hash table after 17, 10, 29, 8 are inserted.   b. (6 points) Now for the following searches, show the result of the search (hit/found or miss/not found) and how many entries need to be examined before the search return the result? i) Search 13 ii) Search 10 iii) Search 1