Entries by admin

AFL_Week_7_Discussion

Now that we are almost halfway through the course and you are working on the first graded problem set this week I would like you to reflect back on what you have learned over the last six weeks. In your post please share a topic we have studied that you feel will be beneficial in […]

Assignment With Help Of C Programming

#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #define MAX 6  int itemCount = 0; void Print(int intArray[]); int peek(int intArray[]) {     return intArray[0]; } bool isEmpty(int intArray[]){     return itemCount == 0; } bool isFull(int intArray[]){     return itemCount == MAX; } int size(){     return itemCount; } void enQueue(int data, int intArray[]){     if(!isFull(intArray)) {         intArray[size()] = data;         itemCount++; […]

Research Paper Assignment 3

Assignment 3: Capstone Research Project Due Week 10 and worth 410 points Project Parameters: You have been selected as the consultant to develop a business plan for Durango Manufacturing Company, which is a start-up, medium-sized public manufacturing company. The CEO has a background in manufacturing and is well versed in supply chain management. However, the […]

Week 6 Disaster Research Paper

Pick an industry/company to focus on for this assignment.  Based upon the given information you can find on the company and any past issues/breaches the company has gone through, create Crisis Management Plan Introduction brief background of company and any issues the company has had in the past such as data breaches Strategies and Management […]