HW

 

1. How do the tactics related to group dynamics involve the managerial functions outlined by the P-O-L-C framework?

2. What are the distinctions among procedural, interactional, and distributive justice? List ways in which you could increase each of these justice perceptions.

Exercise Instructions:  You are required to submit a minimum of 3-Pages (Title Page and 2 Content Pages), APA formatted paper with substantial content. Substantial content requires staying on topic and fully addresses the assignment in a clear, concise, and meaningful manner. The deliverable length of your posting responses must be at least 3-pages, (Title Page and 2 Content Page) APA format.

Exercises must be the students original thoughts based on the topics from the “Open Educational Resource” (OER) Course Textbook and/or other referenced sources.  Direct quotes from references must be less than 20 words.  Please review for sentence structure, grammar and punctuation errors.  Plagiarized submissions may result in a “0” for the submission.  

Late submissions will be deducted 5 points.

All assignment(s) derive from the OER Textbook.  For academic purposes, at least 1 APA formatted reference is required pertaining to the topic(s).

dq computer

 

  • Describe how an operating system interacts with applications and hardware.

answer in  4 to 5 line.

Computer science

Describe the concepts of “abstraction” as related to computer hardware and software design.

Describe the concept on “modular design” as related to computers.

Submit a one to two page paper in APA format. Include references and in-text citations.

discussion project management

 The 10 critical success factors have been applied in a variety of settings and project types. Consider a project with which you have been involved (or an example of your own). Did any of these factors emerge clearly as being the most important for the project’s success? Why? 

Problem 8- Legal

Question I – Bobby Bigmouth is sued for slander by his boss.  Bobby argues that he cannot be sued for slander because he did not publish any statement.  He argues that his alleged slanderous comment was not published because he just made the comment to a co-worker about his boss rather than making that statement to a reporter to be published.  Is Bobby’s argument correct?

Question II – During an episode of Sports Center, one of the anchors misread the teleprompter and said LeBron James was closing his school for at risk youth.  In reality, LeBron James was expanding his school.  This statement by the anchor was a slip of the tongue and corrected in the next episode.  Would LeBron’s defamation suit against Sports Center and the anchor be successful?  Why or why not?

Text

Title: Business 

ISBN: 9780357447642 

Authors: Marianne M. Jennings 

Publication Date: 2021-01-01 

Edition: 12th Edition

Discussion and research reports for Cyber security

Need to present a Discussion with a word count of above 150+ words and each discussion need a separate reference link for sure.

1) End point detection and Response (EDR) (150 words)

2)VMware carbon Black (Endpoint) ( Need this same topic in two different formats and 2 different URL links as well needed) (150+150 = 300 words)

3)SMishing (150 words)

4)Malvertising ( Need this same topic in two different format like we did previously and 2 different URL links as well needed) ( 150+150 = 300 words)

Need to present a research report on with a word count no more than 70-110 words(not more than the count provided) and should provide a separate 

URL reference link too

  

1) End point detection and Response (EDR). 70-110 words

2) VMware carbon Black (Endpoint) ( Need this same topic in two different formats and 2 different URL links as well needed) (70+70 = 140 words)

3)SMishing 70-110 words

4)Malvertising ( Need this same topic in two different format like we did previously and 2 different URL links as well needed) (70+70 = 140 words+)

 

It is suggested you use a Research Theme to help you stay focused, and to provide continuity throughout your research.  Here is a list of ideas, but this list is not all-inclusive: 

  • Current technologies available to support management functions,
  • Best Practices,
  • Future improvements/technologies, or
  • Other standards related to your specific field.

Note: The content should be in a general words with no technical jargons.

This question is from a cyber security subject so that the matter should relate to cyber security for sure and should connect to readers.

 NO PLAGIARISM STRICTLY 

Each one should be different and no each topic information should be similar to the other topic strictly.

Deadline: 01/26/2023 12PM CST

Sum-Wk-4

Assignment 1

Discuss the Sarbanes-Oxley Act and how it impacts you. 

Requirement: 

· ****Separate word document for each assignment****

· Minimum 300-350 words. Cover sheet, abstract, graphs, and references do not count.

· Add references separately for each assignment question.

· Strictly follow APA style. Length – 2 to 3 paragraphs. 

· Sources: 2 References to Support your answer

· No plagiarized content please! Attach a plagiarized report.

· Check for spelling and grammar mistakes!

· $5 max. Please bid if you agree.

Assignment 2

Discuss FISMA and how it impacts you and/or your work.

Requirement: 

· ****Separate word document for each assignment****

· Minimum 300-350 words. Cover sheet, abstract, graphs, and references do not count.

· Add references separately for each assignment question.

· Strictly follow APA style. Length – 2 to 3 paragraphs. 

