What are the principal forms of violence against women? According to the World Health Organization, how prevalent is violence against women on a world scale?
What are the main reasons why men commit violence against women? And what are the main reasons why women commonly remain in abusive relationships?
Describe the patriarchal and ecological perspectives on violence against women.
Compare the radical feminist perspective and the liberal feminist perspective regarding what must be done to reduce and eliminate violence against women.
250-word minimum; no maximum.
In: Psychology
In the last decade, the World Trade Organisation (WTO) has arguably had less involvement in creating individual trade agreements as regional trade agreements are becoming more common place. Do you see this shift to regional trade agreements as positive or negative? Do you consider individual trade agreements or regional trade agreements as more important? Justify your arguments and use examples where appropriate.
Word limit-400 words. (should be at least 350 words)
Use at least 1 example.
In: Economics
The distinguishing feature of international business is that international firms operate in environments that are highly uncertain and where the rules of the game are often ambiguous, contradictory, and subject to rapid change, as compared to the domestic environment. It is crucial for businesses to understand these differences and find ways to hurdle the barriers these differences present in a socially responsible manner. TASK: Select any organization of your choice. Carry out a research on the following aspects and present it in the form of a Report in Word.
Examine how the ethical and socially responsible behavior is built in the management practices and business operations
In: Economics
Part A. Post in a discussion forum on Moodle For Part A of Assessment 1, you will identify a research interest relating to an area of passion or strong interest for you in the field of Positive Psychology, Wellbeing, and/or Resilience.
In week 3, in the allocated Moodle discussion forum, you will:
1. State your chosen area of research interest;
2. Provide a brief description of why this area is of interest; and
3. Justify the importance of the topic to positive psychology.
The maximum word count for Part A of this assessment task (the Moodle forum post) is 300 words
In: Psychology
c++ using recursive no loops (for ,while ..ect)not allowed Write a recursive function ‘bool palindrome(string s)’ that returns true if s is a palindrome and false if not. #5: Write a recursive function 'void reverse(string &word)' that reverses the given input string. string name = "damian"; reverse(name); cout << name << endl; //should display "naimad". #7: Write a function 'int numTwos(int n)' which returns the number of 2's in the base-4 expansion of n. cout << numTwos(2170) << endl; // 3
In: Computer Science
The operations management function takes cognisance of clients’ needs and continuously formulates its management strategies and objectives strengthens and expands customer base and competitiveness. With reference to the Uber case study presented above, discuss any five of the six main elements which forms part of customer needs. NB: Your answer should be a minimum of 500 to a maximum of 650 words. Markers are to stop marking after the threshold of 650 words has been reached. Please indicate the word count at the end your answer.
In: Computer Science
a) The capacity of a memory chip is specified as 64K x 8 bits. Find out the address lines & the data lines for the chip. b) A memory block has 20 address lines & 16 data lines. Specify its capacity c) Assume a 32-bit microprocessor is to be used in a computer system, what is the size of its address bus, data bus, control bus and the registers if it needs to access up to 32GB of data? Assume that each memory locations can store a 32-bit word.
In: Computer Science
Review the ISO 9001:2015 Standard elements. Review the theories of the various quality leaders. Write a 1000-1500 word essay that explores how these quality leaders have influenced the elements of ISO 9001:2015 by relating the elements of the Standard to the multi-point philosophies offered by the leaders. There are many ways that you may wish to do this. Some examples include: Organizing the paper by quality leader and discussing which elements they most aptly influenced. Organizing the paper by element and addressing relevant leaders within each section.
In: Operations Management
In this scenario, we have a poorly performing PC, and we suspect it might be a process that is causing issues. In our process of troubleshooting, we want to:
1, to view a list of all running processes to examine which ones are using the most RAM (Memory).
2, to view the list of all non-running processes (e.g. the status is suspended, not responding, or unknown).
3, to view all running processes under the user account, System. Not processes with the word, System, in the process name.
4, to stop all processes begin with the letter S.
In: Computer Science
Python Programming Problem:
If I have to separate lists, one contains a large string of paragraphs of words, and one contains just words, how can i iterate the words in my second list and compare it to my paragraph list to see how many times that word has occurred?
List1 = ['paragraph.......']
List2 = ['words', 'words', 'words'......]
these are just minimal examples
how do i approach this problem?
apprently numpy helps with processing time for something like this? cuz the lists could get quite big
In: Computer Science