Week 3

 In order to complete assignment #3 you will need to answer the below questions. Please complete the questions in a Word document and then upload the assignment for grading. When assigning a name to your document please use the following format (last name_Assignment #3). Use examples from the readings, lecture notes and outside research to support your answers. The assignment must be a minimum of one (1) full page in length with a minimum of two (2) outside sources. Please be sure to follow APA guidelines for citing and referencing source. Assignments are due by 11:59 pm Eastern time on Sunday.

                                ( Question below)

Using the Internet as a resource, develop a security checklist for an SQL Server. 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Project 1

Please review the Todo Project document and write a project based on the requirement. Also, please check the Criteria doc for points.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Computer Architecture March 22

Amazon Pay by Palm?

https://youtu.be/4WaOq3wQlxI

Read Article: Police Used 911 Call Analysis to Arrest a Mother on Murder 

Discussion Questions: 

  • How does Amazon’s pay by palm work?
  • What are the privacy-related issues with storage of palm and other biometric data? 
  • What are some potential risks with using Amazon’s Pay by palm innovation? 
  • Which states have laws on the use of biometric data? 
  • What are some ways to protect yourself from misuse of your biometric data? 
  • Should US be allowed to collect biometric data as part of immigration procedures? Why?

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Question 1

Please answer the question and it has plagiarism check. 

Using the five-paragraph format, discuss what makes a good visualization. This paper should be single-spaced. It should have a meaningful title. It must include 3 quotes from the text and/or expert sites found in the library’s research databases. All quotations should be set off by quotation marks and should be cited properly in APA format.  

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

IT Project management part four

 Look at your project and consider potential risks your project may face. Create a risk matrix looking at at least three potential risks and create a related risk matrix. 

 You can find others on the internet as well. Here are a few examples:  

https://templatelab.com/risk-register-templates/

https://www.sketchbubble.com/en/presentation-risk-register.html

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Write a 2-page paper Explaining the reasons why you are attending College.

IMPORTANT!!

A  research paper presents the results of your investigations on a  selected topic. Based on your own thoughts and the facts and ideas you  have gathered from a variety of sources, a research paper is your own  synthesis of these facts and ideas, with complete documentation of where  those facts and ideas came from. In this sense a research paper is a  new work that you create by consulting several sources to answer a  research question.

A  research paper is not a summary of an article or book or a collection  of summaries of articles or books. You should demonstrate that you  understand the problems by interpreting and evaluating the information  you present.

The  purpose of writing a research paper is two-fold: (i) to broaden your  knowledge of a specific topic, and (ii) most importantly to help you  gain experience in writing such papers: the experience in gathering,  interpreting, and documenting information, developing and organizing  ideas and conclusions, and communicating them clearly by itself  constitutes an important part of your education.

Structure

  1. Introduction: Statement of the problem by providing background information and outlining what you intend to do in the  

        body of the paper. The Introduction should end with a paragraph describing what is done in each section of the paper.

  1. Body: Presenting the results of your research in an organized and consistent manner. It should be clearly seen that you  

         understand the material well. Use every opportunity to analyze  critically different views on the subject you are presenting – this 

         is the best way to demonstrate understanding. You must avoid  writing mere summaries of what other authors have written on 

        the subject. Give your opinion. The body of the paper should itself be divided into sections – see FORMAT below.

  1. Conclusion: Summary of the most important results of your research discussed in the body of the paper.

Specific Research Paper Format

Please note the following specific requirements for the research paper. They are to appear in the order that they are listed: 

  1. A Title Page with: 
  2. The paper title 
  3. Your name, the course, and the date 
  4. The professor’s name 
  5. A Research Paper with: 
  6. Begins with an Introduction 
  7. Has a well-organized Body divided into Sections and Subsections
  8. Ends with a Conclusion or Summary
  9. A Reference or Bibliography
  10. Personal Reasons for Attending College
  11. Reason 1
  12. Reason 2
  13. Reason 3
  14. Reason 4

