how blockchain helpful for cloud computing
partA q1 cpp
Create a new C++ program named “partA_q1.cpp”
Write a program in C++ to calculate and display the kinetic energy (J) of a 2.4 kg mass when the user provides its velocity (km/h). Use the following equation:
1 =2× ×(
Question 2
Create a new C++ program named “partA_q2.cpp”
× 1000 2 60×60 )
Write a program in C++ that will let the user know whether a number that they enter is a multiple of eleven. Hint: If there is no remainder after dividing a number by eleven, that number is ***** multiple of eleven.
Question 3 [7 marks]
Create a new C++ program named “partA_q3.cpp”
Write another program that performs the same task as Question 2, but this program should allow the user to test another number, if they wish to do so.
(Hint: Modify your code from Question 2.)
Question 4 [15 marks] Create a new C++ program named “partA_q4.cpp”
Write a C++ program that uses a for() loop to calculate and display the sum of the following series, for a given the number of terms (n). n is to be provided by the user and must be greater than four.
= 1 + 1 + 1 +⋯+ 1
sin (1) sin (2) sin (3) sin (n) ππππ
What is Data Analytics – Part II?
For the final project and presentation in this course, you will need to propose a dataset to analyze. This proposal has four parts. You will choose your dataset, provide the background for that dataset (including why you chose it and where it’s from), provide information on the data itself, and provide an image from your imported data.
Please read the Project Proposal Instructions (located in this module) to fully understand all expectations.
Digital Forensics
Go online and research some tools that would be valuable in collecting both live memory images and images of various forms off media.
Put together a shopping list for your manager that includes tools needed to be purchased. Include a price if applicable. In 350 words.
Contruction -8 Assg
Read chapter 9
1. Draw a square with Visual Logic.
2. Draw a circle inside the square.
response project management
refer to the attached document
D1
Today’s Global Economy is very top-down driven with the government making all the decisions and regulations as it relates to doing business globally. What are some advantages and disadvantages to this approach? Is there another approach that might work better?
Please make your initial post and two response posts substantive. A substantive post will do at least two of the following:
- Provide extensive additional information on the topic
- Explain, define, or analyze the topic in detail
- Share an applicable personal experience
- Provide an outside source (for example, an article from the UC Library) that applies to the topic, along with additional information about the topic or the source (please cite properly in APA)
- Make an argument concerning the topic.
COMPUTER SCIENCE
You have been contacted by a small Ma’ and Pa’ company that is struggling to stay afloat in this high technology centered business environment. Most of its employees are over 50 years of age. The company however, is bringing in new employees who are five years or less out of college. The issue is that the current employees are having trouble keeping up with their younger counter parts. You have been hired by this company to develop a short training guide on ways to keep up with technologies in the work place for the company’s seasoned employees.
- Use the article, “Keep Up with Technology and Keep Your Career Afloat.” to help you.
Need it tomorrow by 4pm eastern time.
Assignment – Week 5: Mobile User Interface Design
People are using their mobile phone browsers more and more every day to find information about businesses, make product decisions and purchases, and even determine the quality of a business based on what they can find online. Write a seven to 10 (7 – 10) page paper in which you:
- How to Choose a Mobile Web Development Option.
- Research and discuss effective use of screen real estate.
- Compare and contrast different mobile platforms (i.e. Android, iOS).
- The tools of mobile interface design.
- Discuss mobile information design.
- Choosing mobile web options.
Your assignment must follow these formatting requirements:
- Use at least ten – twelve (10 – 12 ) quality resources in this assignment. Note: Wikipedia and similar Websites do not qualify as quality resources.
- Be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides; citations and references must follow APA or school-specific format.
- Include a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date. The cover page and the reference page are not included in the required assignment
Java program
Need a full program as described in the pdf(Jump Tables). Must do it in JumpTableMain file.