HW

 

Tobacco use is a major global public health challenge, causing in excess of 7 million deaths each year. Of the 7 million tobacco-related deaths worldwide, roughly 70,000 Saudis die from smoking-related diseases (Itumalla & Aldhmadi, 2020). Research a national policy focusing on a specific tobacco prevention initiative.

Based on what you learned this week, address the following substantive requirements:

  • Specific age groups impacted by tobacco use in Saudi Arabia.
  • The role of public health organizations in minimizing the use of tobacco products.
  • The impact of the policy on tobacco prevention and how it may minimize the adverse health risks associated with the use of tobacco products.
  • Any social issues concerning the implementation of policy.

Your paper should meet the following structural requirements:

  • Be five to six pages in length, not including the title or references pages.
  • Be formatted according to APA 7th edition and Saudi Electronic University writing guidelines.
  • Provide support for your statements with in-text citations from a minimum of eight scholarly articles. The Saudi Digital Library is an excellent source for scholarly research. One of these sources may be from the class readings, textbook, or lectures, but the others must be external.

You are strongly encouraged to submit all assignments to the Turnitin Originality Check prior to submitting them to your instructor for grading. If you are unsure how to submit an assignment to the Originality Check tool, review the Turnitin Originality Check Student Guide.

Reference

Itumalla, R., & Aldhmadi, B. (2020). Combating tobacco use in Saudi Arabia: A review of recent initiatives. Eastern Mediterranean Health Journal, 26(7). http://www.emro.who.int/emhj-volume-26-2020/volume-26-issue-7/combating-tobacco-use-in-saudi-arabia-a-review-of-recent-initiatives.html

Critical Thinking Assignment Rubric Critical Thinking Assignment Rubric – Alternative Formats

The New Plays Repertory Theater would like to computerize

  

The New Plays Repertory Theater would like to computerize its ticket sales. The theater seats 500 people, offers seven plays each year, and sells season tickets and single-night tickets. The season tickets are all for performances at the same time during the week. Each play has 20 performances. The theater keeps a customer list of those people who buy tickets in order to send play information for advertising purposes.
 

The reports they would like to create are:
 

A listing of available seats
A listing of all plays and the actors in the plays
A listing of customers
Labels printed for all customers
A listing of season ticket holders
Plan an RDBMS for this problem. Include the following forms:
 

1. List of Reports
 

2. Report Layout Form
 

3. Schema
 

4. Table Characteristics
 

5. Query Design Form

Prescriptive Analytics and Big data

Chapter 8

Question 1: How does prescriptive analytics relate to descriptive and predictive analytics?

Question 2: Explain the differences between static and dynamic models. How can one evolve into the other?

Question 3: What is the difference between an optimistic approach and a pessimistic approach to decision making under assumed uncertainty?

Question 4: Explain why solving problems under uncertainty sometimes involves assuming that the problem is to be solved under conditions of risk.

Exercise 4: Investigate via a web search how models and their solutions are used by the U.S. Department of Homeland Security in the “war against terrorism.” Also, investigate how other governments or government agencies are using models in their mission. Write a report.

Chapter 9

Question 1: What is Big Data? Why is it important? Where does Big Data come from?

Question 2: What do you think the future of Big Data will be? Will it lose its popularity to something else? If so, what will it be?

Question 3: What is Big Data analytics? How does it differ from regular analytics?

Question 4: What are the critical success factors for Big Data analytics?

Question 5: What are the big challenges that one should be mindful of when considering implementation of Big Data analytics?

Exercise 3: Using the Internet, find the application of Big Data in sports. Summarize your findings.

Textbook: Business Intelligence and Analytics 

ISBN: 9780135192016

Your response should be 5-6 pages. There must be APA formatted references (and APA in-text citation) to support the thoughts in the post.

CYB/ 130

n this course, you have learned that computer programming is key to computer science. The ability to program a succession of instructions to resolve a computing problem is a valuable skill that is integral to many aspects of modern life. You have also seen the versatility and distinguishing characteristics that make Python 3 a popular choice for programmers.

End-of-Course Essay

Write a 1- to 2-page essay in which you connect this course to your own career or personal life. Imagine the audience for this essay is someone who is interested in finding out about your experience with this course and the programming language.

