CISC 699 Applied Project - Homework 1
Requirement
Please illustrate the four different research processes in your own Please don’t copy and paste from the lecture notes. (15 points)
Please illustrate the general structure of a research paper. (15 points)
Please use dynamic programming to produce the optimal solution to the task assignment problem given as follows: (70 points)
Conditions:
2 cloud servers are available, Cloud A and B.
5 tasks are involved, Tasks 1, 2, 3, 4, and
Each task needs different execution time lengths and energy levels on different cloud servers. Detailed information refers to Table II.
Requirement:
Produce an energy mapping table showing the minimum energy level at each timing constraint. (50 points)
Create a task assignment plan to minimize the total cost of energy under timing constraint
Dynamic programming is required. (20 points)
Show your detailed steps; simply giving your final answer will only earn partial credits.
Table II. Information Table.
Task |
Cloud A |
Cloud B |
||
Time |
Energy |
Time |
Energy |
|
Task 1 |
1 |
4 |
2 |
3 |
Task 2 |
3 |
6 |
5 |
3 |
Task 3 |
5 |
6 |
3 |
8 |
Task 4 |
2 |
5 |
4 |
3 |
Task 5 |
2 |
4 |
3 |
2 |
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme