Research Paper

 Research Topic: MANAGING TRANSACTION PROCESSING USING MONGO DB

Rules:

APA Format , 14 – 20 pages 

SubTopics to be covered:

Introduction (3 – 4 pages) 

Problem Statement and Purpose of Research 

Relevance and Significance 

Research Questions  

Barriers and Issues  

Review of the Literature (6-8 pages) — 5 peer-reviewed literature sources do not create below subheadings. This for reference as to understand what all topics have to be covered under review of literature

Description of the research including who the target population was (if available) 

Research Method used to conduct the research (describe what the researcher(s) did to gather data for the research) Was survey distributed? How many questions? How many participants? 

 Was it a focus group? Was it a case study? Be explicit 

Findings: Indicate the findings as reported in the article 

Conclusion: What was the conclusion of the research 

Research Methodology (3 – 4 pages) 

Findings, Analysis, and Summary of Results (2 – 4 pages) 

Conclusions (2 – 4 pages) 

References  

NOTE: I am attaching a copy of detailed description on how to write the research report along with a sample example in the last 2 pages.

Research Paper

  

A Usability Evaluation examines the way users interact with products and services in order to achieve a goal. Often times, there are measures that are tied to those goals that are quantified. Academic literature has a robust catalog of research on studies that examine various perspectives that explore user attitudes and experiences. Such attitudes and experiences include:

  • Topic name: Memorability 

you are asked to explore one of these topics. You are to conduct an analytical research review of the assigned usability category/dimension above.

Each student will write a paper that consists of the following:

  • Introduction
  • Literature Review of Term

Considerations:

  • Must provide a minimum of seven sources that analyze      the term and its meaning
  • Must analyze and compare the term and how it was      evaluated by the authors/scholars in each study
  • Must evaluate the study method used to complete the      analysis.
  • Identify any unique similarities or differences across      each study.
  • Define your own term based on your understanding of the      literature you’ve evaluated.
  • Explain how you derive this definition.
  • Qualify/quantify the definition by explaining how many      sources you used to come up with this definition.
  • Make Recommendations of Additional Ideas for Future      Literature Review Consideration
  • The paper should be a minimum of 1200 words This does      not include the cover page, abstract, or citations. You must use APA      format throughout the entire paper.

PaperWork

 

you have read about server virtualization and cloud computing. For your written assignment this week, complete a case study of the organization you work for (use a hypothetical or “other” organization if more applicable) that will address the following prompts:

  • Describe the organization’s environment, and evaluate its preparedness for virtualization.
  • Explain Microsoft (or another product) licensing for virtualized environments.
  • Recommend a configuration for shared storage; make sure to discuss the need for high availability and redundancy for virtualization for the organization.
  • Explain Windows Azure capabilities for virtual machines and managing a hybrid cloud, including Windows Azure’s Internet as a Service (IaaS) and storage capabilities

Make a recommendation for cloud computer use in the organization, including a justification for your recommendations.

Submit your midterm research paper as a single document. Your paper should meet the following requirements:

  • Be approximately four to six pages in length (1200-1800 words), not including the required cover page and reference page.
  • Follow APA7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. 
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

Data types

Respond to the discussions below with 150 words or more.

 Abstract data types (ADTs) exist only conceptually, and do not have any  concrete existence in a language. Their purpose is to define behavior  and state management (Abstract data type, 2021). Queues are an example  of an ADT. General purpose data structures are a class level  implementation of the abstract data type that is a collection of data  values, their relationships, and the operations that can be applied to  said data (Data structure, 2021). These do exist in the form of code.  Data types are a concrete instance of a class in the form of defined  class objects. To put this into simpler terms, it is an attribute of  data which tells the computer how the data is intended to be used (Data  type, 2021). An integer is an example of a common data type. Each one of  these terms is defined differently, but they all work together.  Abstract data types define operations, general purpose data structures  implement said operations, and data types classify data by values and  operations. If a data type cannot specify any sort of concrete  implementation, then it is an abstract data type. Data structures are an  efficient way to store said data. Examples of data structures include  Linked Lists. Let’s take a closer look at the ADT and data structure  examples: queues and linked lists. A queue is an interface, which means  that it needs a concrete class for declaration (GeeksforGeeks, 2020).  This is what makes a queue an abstract data type. One of the most common  classes that queues use to declare data is a linked list. A linked list  is the implementation of a linear data structure where the elements are  linked using pointers and addresses (GeeksforGeeks, 2021). Queues do  not have concrete implementation and linked lists do. So, while a Linked  List can act as the physical implementation of a queue, a queue must  rely on a data structure for implementation. The distinction may seem  subtle at first, but the difference is important. 