An essay is a short composition on a theme or subject, written in prose and generally analytic, speculative, or interpretative.

Consider these questions as you write. You may answer all or some of the questions in your essay.

  • Why is object-oriented programming a valuable skill?
  • What are the benefits and limitations of Python 3?
  • Besides programming, what are some other tasks you can perform with Python 3?
  • How might you use the concepts you learned in this course in your career or personal life?
  • In what ways would you like to extend or strengthen your knowledge of object-oriented programming or Python 3 in particular?

Grading guidelines:

  • Title your essay.
  • Write 1 to 2 pages on your experience with Python 3.
  • Consider your audience as anyone interested in your experience with the course and Python 3.

Cite any references to support your assignment.

Format your assignment according to APA guidelines.

Question

The World Meteorological Organization (WMO) has hired you to write a data structure that stores record temperatures across the globe. Incoming temperature reports have very precise geo-location data (latitude and longitude coordinates). The WMO would like for you to store data in a “grid”, treating any points that round to the same latitude and longitude within one decimal as the same. Note that we are using negative numbers for southern latitudes and western longitudes, so the above coordinates correspond to (36.4° N, 105.0° W). Write a data structure TempMap that keeps track of the hottest and coldest temperatures for each reported coordinate. There is a lot of data coming in, so you need to read and write this information quickly – you should be able to update the record at a (lat, long) pair in O(1). Do not use the built-in set or dictionary types in this assignment. class TempMap Write a class TempMap that keeps track of the maximum and minimum temperature for each reported set of coordinates. Magic Methods init O(1) in O(1) Returns True (False) if the rounded version of a specified coordinate is (is not) in this collection get O(1) Returns a tuple containing the (min, max) temperatures at these coordinates Raise a KeyError if the specified coordinate are not in this collection the input coordinates may or may not be rounded Non-Magic Methods add_report(pos, temp) O(1) pos – an (unrounded) tuple of coordinates temp – the current temperature at those coordinates Updates the maximum or minimum recorded temperature for pos if appropriate remove_pos(pos) O(1) removes the record for the given position from this collection raises a KeyError if pos is not in this collection Special Behavior Memory constraint – you should limit your memory usage to be between 1/2 and 2x the amount necessary to store the number of unique coordinates – that is, you should periodically increase and decrease the amount of memory used as items are added and removed. The starter code includes a function generate_report that returns a randomly generated tuple of (lat, long, temperature). Feel free to use it to help with testing

Research

Week 1: Labor Market Research, Global Career Opportunities, and Company Research

  • Due 9 May by 22:59
  • Points 65
  • Submitting a file upload
  • File types doc and docx
  • Available 1 May at 22:59 – 16 May at 22:59 15 days

Your assignment will require investigation into the current status of careers in your field of study and potential employers.

There are four parts to this assignment, and your responses will be submitted by filling out the attached Week 1 Assignment Template (Links to an external site.).

The steps for this assignment are listed below.

Part 1: Describe Your Career Objectives

Explain, in a minimum of 100 words, the career that you aspire to achieve. Consider your career objectives after graduation, in 5 years, and beyond.

Part 2: Labor Market Research

  • Based on the most recent data from the U.S. Bureau of Labor Statistics Occupational Outlook Handbook at https://www.bls.gov/ooh (Links to an external site.), locate the Quick Facts for your career occupational area (based on your field of study) and insert the most recent data next to the five categories.
    Occupation:
    Median Pay:
    Number of Jobs:
    Job Outlook:
    Employment Change

Part 3: Global Career Research

