In: Operations Management
Create a vector of 100 integers PRG from 1 to 500. Find the max and min and print those out. Please use c++. Please use #include<iostream>, std::min_element, and std::max_element.
In: Computer Science
Using SHA 256 in Cryptool find the hash values (hash digests) for the following messages: (Show your work by capturing screen images)
In: Computer Science
Think about the two major ethical systems in our justice system. They are deontological and teleological ethical Taken together, these systems offer conflicting guidance on how to develop policies and take ethical actions.
Respond to the following: If you could choose only one system upon which to base the criminal justice system, which would it be? Explain your reasoning. Which system/s should not be used in criminal justice policy? Why not?
In: Operations Management
Activity #1 - Defining a Brand Image
You may prepare this activity in the following formats: Word Document, PDF, or PowerPoint.
Phase one:
Research one of your favourite brands. Define their Why-How-What. (Note: Do your research! For example, read the brand's website for their mission statement)
Phase two:
Search for 6 images that visually define the brand. Be sure to match the look and feel with your value proposition. (Note: Do not select and use images that represent their logo and products)
Phase Three:
Choose a digital channel that would be appropriate for the brand to use for marketing and provide justification on why that channel would be appropriate for communicating their value proposition. Then provide a suggestion of what type of content they could create for that channel.
In: Operations Management
use c++ language. Create a structure called time. Its three members, all type int, should be called hours, minutes, and seconds. Write a program that prompts the user to enter a time value in hours, minutes, and seconds. This should be in 12:59:59 format. This entire input should be assigned first to a string variable. Then the string should be tokenized thereby assigning the 1st token to hours, 2nd token to minutes, and 3rd token to seconds member variables of the structure called time. Finally inside a void Print_in_Seconds(void) member function of time structure, it should print out the total number of seconds represented by this time value: long totalsecs = t1.hours*3600 + t1.minutes*60 + t1.seconds
comment your code properly. do not use vectors
before coding explain it in simple words and use your own logic
In: Computer Science
Bandura (1998) argues that “the quality of health of a nation is a social matter not just a personal one,” (p.644), and he suggests that “if we are to contribute significantly to the betterment of human health we must broaden our perspective on health promotion and disease prevention beyond the individualistic level,” (p.647). Do you agree with his argument, and do you think his charge to health educators is feasible? Why or why not?
Please choose and respond to 3 of the following:
Use constructs from Social Cognitive Theory to explain why some can overcome great odds to change lives and behaviors, while others, apparently similar, are “stuck” and cannot change? What makes the difference?
1. How do cults and gangs use moral disengagement to change members’ behaviors, often in a negative manner?
2. Health educators can be mentors or advisors for behavior changes such as tobacco cessation or weight control, but think how this affects long-term change and maintenance. What are some strategies for improving maintenance of desirable behavior change?
3. Do professional helpers need to be part of the same social network as those they help, to be effective? Why or why not?
4. How have new technologies such as the Internet increased social networks? What are the benefits and hazards? Compare this to time when the telephone was a new technology and how it increased social networks. How do you think technology will expand again: what will next increase social networks?
In: Psychology
how many 1/2 teaspoons of salt will dissolve in 1/2 cup room temp. water and how many in boiling water and why?
In: Chemistry
Media and technology play a huge role in contemporary society. From the way we communicate, how we receive information, even subtle day to day activities are greatly influenced by media and technology. The advance of technological innovations uplifts societies, but can also be detrimental. For example, the automation of the American workforce. Just like many other things in our society, it has both positive and negative effects.
* First, identify a source of media – newspaper, magazines, television, social media, etc.
* then detail the positive and negative aspects of the source of media you have chosen.
* Secondly, give special consideration to how this form of media has influenced society and how it has affected the way people think, interact, or communicate with one another.
* Lastly, use the Functionalist, Conflict, or Interactionist perspective to analyze how the form of media you have chosen impacts society.
In: Psychology
Under EPA regulations, chemical waste that possesses at least one of four defined characteristics is classified as hazardous waste. Which of the following is not one of the four characteristics of hazardous waste?
reactivity |
corrosivity |
volatility |
toxicity |
2.,
Many organic chemicals can oxidize during storage to form
peroxides. What is the primary hazard associated with formation of
peroxides?
The peroxides formed can become shock sensitive if present in sufficient concentrations and may be an explosion hazard. |
Increased flammability. |
Increased risk of bladder cancer. |
All of the above |
3.
Which statement best describes the fire safety significance of the flash point of a liquid?
A lower flash point correlates to a higher fire hazard. |
A lower flash point correlates to a lower fire hazard. |
A chemical with a lower flash point is easier to extinguish than a chemical with a higher flash point. |
The flash point of a liquid has no significance to fire safety. |
Please give me answers!
In: Chemistry
What is linear regression forecasting? Illustrate a calculation for this method. When would linear regression be preferred to the methods of moving average, weighted moving average, and exponential smoothing? How can one assess if there is a meaningful regression relationship?
In: Operations Management
prepare a presentation on the history of computers. There are 5 main steps of creating a presentation; Planning, Organizing and Composing, Preparing, Rehearsing, and finally presenting. prepare a brief presentation on the history of computers as you walk through these steps.
In: Computer Science
DESCRIPTION
Create a program to calculate and print basic stats on a set of a given input values representing students' scores on an exam.
1) Ask the user for the total number of exam scores to be input (assume a positive integer will be given).
2) Create an array to hold all the exam scores and then get all the scores from input to put into the array. For example, if the user input 10 in step (1) then you should create an array to hold 10 double values (each of the 10 exam scores) and ask the user for the 10 values, one-by-one, to put in each spot.
3) Calculate and print the average (mean) score.
4) Print out a table displaying the number of each letter grade in the set of scores. Assign grades of A for scores of 90 and above, B for scores of 80 and above (but below 90), C for scores of 70 and above (but below 80), D for scores of 60 and above (but below 70), and F for scores below 60.
Sample output of program:
How many exam scores?
10
Enter the 10 exam scores:
95.6
98
100
96
84.2
82
80
77
66
62.1
Average score: 84.09
Grade - Count:
A - 4
B - 3
C - 1
D - 2
F - 0
Starter Code:-
import java.util.Scanner;
public class ExamStats {
public static void main(String[] args) {
//TODO: Complete the program
}
}
In: Computer Science
In: Operations Management
How can monitoring support evaluations in criminal justice policies?
In: Psychology