cloud

q1. For this project, select an organization that has leveraged Cloud Computing technologies in an attempt to improve profitability or to give them a competitive advantage.  Research the organization to understand the challenges that they faced and how they intended to use Cloud Computing to overcome their challenges.  The paper should include the following sections each called out with a header. 

  • Company Overview:  The section should include the company name, the industry they are in and a general overview of the organization.
  • Challenges: Discuss the challenges the organization had that limited their profitability and/or competitiveness and how they planned to leverage Cloud Computing to overcome their challenges.
  • Solution:  Describe the organization’s Cloud Computing implementation and the benefits they realized from the implementation.  What was the result of implementing Cloud Computing?  Did they meet their objectives for fall short?
  • Conclusion:  Summarize the most important ideas from the paper and also make recommendations or how they might have achieved even greater success.

Requirements: The paper must adhere to APA guidelines including Title and Reference pages. There should be at least three scholarly sources listed on the reference page. Each source should be cited in the body of the paper to give credit where due.  Per APA, the paper should use a 12-point Time New Roman font, should be double spaced throughout, and the first sentence of each paragraph should be indented .5 inches.  The body of the paper should be 3 – 5 pages in length.  The Title and Reference pages do not count towards the page count requirements.

q2. You are required to use at least two sources (besides your textbook Chapter’s 16-18  (Jamsa, 2013).) to answer the above questions. 

1.Define and describe economies of scale and provide a cloud-based example. 50 words

       2.Define and describe “right sizing” as it pertains to cloud computing. 50 words

C++ programming

   

Payroll Lab

You will be taking in a file (payroll.txt) which details a number of departments (at least 1) and in each department are a set of employees (each department will have at least 1 employee or it would not appear on the payroll sheet). Your job is to read the file in separate out each employee and calculate the total values (hours, salary, number of employees) for each department and in each category (F1, F2, F3, F4). In your final submission please include the .cpp file which should work for any kind of payroll file I supply (which will naturally match the format of the examples below). Be sure to indicate in your submission file if you have attempted any of the bonus points .

   

An example file (note that your program needs to be able to handle any file formatted in a similar way):

The IT Department
Bill 8 hours 20 minutes 7hours 8hours 30 minutes 9hrs 10min 57 minutes F1
Betty 8hrs 8hrs 30min 7hrs 5min 8hrs 7hrs 10min F2
Brandon 10hours 10hours 5 minutes 9 hours 5 hours 55 minutes 9 hours 5 minutes F2
Brad 9hrs 8hrs 10hrs 12min 9hrs 4min 8hours 6min 3hrs 24min 1hr 6min F4

The Sales Department
Kyle $24,000 0.105 F3
Tyler $18,203 0.085 F3
Konner 8hrs 6hrs 5min 7hrs 6 hrs 9 hrs 8 min F2
Sam $30,011 0.045 F3
Kent 9hrs 8hrs 1min 9 hrs 7hrs 5 min 8 hrs 55min 6min 1hr F4

The Overseas Department
Jim $24,000 0.105 F3

Frank 7 hours 10 minutes 6hours 1 minute 1 hour 50 minutes 8hours 10min 1hour 34 minutes F1
Lester 8hrs 5min 8hrs 30min 7hrs 5min 8hrs 7hrs 10min F2
EOF

   

First there is the name of the employee, followed by a list of times (for f1, f2 and f4). The times are reported by a number of different systems and the hours and minutes may be represented differently. Hours and hrs, or Minutes an mins. The final times should be rounded to the nearest half hour, where for example 2 hours and 15 minutes would be 2.5 hours. The times may specify the hours and minutes or just one or the other. And yes they could only work for a few minutes (maybe they only run into work to sign a paper or something). The last in the row after the hours comes the pay grade (F1, F2, F3, F4). The number of hours recorded is based on the pay grade of the employee. F1 and F2s will have 5 numbers for their hours. F3s a bit different since they are commission based where a sales amount and a commission percentage is given. F3s are also assumed to work 30 hours if their commission is 10% or below and 40 hours if their commission is above 10%. F4s will have 7 numbers (as they are on-call during the weekend). Each of the pay grades will also have different pay calculations which are as follows:

F1 = The total number of hours * 12.15
F2 = (The total number of hours – 35) * 18.95 + 500
F3 = The total sales amount * the commission rate
F4 = The first 5 hourly totals * 26.55 + Any weekend hourly totals (the last 2) * 39.75

Your output to the screen should start with the department name, followed by the total pay for all of the employees, then the total number of hours, and the total number of employees. After that you should have a breakdown of each category of employee: F1 total pay and total hours, F2 total pay and total hours…

Each department will have at least 1 employee and each department will contain the word “Department.”

The IT Department
Total Salary: $##.##
Total Hours: ###
Total Number of Employees: ##
Roster: Bill, Bob, Betty, Brandon, Brad 

   

F1:
Total Salary: $##.##
Total Hours: ###
Total Number of Employees: ##

F2:
Total Salary: $##.##
Total Hours: ###
Total Number of Employees: ##

F3:
Total Salary: $##.##
Total Hours: ###
Total Number of Employees: ##

F4:
Total Salary: $##.##
Total Hours: ###
Total Number of Employees: ##

   

The Sales Department
Total Salary: $##.##
Total Hours: ###
Total Number of Employees: ##
Roster: Kyle, Tyler, Konner, Sam, Kent

   

F1:
Total Salary: $##.##
Total Hours: ###
Total Number of Employees: ##

F2:
Total Salary: $##.##
Total Hours: ###
Total Number of Employees: ##

F3:
Total Salary: $##.##
Total Hours: ###
Total Number of Employees: ##

F4:
Total Salary: $##.##
Total Hours: ###
Total Number of Employees: ##

   

Before coding your solution, take the time to design the program. What are the possible things that the file can have that you need to anticipate? What are the actions that you need to take (read the file, add up hours…)? Are those actions things that could be placed in separate functions? What about the function – can you guess some of the things that will happen? Such as, using substring to pull out part of a line in the file maybe using stoi to convert a string to an integer to add it to the total or creating variables to hold the employee type you find before passing it to another function. Finally, how are these functions called, what is the order and what information is passed to and from? 

Scoring Breakdown

25% program compiles and runs
30% program reads in and calculates the figures for output
10% the program is appropriately commented
35% outputs the correct information in a clear format 

5% bonus to those who can output the F# responses in a columned output like that shown above.
5% bonus to those who do a chart comparing the data at the end to show the relation between the pay grades and the amount of salary spent in each (they style of chart is up to you and more points may be given for more difficult charts (like a line chart):

   

B Department
F1 – 00000000
F2 – 000000
F3 – 00000
F4 – 000000000000 

K Department
F1 – 0
F2 – 0000
F3 – 0000000000
F4 – 0000000 

  

Or event something like this instead:

0
0 0
0 0 0
0 0 0 0
0 0 0 0
F1 F2 F3 F4

Click for more options

Research

 Operating Systems (or Topic approved by Instructor)

  1. Windows Client OS
  2. Windows Server OS
  3. Linux – Debian distribution
  4. Linux – Redhat distribution
  5. Android OS
  6. iPhone OS

What to Include:

  • Research the topic
  • Review (in detail) your selected Operating Systems (See list below; selection Must be approved by Professor)
    • An overview of the operating system including a short history and a statement of the main objectives of the operating system. A diagram of the system structure also would be helpful.
    • Most of the report should consist of descriptions of the various design decisions made for the operating system including, but not limited to:
      • Processor scheduling
      • Memory management
      • File management
      • I/O scheduling
      • Etc.
    • The report also should include a discussion of any unique characteristics of the operating system. You should point out the rationale behind the choices, any unexpected interactions between design choices, and places where you might choose differently and why.
    • Finally, your report should conclude with a discussion of why you would or would not use this operating system. That is, give a “personal reaction” to the features and capabilities of the operating system.

Paper Requirements: (175 points)

  • Minimum: 10 pages, Maximum: 15 pages.
    • Including the following: Font: New Times Roman, 12 pts, full-page illustrations are not counted as a page.
    • I’ll check subject matter, contents, linkage, exhibits, etc…
    • Page 1, Title page: subject title, your names (Group and individual’s), my name, course number, and title.
    • Page 2, Abstract
    • Page 3, Table of contents page (although this is not an APA requirement, it is a this is a course requirement).
    • Page 4 to 19, Body pages: 15 text pages max.
    • Page 20, Reference page. References will be checked and Safe Assign (a Plagiarism Checker will be used)
    • Use the APA template:
    • APA Example Sixth Edition Click for more options APA Example Sixth Edition – Alternative Formats   – Word Document (29 KB)