Read the pdf “Where are the Jobs” (https://www.ilo.org/global/statistics-and-databases/publications/WCMS_629568/lang–en/index.htm (Links to an external site.)) published by the International Labour Organization, or locate another reputable source of information for data on global employment trends by occupation.

Based on your research, what are the global employment trends for your occupational area? Describe what you learned from your research and cite the source: (Author, Year, URL or library database).

Part 4: Company Research

Based on your company research from sources listed in the Week 1 Lesson or other reputable sources, fill out the chart with information about two companies where you would like to work, either local, national, or global. Cite the source for your research (Author, Year, URL or library database).

It is required to complete this assignment by filling out the Week 1 Assignment Template. Spelling and grammar should be accurate.

Submit your assignment as a Microsoft Word document named LastNameWeek1.docx (not a pdf or MAC file) by the Sunday deadline.

The grading rubric for this assignment is below.

INT 1010 3

 . Evaluation MatrixCreate an Evaluation Matrix Chart in MS Excel comparing 3 technology careers for each criterion. What should be in the matrix:

  • Three technology careers from Chapter 8. (i.e. system analysis, software engineer, help desk technician) to evaluate.
  • Three criteria (all students must use these criteria).  
    • Salary – Look up the criteria for each of your careers/professions on the Bureau of Labor and Statistics Occupational Outlook Handbook at https://www.bls.gov/ooh/ and O*Net  https://www.onetonline.org/.  You may use other sources of information. 
    • Job Responsibilities Look up the criteria for each of your careers/professions on the Bureau of Labor and Statistics Occupational Outlook Handbook at https://www.bls.gov/ooh/ and O*Net  https://www.onetonline.org/.  You may use other sources of information.  
    • Career Outlook (what percentage of jobs will be available in the future) – Look up the criteria for each of your careers/professions on the Bureau of Labor and Statistics Occupational Outlook Handbook at https://www.bls.gov/ooh/ and O*Net  https://www.onetonline.org/.  You may use other sources of information. 
  • Formulas in each cell – Use the videos in the Video Resource folder to learn how to create a excel worksheet, formulas, and chart in addition to Evaluation Matrix Example Criteria file in the section below.

Submitting the Assignment:Create 2 Excel worksheets.   

  1. The first is your Excel matrix chart with formulas to calculate weighted scores and totals using a mixed cell reference. You will see which career scored best with the raw scores and which career scored best with the weighted scores. Divide 100 points among the criteria with the highest number of points going to the criteria most important to you.
  2. The second is a chart of your results from the matrix.  The chart may be the style of your choice. It must give good information about the data in your worksheet with your matrix. Name each worksheet in the workbook appropriately. Submit your file with both worksheets into the Blackboard assignment.

An example of the matrix is in this section labeled Evaluation Matrix Tutorial as an attachment.  Watch videos in the video reference folder for guidance below.  Additional Resources available under GCFLearnFree.org section.Do not forget to record your sources/references in APA format.  Your graded on having all of the required information:

  • Three technology careers 
  • Three criteria   
    • Salary – Look up the criteria for each of your careers/professions on the Bureau of Labor and Statistics Occupational Outlook Handbook at https://www.bls.gov/ooh/ and O*Net  https://www.onetonline.org/.  You may use other sources of information. 
    • Job Responsibilities Look up the criteria for each of your careers/professions on the Bureau of Labor and Statistics Occupational Outlook Handbook at https://www.bls.gov/ooh/ and O*Net  https://www.onetonline.org/.  You may use other sources of information.  
    • Career Outlook (what percentage of jobs will be available in the future) – Look up the criteria for each of your careers/professions on the Bureau of Labor and Statistics Occupational Outlook Handbook at https://www.bls.gov/ooh/ and O*Net  https://www.onetonline.org/.  You may use other sources of information. 
  • Formulas in each cell 

Cybersecurity

***The Assignment Guidelines is In Word Doc.***

***Read the Guidelines Carefully***

***Check The PDF File to make sure NOT to use one of the cases***

SECURELY DATA SHARING IN CLOUD project

I Need 4 full pages of research project for above topic excluding the list of references. where it should not be anywhere internet (means without plagerism)  Use IEEE template for Conference Proceedings (US letter) for the document. Use sections with headings and paragraphs to submit a professional research proposal.

List the following briefly each question. With at-least Six sentences for each

  • 3.1 List three approaches to message authentication.
  • 3.2 What is a message authentication code?
  • 3.4 What properties must a hash function have to be useful for message authentication?
  • 3.5 In the context of a hash function, what is a compression function?
  • 3.6 What are the principal ingredients of a public-key cryptosystem?
  • 3.7 List and briefly define three uses of a public-key cryptosystem.
  • 3.8 What is the difference between a private key and a secret key?
  • 3.9 What is a digital signature?