Search you-can-also-use-matlab-but-code-is-needed

You can also use matlab but code is needed

 
 

Top Questions

1.CSE 1300 Problem Solving Practice Conditional Statements Question 1: Student Fees All KSU students pay fees in addition to their tuition. Using the code ...

nts pay fees in addition to their tuition. Using the code provided below as a starting point, write a conditional statement that determines how much a student will pay in fees. • Students registered for 1 – 4 hours pay $843 in student fees. • Students enrolled in 5 or more hours pay $993 in student fees. The program should also display a message to students who have not enrolled in any classes: “You are not enrolled in any classes right now.” NOTE: You must use the variables included in the code snippet get credit for this question. import java.util.Scanner; class Main { public static void main(String[] args) { int creditHours; int fees = 0; Scanner myScanner = new Scanner(System.in); System.out.print("Please enter the number of credit hours you are taking this term: "); creditHours = myScanner.nextInt(); myScanner.close(); //YOUR CODE GOES HERE } } Break the Problem Down Answer the following questions, then use the information to write your code. What are the inputs in the pseudocode above? (INPUT) What are we storing in the pseudocode above? (MEMORY) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 2: Block Tuition The cost of KSU’s tuition is determined by the number of credit hours a student enrolls in. Using the chart below, write a conditional statement (ONLY) that sets the value of a tuition variable to what that student will owe. NOTE: For this problem you can assume that all students are enrolled in a minimum of 12 hours. Number of Credit Hours 12 13 14 15 or more Cost (in USD) $2224 $2410 $2595 $2718 Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 3: Class Standing Undergraduate students will be classified based on the number of earned institutional hours. • Freshman: • Sophomore: • Junior: • Senior: 0 - 29 hours 30 - 59 hours 60 - 89 hours 90 hours or more Write a complete program that prompts the user for the number of credit hours they have completed. Write a conditional statement that prints out their class standing based on the information they provided. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Please enter the number of credit hours you have earned: 29 You are a freshman. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 4: Maximum Course Load KSU’s policy on maximum course loads during the academic year is as follows: A student in good standing may register for up to 18 hours. The Registrar may approve up to 21 hours for students with an institutional GPA of 3.5 or higher. Students Write a complete program that prompts the user for the number of credit hours they have signed up for. Write the necessary conditional statement(s) to address the stipulations in KSU’s policy. Once the maximum number of hours is determined, display a message to the user that states “You may enroll in X credit hours this semester.” where X is the number of credit hours determined by your program. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Please enter your GPA: 3.75 You may enroll in up to 21 credit hours this semester. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 5: First-Year Seminar All first-year full-time students entering Kennesaw State University with fewer than 15 semester hours are required to complete a First-Year Seminar. Students with 30 or more credit hours are not eligible to enroll in a First-Year Seminar. Write a complete program that prompts the user for the number of credit hours they have completed. Write the necessary conditional statement(s) to address the stipulations in KSU’s policy. When you run your program, it should display one of the following messages to the screen: • You must enroll in First-Year Seminar. • You do not have to take First-Year Seminar. • You are not eligible for First-Year Seminar. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Enter the number of credit hours have you completed: 30 You are not eligible for First-Year Seminar. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java
View More

2. Take me as someone who has always had an interest in air pollution, but doesn't have the time to learn ...

earn about it independently. I am hiring you to learn all that you can about it and put together a report that will summarize all the information so that I can learn as much as I can in as little time as possible. Here is what you need to include in your report: An explanation of air pollution. What is air pollution? // Explain 4 causes of air pollution. Explain 2 sources of air pollution. What are the toxins or pollutants that contaminate the air? Explain at least 5 effects of air pollution on human health and/or the environment. Explain 3 solutions to stopping air pollution. What can be done by the government or private organizations? Work cited page should also be included, listing all the sources you used to get your information. THIS REPORT SHOULD BE TYPED AND ORGANIZED IN 5 OR MORE PARAGRAPHS. READ THE RUBRIC BELOW CAREFULLY TO UNDERSTAND HOW THIS PROJECT WILL BE GRADED!! WORKS CITED PAGE General guidelines for citing sources: List entries alphabetically by author (if no author list title first) Separate entries with periods General format: Author, last name first. "Webpage title." Website title. Date published/updated. Organization/publisher. Date accessed. < URL > Example: Landsberger, Joseph. “Citing Websites." Study Guides and Strategies . 12 May 2005. University of X. 13 May 2005. < http://www.studygs.net/citation.htm >. These websites will format your citations for you: http://citationmachine.net/ & http://easybib.com/ **You should use google slides or powtoons to put together your information. You should have a minimum of 6 slides not including the title slide with your name.** DUE FRIDAY, APRIL 3, 2020 Rubric Criteria Points Information Included Three or more required elements are missing (not including additional facts). (20 points) 1 or 2 required elements are missing (not including additional facts). (30 points) All required information is present, but no additional information is given. (40 points) All required information is present, including two additional facts. (50 points) _________ Quality of information Information has little or nothing to do with the main topic OR sections do not provide any supporting detail or explanation. (5 points) Information clearly relates to the topic, but some sections are lacking detail and explanation. (10 points) Information clearly relates to the main topic and all sections include some supporting detail and explanation. (15 points) Information clearly relates to the main topic and all sections include significant supporting details and explanation. (20 points) ________ Format Title page is not present at all AND/OR there are errors in typing, spacing, no picture, etc. (5 points) Product has improperly formatted title page AND/OR no picture or not creative. (8 points) Product has incorrectly formatted title page and has pictures. (12 points) Product has a title page in the proper format, has pictures and is creative. (15 points) ________ Spelling/Grammar 5 or more grammatical, spelling or punctuation errors present throughout the product. (2 points) 3-4 grammatical, spelling or punctuation errors present throughout the product. (3 points) 1-2 grammatical, spelling or punctuation errors present throughout the product. (4 points) No grammatical, spelling or punctuation errors present throughout the product. (10 points) ________ Works Cited Works Cited page not present. (2 points) All sources are documented with 3-4 errors in format OR Works Cited is not done a separate page. (3 points) Works Cited is done on a separate page and all sources are documented with 1-2 errors in format. (4 points) Works Cited is done on a separate, properly headed page with all sources documented in proper Works Cited format. (5 points) ________ Total _____/100
View More

3.Can domestic dogs understand human body cues such as leaning? The experimenter leaned toward one of two objects and recorded ...

two objects and recorded whether or not the dog being tested correctly chose the object indicated. A four-year-old male beagle named Augie participated in this study. He chose the correct object 42 out of 70 times when the experimenter leaned towards the correct object. (a) (2 points) Let the parameter of interest, π, represent the probability that the long-run probability that Augie chooses correctly. Researches are interested to see if Augie understands human body cues (better than gussing). Fill in the blanks for the null and alternative hypotheses. H0 : Ha : (b) (6 points) Based on the above context, conduct a test of significance to determine the p-value to investigate if domestic dogs understand human body cues. What conclusion will you draw with significance level of 10%? (If you use an applet, please specify which applet you use, and the inputs.) (c) (5 points) Based on the above context, conduct a test of significance to determine the p-value to investigate if domestic dogs understand human body cues. What conclusion will you draw with significance level of 5%? (If you use an applet, please specify which applet you use, and the inputs.) (d) (2 points) Are your conclusions from part (b) and (c) the same? If they are different, please provide an explanation. (e) (5 points) Shown below is a dotplot from a simulation of 100 sample proportions under the assump- tion that the long-run probability that Augie chooses correct is 0.50. Based on this dotplot, would a 90% confidence interval for π contain the value 0.5? Explain your answer. (f) (4 points) Compute the standard error of the sample proportion of times that Augie chose the object correctly. 1 (g) (5 points) (h) (3 points) question? (i) (4 points) (j) (4 points) A. B. C. Construct an approximate 95% confidence interval for π using the 2SD method. What is the margin of error of the confidence interval that you found in the previous How would you interpret the confidence interval that you found in part (g)? Which of the following is a correct interpretation of the 95% confidence level? If Augie repeats this process many times, then about 95% of the intervals produced will capture the true proportion of times of choosing the correct objective. About 95% times Augie chooses the correct objective. If Augie repeats this process and constructs 20 intervals from separate independent sam- ples, we can expect about 19 of those intervals to contain the true proportion Augie chooses the correct objective. (k) (4 points) object 21 out of 35 times. Conjecture how, if at all, the center and the width of a 99% confidence interval would change with these data, compared to the original 2SD 95% confidence interval. The center of the confidence interval would . The width of the confidence interval would . (l) (4 points) Suppose that we repeated the same study with Augie, and this time he chose the correct object 17 out of 35 times, and we also change the confidence level from 95% to 99%. Conjecture how, if at all, the center and the width of a 99% confidence interval would change with these data, compared to the original 2SD 95% confidence interval. Suppose that we repeated the same study with Augie, and this time he chose the correct The center of the confidence interval would The width of the confidence interval would . .
View More

4.Objective​: To write a “newspaper” article based on the events in Alice’s Adventures in Wonderland. Characteristics of a Main News Story: 1. ...

erland. Characteristics of a Main News Story: 1. General Content:​ Start with the facts: who, what, when, where, how (feel free to fabricate unknown details for the purpose of this project) 2. Interviews:​ Provide no less than one “interview” in which characters involved are quoted in response to the event 3. Tone:​ Be objective in tone. A quality news story is devoid of opinion or conjecture. Represent both sides of the issue if multiple viewpoints exist. It may mean getting interviews from differing parties. 4. Headline: ​Don’t underestimate the importance of the headline. Reporters use sensationalized and emotionally charged language to catch the reader’s attention. This can be a challenge because you also keep a headline concise. 5. Structure:​ ​Inverted pyramid ​structure​. Journalists usually describe the organization or ​structure​ of a ​news story​ as an inverted pyramid. The essential and most interesting elements of a​ ​story​ ​are put at the beginning, with supporting information following in order of diminishing importance. 6. Length:​ CPS: 500 words minimum; Hon: 600 words minimum 7. Format: ​MLA, submit a Google doc Possible events: 1. The Pool of Tears
View More

5.Macroeconomic powerpoint presentation on Inflation vs deflation. Below is the Assignment description: This course has a Final Project which is ...

: This course has a Final Project which is in the form of a PowerPoint presentation (you may also use Google Slides). You can choose a topic from this semester or something you come up with yourself, but your presentation must be about economics and be original (i.e. not just material verbatim that you have pulled from your text/readings or off the internet). Of course, you can still insert charts, graphs, videos, graphics and excerpts from outside sources (as long as you cite those sources!) I want to see your commentary and analysis, in your own words. IMPORTANT: Copying the work of others and representing it as your own (ex. copy and paste off of the internet or your text, OR using someone else's work and just changing a few words) is Plagiarism, a serious academic offense. I have enabled the Turnitin plagiarism checker for this assignment, to help you identify potential areas of plagiarism. Papers that are substantially plagiarized will NOT be accepted for grading. Although the format is a Power Point, I want to emphasize that this is NOT like your typical Power Point, which is basically an outline for a live presentation. Your project must be substantially loaded with content. The first slide should be your Introduction slide, the next 10-15 slides should be informational slides, the second to last slide should be your conclusion (which summarizes your presentation) and the last slide should be the reference slide. Make sure you review the rubric below BEFORE you start your project, so that you are clear on how your project will be graded. NOTE: The due date is Wednesday, 12/16. A 20% late penalty will be assessed every day for assignments submitted past this date. PLEASE contact me if you have any questions about the requirements of this project, plagiarism, citations...or any other concerns! Rubric: Final Project Presentation Criteria Ratings Pts Introduction 5.0 pts Excellent/Good 3.0 pts Satisfactory/Needs Improvement 1.0 pts Unsatisfactory 5.0 Content 35.0 pts Excellent/Good 25.0 pts Satisfactory/Needs Improvement 15.0 pts Unsatisfactory 35.0 Conclusion 5.0 pts Excellent/Good 3.0 pts Satisfactory/Needs Improvement 1.0 pts Unsatisfactory 5.0 Organization 15.0 pts Excellent/Good 10.0 pts Satisfactory/Needs Improvement 4.0 pts Unsatisfactory 15.0 References and Citations 10.0 pts Excellent/Good 7.0 pts Satisfactory/Needs Improvement 3.0 pts Unsatisfactory 10.0 Total points: 70.0
View More

6.ou are a consultant who works for the Diligent Consulting Group. In this Case, you are engaged on a consulting ...

consulting basis by Loving Organic Foods. In order to get a better idea of what might have motivated customers’ buying habits you are asked to analyze the ages of the customers who have purchased organic foods over the past 3 months. Past research done by the Diligent Consulting Group has shown that different age groups buy certain products for different reasons. Loving Organic Foods has sent a survey to 200 customers who have previously purchased organic foods, and 124 customers have responded. The survey includes age data of past customers who purchased organic foods in the previous quarter. Case Assignment Using Excel, create a frequency distribution (histogram) of the age data that was captured from the survey. You should consider the width of the age categories (e.g., 5 years, 10 years, or other). That is, which age category grouping provides the most useful information? Once you have created this histogram, determine the mean, median, and mode. After you have reviewed the data, write a report to your boss that briefly describes the results that you obtained. Make a recommendation on how this data might be used for marketing purposes. Be sure to conduct adequate research on organic foods industry, organic market analysis, and healthy food industry using IBISWorld database or other databases such as Business Source Complete (EBSCO) and Business Source Complete - Business Searching Interface in our online library. Provide a brief description on the industry background and the consumer changing attitudes and behavior toward healthy lifestyles. Also identify the customer demographics of organic food industry and explain how the customers of Loving Organic Foods are different from this target market. Data: Download the Excel-based data file with the age data of the 124 customers: Data chart for BUS520 Module 1 Case. Use these data in Excel to create your histogram. Assignment Expectations Excel Analysis Complete analysis in Excel using the Histogram function. Please watch the following video which covers how to create a histogram in Excel: https://www.youtube.com/watch?v=GL91GrVf3EY If you are not so familiar with Excel, refer to the following link on Excel training videos: https://support.office.com/en-us/article/Excel-training-9bc05390-e94c-46af-a5b3-d7c22f6990bb?ui=en-US&rs=en-US&ad=US Check the professional market research reports from the IBISWorld database to conduct the industry analysis. IBISWorld can be accessed in the Trident Online Library. IBISWorld Overview (n.d.). IBISWorld, Inc., New York, NY. IBISWorld Forecast (n.d.). IBISWorld, Inc., New York, NY. IBISWorld Data and Sources (n.d.). IBISWorld, Inc., New York, NY. IBISWorld Navigation Tips (n.d.). IBISWorld, Inc., New York, NY. Written Report Length requirements: 4–5 pages minimum (not including Cover and Reference pages). NOTE: You must submit 4–5 pages of written discussion and analysis. This means that you should avoid use of tables and charts as “space fillers.” Provide a brief introduction to/background of the problem. Provide a brief description of organic food industry and target market characteristics such as their demographics, lifestyles and shopping behaviors. Provide a written analysis that supports your Histogram age groups (bins). Based on your analysis of the histogram data, provide complete and meaningful recommendations as the data relates to Loving Organic Foods’s marketing strategy. Write clearly, simply, and logically. Use double-spaced, black Verdana or Times Roman font in 12 pt. type size. Have an introduction at the beginning to introduce the topics and use keywords as headings to organize the report. Avoid redundancy and general statements such as "All organizations exist to make a profit." Make every sentence count. Paraphrase the facts using your own words and ideas, employing quotes sparingly. Quotes, if absolutely necessary, should rarely exceed five words. Upload both your written report and Excel file to the case 1 Dropbox.
View More

7.1. For this question, you will review a process, identify problem areas ( such as wastes, cycle time inefficiencies, etc), ...

inefficiencies, etc), and suggest an improved process. Open and read the Process Improvement (Final Q 1) document which describes the process steps in words and also includes a process map as a visual tool for understanding what's going on in each step. You will need to respond to the following three sub-questions: FINAL Q1: 3 Attachments are the Q1 ------------------------------------------------------------------------------------------------------------------------------------------------------------------ I need the 3 part question answered. This is everything in the question.. Understand that there is NOTHING INCOMPLETE, I have added everything that was sent to us. ------------------------------------------------------------------------------------------------------------------------------------------------------------------ a. Of the 9 process steps in the Process Improvement (Final Q 1) document, which specific steps in that process are experiencing lean wastes and/or process cycle time issues (please note, there is more than one step experiencing issues). In your response, name the process step, and/or the transfer interface between steps, and what waste(s) or cycle time issue is involved. Be sure to use standard lean/six sigma terminology that we used in the course when referring to any of the quality concepts; e.g., transportation waste when referring to situations involving a lot of moving around from one place to another. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- b. Which of the process steps you identified in part a do you believe could benefit from process improvement and why? --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- c. What changes would you institute in the process to improve the steps you cited in part b of this question and describe how those changes improves the process. Be specific about which process step(s) your improving and thoroughly describe the improvement to that step. [Note: This question ties to what you decided was important in part b question above.] Also, when answering how you would improve a given process step, assume you have an unlimited budget and personnel resources and you can do mostly anything you want as long as it doesn't violate the laws of physics or the judicial system. Be cautious though because process improvement is designed to save time, money, and resources in doing the needed work.For example, automation is good, and also potentially expensive, so is it worth it for the improvement? - you will have to be the judge of that.
View More

8.Write your final plan to address the potential barriers to your goal. Use complete sentences. You can also write about ...

n also write about other long-term goals you have and the barriers/solutions to them. Write in paragraph form (at least 75 words). Please help me
View More

1.AU MAT 120 Systems of Linear Equations and Inequalities Discussion

mathematicsalgebra Physics