Peer-Reviewed Journal Analysis

  For this assignment you will read the Amron et al. peer-reviewed journal  article on cloud computing linked in Resources. As you read the  article, take notes about the theories, models, and/or frameworks the  authors used. Prepare to describe the main themes of the article’s  literature view and explain the research findings. State specifically  what business technical problem is answered by the research article. 

Instructions

Complete the following:

  • Describe the relevant theories, models, and/or frameworks the authors used to support their research.
  • Review at least one article cited by Amron et al. and explain how they used its findings, theory, or framework to support their research.       
    • Cite the article in current APA format.
  • Explain the findings from the Amron et al. research article.
  • State specifically what business technical problem is answered by this research article.
  • Communicate in a manner that is scholarly, professional, and  consistent with expectations for information technology professionals.

Submission Requirements

  • Written communication: Write in a professional manner using current APA style and formatting with correct grammar, usage, and mechanics.
  • APA formatting: Resources and citations are formatted according to current APA style and formatting.
  • Length: 3–6 typed, double-spaced pages.
  • Font and font size: Times New Roman, 12 point.

 

Resources

Exp19_Excel_Ch02_ML1_Metropolitan_Zoo_Gift_Shop_Weekly_Payroll

  

Exp19_Excel_Ch02_ML1_Metropolitan_Zoo_Gift_Shop_Weekly_Payroll

Excel Chapter 2 Mid-Level 1 – Metropolitan Zoo 

Exp19 Excel Ch02 ML1 Metropolitan Zoo Gift Shop Weekly Payroll

  

Project Description:

As manager of the gift shop at the Metropolitan Zoo, you are responsible for managing the weekly payroll. Your assistant developed a partial worksheet, but you need to enter the formulas to calculate the regular pay, overtime pay, gross pay, taxable pay, withholding tax, FICA, and net pay. In addition, you want to include total pay columns and calculate some basic statistics. As you construct formulas, make sure you use absolute and relative cell references correctly in formulas 

     

Start Excel. Download   and open the file named Exp19_Excel_Ch02_ML1_Payroll.xlsx.   Grader has automatically added your last name to the beginning of the   filename. 

 

Use IF functions to   calculate the regular pay and overtime pay based on a regular 40-hour   workweek in cells E5 and F5. Pay overtime only for overtime hours. In cell   G5, calculate the gross pay based on the regular and overtime pay. Abram’s   regular pay is $398. With 8 overtime hours, Abram’s overtime pay is $119.40.

 

Create a formula in   cell H5 to calculate the taxable pay. Multiply the number of dependents   (column B) by the deduction per dependent (B24) and subtract that from the   gross pay. With two dependents, Abram’s taxable pay is $417.40.

 

Use a VLOOKUP   function in cell I5 to identify and calculate the federal withholding tax.   Use the tax rates from the range D21:E25. The VLOOKUP function returns the   applicable tax rate, which you must then multiply by the taxable pay.

 

Calculate FICA in   cell J5 based on gross pay and the FICA rate (cell B23), and calculate the   net pay in cell K5. Copy all formulas down their respective columns to row   16.

 

With the range E5:K16   selected, use Quick Analysis tools to calculate the total regular pay, overtime   pay, gross pay, taxable pay, withholding tax, FICA, and net pay on row 17.
 

  Note, Mac users, with the range selected, on the Home tab, in the Editing   group, click AutoSum.

 

Apply Accounting Number   Format to the range C5:C16. Apply Accounting Number Format to the first row   of monetary data and to the total row. Apply the Comma style to the monetary   values for the other employees. Apply the Total cell styles format to the   range E17:K17.

 

Insert appropriate   functions to calculate the average, highest, and lowest values in the Summary   Statistics area (the range I21:K23) of the worksheet. Format the # of hours   calculations as Number format with one decimal and the remaining calculations   with Accounting number format.

 

Insert a footer with   your name on the left side, the sheet name code in the center, and the file   name code on the right side of the worksheet.

 

Save and close the   workbook. Submit the file as directed. 

Display your name here X = 4, y = 30 х Display your name here х x = 5, y = 94 Display your name here х x = 210, y = 94

Beginning with the file that you downloaded named Proj06.java, create a new file named Proj06Runner.java to meet the specifications given below.

 

This is about java. I would appreciate your help!

Please do not provide a “copy and paste answer”! 

Among other things, the purpose of this assignment is to assess the student’s ability to write a program dealing with window events, mouse events, and the Delegation Event Model.

PROGRAM SPECIFICATIONS

Beginning with the file that you downloaded named Proj06.java, create a new file named Proj06Runner.java to meet the specifications given below.

Note that the code in the file named Proj06.java.

Be sure to display your name in both locations in the output as indicated.

When you place both files in the same folder, compile them both, and run the file named Proj06.java, the program must display the text shown below on the command line screen.

I certify that this program is my own work
and is not the work of others. I agree not
to share my solution with others.
Replace this line with your name

