Length: Minimum of 600 words Create a portfolio related to work experience in IT. Submit a file that outlines any projects you have worked on as a student or professional that may influence a hiring manager or company to hire you.
CLoud Computing Questions
1. 250 words
Discuss the pros and cons of using a blog to present content on behalf of a company. Discuss the type of content for which a blog may be most appropriate. Use at least one source to support your discussion. Reference your source in APA.
2. 250 words
CASE 6-3 Dropbox Cloud-Based File Sharing and Synchronization (15 pts)
Most users today manage their content on a variety of devices. Dropbox is a cloud-based storage facility for photos, documents, and other digital content. Dropbox provides a convenient folder, as shown in Figure 6-7 of you Jamsa (2013) textbook. In one page, discuss the benefits of having web-based access to a cloud storage area.
The paper must adhere to APA guidelines including Title and Reference pages. There should be at least one source listed on the reference page. Each reference cited in the text must appear in the reference list, and each entry in the reference list must be cited in text. APA requirements for this class include:
- A title page
- 12-point Time New Roman font
- Your paper should be typed and double-spaced with 1″ margins on all sides
- The first sentence of each paragraph should be indented one tab space
- All papers should contain the page number, flush right, in the header of every page. Use the automatic page-numbering function of your word-processing program to insert page numbers in the top right corner; do not type page numbers manually.
- APA 7th edition in-text citations
- Reference page
The Title and Reference pages do not count towards the page count requirement. This paper should be written in third-person. The third-person point of view belongs to the person (or people) being talked about. The third-person pronouns include he, him, his, himself, she, her, hers, herself, it, its, itself, they, them, their, theirs, and themselves (Not I, we, us, our).
PL11
Read this https://time.com/5168202/russia-troll-internet-research-agency/ explaining how Russian trolls spread fake news. Discuss in 500 words whether the government should regulate Facebook more closely
linux
1. For this discussion topic, you will need to research methods of dealing with add in hardware devices and how they work with virtualization. Add in hardware would be items outside of the standard server configuration and might include things like USB license keys, barcode scanners, specialty video cards etc. As part of the discussion you will want to identify the type of hardware you found and some recommended solutions for making it work with a virtual server.
2. For this assignment, you need to investigate what options the hypervisor you recommended in your type 1 hypervisor compare assignment have to provide highly available services. How do these items tie into what you read about in the chapter and which ones would you recommend implementing? While you investigate the process of making your virtual machines highly available, what else did you run across that could have an impact on the availability of your machines and services that is outside of the control of your hypervisor? Write up a summary of the features of the hypervisor you choose, a brief section on the non-hypervisor factors and your recommendations for which features are most important to implement to ensure the best availability of your virtual machines. (which i used Oracle VM)
Block chain & finance
Prepare an 8 page APA style paper using the resources you have read in this course and at least 3 additional peer reviewed resources. Follow the writing requirements for this course. Include an introduction and conclusion in the paper. This paper should address the following questions:
(1) Does Blockchain technology have the potential to cause a shift in financial business practices that many experts are predicting? Explain why or why not. Support your answer with research.
(2) Is there evidence to suggest that Blockchain technology will change the way finance is applied and practiced? If there is, discuss that evidence. If there is not, what issues exist that impede its adoption?
(3) Which functions of financial management could be most impacted by Blockchain technology? How might the financial functions change? Support your answer with research.
Course writing requirements:
References must be cited within your paper in APA format. Your reference page and in-text citations must match 100%. Papers without in-text citations will earn failing grades.
Always include a cover page and reference page with all submissions (even initial discussion posts)
Provide the exact web link on the reference page citations for all online sources – do not provide just the home page, but the exact link – I check all sources
No abbreviations, no contractions – write formally
Write in the third person formal voice (no first or second person pronouns)
Write more than the minimum requirement of the word count assigned
As always, the word count is only for the body of the paper – the cover page, reference page, and / or Appendix (if included) do not count towards the word count for the paper
Indent the first line of each new paragraph five spaces
Refer to the example APA paper in the getting started folder under the content tab if you need an example. Also, a Power Point is provided under the information tab that addresses APA format.
Use double-spacing / zero point line spacing, a running header, page numbers, and left justify the margins.
Week 8 Discussion – Cyber Law
Describe an instance of plagiarism or other use of another’s intellectual property with which you are familiar. Please give one argument condemning this conduct and one argument defending it.
Response should be in 450 words. Please add references in APA fomrat.
The Meat Lady Dilemma
Mrs Parker owns and operates a meat shop that processes and packages parcels of minced meat that is being sold to schools in the US. Her scales are all calibrated to perform measurement in pounds, however when the parcels are packaged, they need to be labelled in ounces. Mrs Parker has established that 1 pound is equivalent to 16 ounces. In each production cycle, 250 packs of meat are processed and the weight in pounds varies for each package. Mrs Parker is also interested in knowing the total costs, the total revenue and the total profit of each production run, given that the costs to produce and package an ounce of meat is US $0.25 and that the selling price of an ounce of meat is US $0.55. Because you are a budding Software Engineer, she has sought your assistance in creating a software solution that can be used within the business establishment.
Required: A. Specifically identify the type of control structure which is needed to process the meat in each production run and provide a reason for your choice (4 marks)
B. Your solution needs to represent the meat packages which are to be processed, how would you represent this appropriately in your program and what has guided your choice? (4 marks)
C. Construct a C# program that will solve Mrs Parker’s dilemma by making use of the choices made above.
i. Implementation of the control structure to process the meat (2 marks)
ii. Implementation of the meat packages to be processed (2 marks)
iii. Calculation of costs, revenues, and profits (6 marks)
iv. Appropriate program outputs displayed to the user