· Sources: 2 References to Support your answer

· No plagiarized content please! Attach a plagiarized report.

· Check for spelling and grammar mistakes!

· $5 max. Please bid if you agree.

Python

  

Language (or Software): Python
 

Exercise 8.21

Implement a Lexicon class used to help manage a set of words belonging to a language. The constructorshould accept a parameter that is an open file from which the words can be read. The underlying filewill have one word per line. The constructor should read those lines and save each word into an internallist of words (akin to that on p. 280).Then implement the contains method to test whether a given word is considered to be legal,based on the following rule. If a word in the lexicon is lowercase (e.g., python) then it may be legallyspelled as either lowercase or uppercase. (For example, at the beginning of a sentence it will be uppercase.)However, a word that is uppercase in the word list (e.g. Arthur) is only legal when uppercase.(Arthur) is a name, and must be uppercase, even when in the middle of a sentence.) A sample test forthis class follows.

Exercise 8.22

Use the Lexicon class of Exercise 8.21 to create a basic spell checker class . The program which usesthis class should build a lexicon (a Lexicon object) based on an underlying le of words for a language.The it should read a document le indicated by the user. The goal is to produce a list of words from thedocument that do not appear in the lexicon. The assumption is that if a word is not in the lexicon, itis because the word is not spelled correctly. For the source document, you may presume that the wordsare delimited with whitespace (and without any puctuation).Your solution should use a class called SpellChecker. The constructor for this class will take twoparameters: a Lexicon object and an open le object (whose underlying le is the source documentwhose spelling is being checked). The main feature of the class should be a method which returns a listof words in the source document which are not in the lexicon.The test program will ask for the name of a source le, as well as for the name of a le to includethe word list.

Exercise 8.23
Add additional functionality to your spell checker from Exercise 8.22. When reporting a misspelledword, give the line number at which it occurs in the source document. Furthermore, strip away leadingand trailing punctuation from words in the source document before looking them up in the word list.For example, ‘end.’ is a legitimate word despite the period.

Journal Article: Decision Learning

Journal Article: Decision Learning

Your submission must include the following information in the following format: 

DEFINITION: a brief definition of the key term – (the definition should come from the article) 

SUMMARY: Summarize the article in your own words- this should be in the 150-words range. Be sure to note the article’s author, note their credentials, and why we should put any weight behind his/her opinions, research, or findings regarding the key term. 

DISCUSSION: Using 300-words, write a brief discussion, in your own words of how the article relates to the selected key term. A discussion is not rehashing what was already stated in the article, but the opportunity for you to add value by sharing your experiences, thoughts, and opinions. This is the most important part of the assignment. 

REFERENCE: The source for the analysis must be listed at the bottom of the submission – APA format required. Use only peer-reviewed journal articles for these assignments. Refrain from using blogs, .com’s, or other unreliable internet sources. Be sure to use the headers (Definition, Summary, Discussion, Reference) in your submission to ensure that all aspects of the assignment are completed as required. Any form of plagiarism, including cutting and pasting, will result in zero points for the entire assignment. Further, any flagged documents will result in zero points for the assignment. Flagged documents mean that an attempt at plagiarism exists, or manipulation of the Turnitin process has been attempted. This is unacceptable conduct and will not be tolerated.

NOTE: All criteria (Definition, Summary, Discussion, Reference) for these assignments should be derived from the article that you select based on the key term. No other resource is required.

Initial Coin Offering

For this assignment, you’ll create a lightweight white paper for a fictitious Initial Coin Offering (ICO). You will use your imagination to create a brand new, hopefully unique, ICO, and develop a lightweight white paper that presents your ICO to prospective investors. A full white paper takes considerable time and effort to create. For this assignment, you’ll only be asked to provide the most essential elements. 

The goal is for you to be creative in your application of blockchain technology, and the explain your ideas. 

To start, read the following article: How to Write a Good White Paper for Your ICO

–  https://applicature.com/blog/token-offerings/write-good-white-paper-ico

Then, explore new and existing blockchain projects in any domain that interests you. You can start with an Internet search for “blockchain use cases” and “current blockchain projects.” Identify a few that you find interesting and learn about each one. Then, think of a new idea how you could apply blockchain in a new and useful way. 

Once you have your idea, create your white paper. Your 6-9 pages paper should be in APA format, and have the following sections:

1) Title – a headline that will catch your reader’s imagination

2) Abstract – Summary of what your whitepaper contains

3) Introduction – Introduce readers to the problem you will solve, the motivation to solve it, and how you’ll present your solution.

4) Problem/Market consideration – Explain the current situation (expand the problem from the introduction).

5) Solution – Describe your solution.

6) Summary – Close the sale.

7) Reference Lists