In addition, your program must display a single 300-pixel by 100-pixel Frame object as shown in the images below. When you click the mouse in the working area of the Frame, the coordinates of the mouse pointer must be shown in RED above the mouse pointer. (Multiple images are shown below to show the result of clicking at different locations in the working area of the Frame. Note that the 0,0 coordinate location is at the outer upper-left corner of the Frame, which is beyond the reach of the mouse pointer.)

When you click the X-button in the upper-right corner of the Frame object, the program must terminate and MUST RETURN CONTROL TO THE OPERATING SYSTEM.

You may find it necessary to consult the Java documentation and take class inheritance into account to meet these specifications.

Output:

Display your name here X = 4, y = 30 х Display your name here х x = 5, y = 94 Display your name here х x = 210, y = 94

Proj06.java (can’t be modified)

/*File Proj06

The purpose of this assignment is to assess the student’s

ability to write a program dealing with window events,

mouse events, and the Delegation Event Model.

************************************************************/

// Student must not modify the code in this file.

public class Proj06 {

public static void main(String[] args){

new Proj06Runner();

}//end main

}//end class Proj06

//========================================================//

week 3

 1 page

Select a specific type of organization (such as a bank, a hospital, or some other) and imagine you are an IT professional working there. Go online and look for information about WinGate. Look for reviews, articles, and other information beyond what can be found on the vendor’s site. Based on your research, what advantages would this product offer to your organization? What disadvantages?  

Questions 2

 please answer below questions(plagiarism applies)

  1. What is a database management system (DBMS)?
  2. What are the properties of a DBMS?
  3. Provide three examples of a real-world database (e.g., the library contains a database of books).
  4. How is a DBMS distinguished from a file-based system?
  5. What is data independence and why is it important?
  6. What is the purpose of managing information?
  7. Discuss the uses of databases in a business environment.
  8. What is metadata?

Manipulating One-dimensional Arrays

 

 Allows user to enter numbers into an array of 20 integers. The numbers are inputted in such a way that the array is  kept sorted. The array may or may not be filled up. Include an error message to indicate a full array (e.g., “Cannot  accommodate any more inputs. The array is full.”). 

If the user does not want to continue entering numbers (or if the array is full), segregate the numbers into two (2)  other arrays, which means you will be manipulating three (3) arrays in this program. The second array will contain  all even numbers, while the third array will have all odd numbers. Note that the first array contains the original  sorted data. Also, determine and output the largest and the smallest numbers in each array, the sum, and the average. 

Make use of structured/modular programming. This means that it is expected that you will 

1. make use of parameter passing by value and with reference (using pointers), and 

2. reuse your functions (by calling them again but with different values passed to the parameters) 

I will be adding 3 screenshots (specifications) so that it will be easy to understand it. For anyone helping, it would so grateful, thank you in advance <3 

CPU Scheduling computing the average response time and througput in FCFS SJF MultiLevel FB

 

As discussed in the class, please finish the three functions:

(1) public static void FCFS(List ready_q)                 (20%)

Complete it by computing the average response time and througput.  

(2) public static void SJF_preemptive(List ready_q)        (40%)

Complete this function by using shortest job first algorithm in preemptive mode. You need to compute the average waiting time, average response time and throughput and print them out.

      – Processes are executed in the correct order (25%)

      – Correctly print out the average waiting time, average response time and throughput. (15%)

(3) public static void multiLevel_FB(List ready_q)          (40%)

Complete this function by using multi-level feedback algorithm. You need to compute the average waiting time, average response time and throughput and print them out.

      – Processes are executed in the correct order (25%)

      – Correctly print out the average waiting time, average response time and throughput. (15%)

 

Submission:

Feel free to modify the Process class as needed. So after you finish the code, you only need to turn in the “CPUscheduling.java” file

use Kali to crack the passwords.

     

Use the attached file called hashes and   then use Kali to crack the passwords.

You can use Hashcat is a password   cracking tool used by ethical hackers/ penetration testers to break down the   hash into a plaintext.

The best dictionary that   you can use is rockyou.txt wordlist.

You need to know the type of the hash function being used. This   can be done by hash-identifier.

 

Setup a windows XP image and follow the   instruction given in metasploitable part 2 where we have compromised windows   XP.

Follow the instruction and provide   screenshots for all the steps you did.

 

Configure a bootable USB that can be used to bypass windows   OS admin login

Problem 15- Org Behavior

1. The management of ethical behavior is one area where national culture can rub up against corporate culture. Discuss some differences in how individualist and collectivist cultures might view the difference in the management of ethical behavior in relation to corporate culture.

at least 3-4 pages in length, Times New Roman 12-pt font, double-spaced, 1 inch margins and utilizing at least one outside scholarly or professional source related to organizational behavior. This does not mean blogs or websites. This source should be a published article in a scholarly journal. This source should provide substance and not just be mentioned briefly to fulfill this criteria. The textbook should also be utilized. Do not use quotes. Do not insert excess line spacing. APA formatting and citation should be used.

Text

Title: Essentials of Organizational Behavior, Student Value Edition 

ISBN: ISBN-13: 9780135468890 

Authors: Stephen P. Robbins, Timothy A. Judge 

Publisher: Pearson 

Edition: 15TH