Additional Requirements

These additional requirements are geared toward producing the final printed work:

  • 1-inch margins only 
  • 12-point font 
  • Double spaced lines 
  • Sections and subsections divided by one blank line 
  • No blank lines between paragraphs in the same section 
  • Single spaced references/bibliography 
  • No one-sentence paragraphs 
  • Number all pages except the Title Page 
  • The paper should be well-structured and should demonstrate your ability to analyze the problems you are writing on.
  • The paper should contain no typos and no basic grammar mistakes.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

xcode

This is a basic slideshow app to show 10 cat images, attached to this  assignment (Cats.zip). You need design your app following below sketch. You will need to show all ten images automatically or manually. After  last picture, your app should show the first picture in circular way.   User can touch left and right buttons to navigate thru pictures  manually. Play button automatically shows pictures. Stop button stops  the slideshow. The delay between pictures are 3 sec by default. However  user can change delay time by going setting view of the app. This app is similar to MathGame in terms of how to setup the views. Also, you will need to use timer class. Submit your zipped Xcode project file.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

C programming for distributed systems

Description:

You are asked to develop a replicator (client) that distributes a large job over a number of computers (a server group) on a single switched LAN (our Linux lab). In this assignment, a large (simulation) job can be divided into a number of small jobs, each of which can be assigned to one machine from the server group for execution. The execution results of the small jobs can be merged once all of them successfully terminate.

System Architecture:

  client             server1       server2        server3 ...
     |                      |                 |                  |
     |                      |                 |                  |
     |       LAN        |                 |                  |
     |------------------|--------------|---------------|-----

The client and servers are running Network File System (NFS) so that user files are visible at $HOME directory. You may want to set up the following environment:

  • $HOME/replicate.hosts: a list of (server) hostnames which participate in the simulation.  There is no reason why your implementation cannot support up to 10 servers.
  • $HOME/replicate_out: the directory that stores the small job execution result.

The simulation program ” hyper_link ” (binary) is provided. In this assignment, you don’t need to know or care what “hyper_link” does, and actually it is a computing intensive (CPU demanding) simulator. The command line arguments of “hyper_link” are job# 1000000 999 1 2 2 100, where the job number determines the number of small jobs in your simulation. To allow the client to run a large job, the job# should be given in a tuple: start, end, and step. For example, the command (from the client) “hyper_link 1 100 1 1000000 999 1 2 2 100” yields 100 small jobs with the job# starting from 1 to 100. Each small job produces a screen output (see example below) at the end (if finished successfully). Your code needs to redirect the output to a file and save it in $HOME/replicate_out. For example (on the server side),

./hyper_link 1 1000000 999 1 2 2 100

will produce a screen output looks like (it takes approximately 2 minutes on spirit):
1:1000000:999:2:0.5:1.125193e+00:2.454346e-04:6.251640e-01:2.205078e-04:0.000000e+00:0.000000e+00

