School Bullying

Topic: teenager should ask for adults and professions help for bullying

The outline has attached.

Need to have a clear thesis at the introduction.
Body paragraphs: 8-10 sentences each.
Conclusion: roughly 3 sentenses

Need to have 6 quotes and use at least 3 sources.

Matrix

Scientific computing applications often involve performing matrix multiplications which require a series of multiplications followed by a sum of the products.  One of the advantages of parallel computing is multiple processors can be used to perform the multiplication steps simultaneously.  This can speed up the calculations significantly.  Once the products of all the multiplication steps have been computed they can be added together.

Consider the following code example called Matrix.java which multiplies two 2×2 matrices together.  This code example first calculates the results serially and outputs the results.  It then repeats the process step by step to show how each step performs 2 multiplications and then sums the products.  The first of these calculations also demonstrates how the multiplications can be performed concurrently using threads spawned from Multiply.java.

1) What is the Big O of the serial part of the algorithm (Post into the comments)

2) Rewrite Matrix.java to utilize threads to compute the products of three remaining calculations concurrently using the example from the first calculation

3) What is the Big O of your new concurrent Matrix.java algorithm?  Why?
Extra –  Modify Matrix.java to work with any size matrix (demonstrate by changing n to 10).  You may use random numbers to pre-fill the matrices.  You could consider using recursion for this.

Use javadoc comments.

Other files are attached

Revise my resume

Please review and correct sentence structure, grammar, and I wanted my career summary to be stronger. Please improve my description in a better way and trying to look like achieving all my goals. I hope you can write it in a more compelling language.

Critical Evaluation of Research Article

Prepare a four-page doctoral quality Word document, not including the title page and reference section, double-spaced critical evaluation of:

Pelfrey Sr, W.V., & Kelley Jr, W.D. (2013). Homeland security education: A way forward. Homeland Security Affairs, 9(1), 1-12. Critical Evaluation of Research Article

Please see attached file.
All work must be doctoral quality

1. Identify and discuss the main ideas of the article;

2. Discuss the research methodology and findings; and

3. Analyze the articles strengths and weaknesses.
Additional help preparing the assignment may be found using the research article checklist on page 73 of the text.
All submissions, discussion boards, and papers must be formatted using the Chicago Manual of Style (CMOS) 17th edition.