Requirements:

  1. The communications between the replicator and servers are achieved through remote procedure calls in the client-server fashion.  You can only use C programming lanuage to complete this project.  Your implementation should not rely on any extra library (to compile your code).  
  2. A user interface is required for the replicator to control the server. A command line interface will be acceptable. A (working) graphic user interface (GUI) will impress the instructor and earn up to 20 bonus credits. Your client interface should at least support the following operations.
    • start a large job. For example: hyper_link 1 100 1 1000000 999 1 2 2 100 (start 100 small jobs with job number starting from 1 to 100)
    • show the current CPU load of a certain server (if the server is active).
    • show the current server status (active or inactive).
    • stop a certain server.
    • restart a certain server.
    • For those who are going to implement GUI, you need to create an icon for each server, and show the server status in the real time, e.g., the CPU load (with the mark of hi-threshold), active/inactive, etc.
    • The hi-threshold and lo-threshold can be set to the pre-determined values (as long as they are reasonable).  Alternatively, you will impress the instructor by implementing the configurable threshold values during the run.  If that is the case, you have to provide two extra commands that set the values.
  3. The replicator has to make sure all small jobs are successfully finished.
    • If a server crashes (or not responsive), the running job (not finished yet) will be killed and rescheduled (at a certain time per your design) for execution.
    • If a server CPU load exceed the preset threshold (the higher threshold), the replicator stops the server (and therefore kills the job).
    • The replicate should keep polling the CPU load of the stopped server. Once the load becomes lower than the lower threshold (a preset value), the server should be reactivated to run the jobs.
    • The replicator can also stop any server (through user interface) if needed. Once happened, the unfinished job will be killed.
    • If a job terminates abnormally (e.g., being killed), the replicator has to reschedule the job execution later.
  4. Makefile: you need to provide a Makefile that allows the instructor to compile your code by simply typing “make”.
  5. Write-up: you are required to write a README document (in txt format) that describes your project design detail and the execution sequence (with the commands). In particular, please explicitly state which part, if there is any, does not work and the possible reasons why that module does not work. For those working modules, please give a brief (in short) sample output.

Hints:

  1. RPC programming: a brief (Sun) RPC programming introduction is given in the class.
  2. CPU load: please check /proc/loadavg for the CPU load information in Linux.
  3. Linux signal: the signal mechnism must be used to control the simulation execution at the servers.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Topics: 1, 2 , 3 , 4,

Term Project – Research Paper Presentation Content

Final Term Project – Term Project – Research Paper & Presentation document for detailed information about requirements for the content of the Presentation

Include at least 12 slides (of content) that include the following (note that each group should select 2 slides for 2 topics marked below with 2 slides,presentation should total at least 12 slides):

1. Title Page: APA 7 formatted Title Page.

2. Introduction – 2 slides

3. Background – 2 slides

4. Root Cause of Problem – 2 slides

5. What Went Wrong – 2 slides

6. Literature Review

7. Discussion – 2 slides

8. Recommendations – 2 slides

9. Conclusions – 2 slides

10. Reference Page: APA 7 formatted Reference Page.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Topics: 1, 2, 3, 4

Topics:

1.Ponzi scheme, 2. Poverty in Pakistan, 3. What have researchers learned about network security issues in social media. 4. Effect of Test Anxiety on Academic Performance among Medical Students. 

Here you will submit your entire semester’s worth of work in the form of a complete research paper: 

In class, we learned how to create an introduction paragraph for your paper with a thesis statement, in addition to a conclusion paragraph to your paper. If you missed class, be sure to watch the recording. 

  1. REVISE any mistakes made in your Draft submission of your complete Literature Review
  2. REVISE any mistakes made in your Draft submission of your Discussion 

Once you have made all required revisions, prepare for final submission in APA 7 – ALL paragraphs MUST be indented — p. 64 in Foundations for a full outline

YOU MUST CHECK YOUR SIMILARITY AND MAKE REVISIONS BEFORE SUBMITTING IT HERE FOR GRADING:

APA 7 Compliant Title Page – your title is your research problem (10 pts) 

  • Top of p. 2, centered and bold is the EXACT title that is on your title page 
  1. the main introduction paragraph to your entire research paper.
    Opening Sentence: p. 6a in Final Mission Packet
  2. Thesis Statement: p. 7a in Final Mission Packet 
  3. Introduction paragraph with thesis statement — Final Mission Packet (10 pts)
  4. Level 1 heading “Literature Review” — place your complete, revised Literature Review here — (level 2 headings for any subheadings) intro, review of literature, analysis of literature (25 pts)
  5. Level 1 heading “Discussion” — place your complete, revised Discussion — (level 2 headings for anything else, such as Recommendation (25 pts)
  6. Level 1 heading “Conclusion” — Final Mission Packet (10 pts) 

APA 7 Compliant References Page with ALL sources listed in-text (15 pts) 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now