homework

Please read Chapter 11: Group Decision making, collaborative systems and AI Support from the attached book and answer the following questions. 

  1. Explain why it is useful to describe group work in terms of the time/place framework.
     
  2. Describe the kinds of support that groupware can pro- vide to decision makers.
     
  3. Explain why most groupware is deployed today over the Web.
     
  4. Explain in what ways physical meetings can be inefficient. Explain how technology can make meetings more effective.

5.  Compare Simon’s four-phase decision-making model to the steps in using GDSS.
 

Answer these questions in APA 7th edition format and include atleast 4 references, including 2 scholarly references. All answers should be completed in total 4 to 5 pages. STRICTLY NO PLAGIARISM

Show You Care

Show You Care

Assignment

Required Resources

Read/review the following resources for this activity:

  • Textbook: Chapter 11
  • Lesson
  • Minimum of 2 scholarly sources

Instructions

Develop, in detail, a situation in which a health care worker might be confronted with ethical problems related to patients and prescription drug use OR patients in a state of poverty.

  • Your scenario must be original to you and this assignment. It cannot be from the discussion boards in this class or any other previous forum.
  • Articulate (and then assess) the ethical solutions that can found using “care” (care-based ethics) and “rights” ethics to those problems.
  • Assessment must ask if the solutions are flawed, practicable, persuasive, etc.
  • What health care technology is involved in the situation? What moral guidelines for using that kind of healthcare technology should be used there? Explore such guidelines also using utilitarianism, Kantian deontology, ethical egoism, or social contract ethics.
  • Say how social technologies such as blogs, crowdfunding, online encyclopedias can be used in either case. What moral guidelines for using that kind of healthcare technology should be used there? Develop such guidelines also using utilitarianism, Kantian deontology, ethical egoism, or social contract ethics.

You should not be using any text you used in a discussion board or assignment for this class or any previous class.

Cite the textbook and incorporate outside sources, including citations.

Requirements

  • Length: 3-4 pages (not including title page or references page)
  • 1-inch margins
  • Double spaced
  • 12-point Times New Roman font
  • Title page
  • References page (minimum of 2 scholarly sources)

Compliance Audit

 

It is essential as a cybersecurity professional to have a complete understanding of how a compliance audit is conducted and documented because organizational sustainability often depends on the adequate assessment of information security and privacy management.Using the GCU Virtualization Environment, build either a Windows or Linux server. Then, search the web for technical controls related to HIPAA.Break the technical controls down into technical requirements appropriate for your virtual server with Pass/Fail criteria.Audit the virtual server and report if compliant or not.Once compliance testing has been completed, draft a certification letter for your client or organization highlighting the applicable controls tested along with the compliance model used. 

Refer to the “HIPAA Security Audit Certification Document,” located within the Required Readings, as an example.

APA style is not required, but solid academic writing is expected.

Refer to “CYB-630 Compliance Audit Scoring Guide,” prior to beginning the assignment to become familiar with the expectations for successful completion.

You are not required to submit this assignment to LopeWrite. 

Legislated Privacy Concerns

Go  to the website: https://epic.org/privacy/litigation/ which focuses on civil rights issues and privacy. Pick a case.

  • Summarize the case
  • Give your opinion of the decision.
  • Describe how the case deals with the material in this chapter

Using WORD, in your OWN WORDS, write an ORIGINAL brief essay of 300 words or more 

Information technology class

 

Review the videos in this section.  After viewing, create a 2page Word document in APA format.  Your topics include:

  1. A brief description of 2 careers, 1 in your major and the second in the technology field.
  2. Describe each career in detail including salary (based in MD, VA, and DC geographical area), education level or certification needed, and duties. 
  3. What emerging technology (within the past 5 years) is used in the industry (your chosen career) to improve production or work flow. 
  4. What are the ethical issues.
  5. Include 4 references. 

In this assignment you will research information about your careers of interest salary, education level, duties, ethical issues,and emerging technologies. You want to find out what a person in each career does but you also need to investigate criteria for each career that we will use for evaluation.

  1. Submit as a Word (25 points) and a PDF document (10 points) below.

Which of the following statements

Which of the following statements will retrieve the text of a Label called “lblFirstName” and place it in a string variable called “str”?
string str = lblFirstName.Selection();
string str = lblFirstName.Text;
string str = lblFirstName.getText();
string str = lblFirstName.SelectedItem;
 

Often, multiple _____ objects are placed together on a Panel or _____ control. The user can only select one of them.
CheckBox, TextBox
ListBox, GroupBox
RadioButton, GroupBox
TextBox, ListBox
 

When the user of your fast-food ordering GUI selects the “checkBoxBurger” CheckBox, the string “Burger” should appear in the “listBoxOrder” ListBox. To implement this functionality, write _____ in the ckBoxBurger_CheckedChanged() event handler.
if
(ckBoxBurger.Checked == true)
{
listBoxOrder.Add(“Burger”);
}
 

if (ckBoxBurger.Checked() == true)
{
listBoxOrder.AddItem(“Burger”);
}
 

if (ckBoxBurger.Checked == true)
{
listBoxOrder.Item.Add(“Burger”);
}
 

if (ckBoxBurger.Checked == true)
{
listBoxOrder.AddItem(“Burger”);
}

A(n) _____ application calls on the operating system to perform input/output functions, whereas a(n) _____ application reacts to event notifications from the operating system.
console, Windows
GUI, Windows
Windows, console
Windows, GUI

Because _____ inherit members from the Control class, they both have the methods Show() and Hide().
Buttons and Events
TextBoxes and Events
RadioButtons and Forms
ListBoxes and ComboBoxes
 

Although a _____ usually accepts text input from the user, it can also be used to display text.
ComboBox
Label
MessageBox
TextBox
 

The first time a programmer double-clicks on a Button object in Design Mode, the Button’s default event handler method _____ is added to the code.
Click()
Clicked()
Double_Click()
Double_Clicked()
 

In Design Mode, put words next to a CheckBox by modifying _____ property in the Properties Window.
Label
Font
Name
Text
 

Type _____ to append “New Year’s Day” to an existing list of holidays in the “listHolidays” ListBox object at runtime.
listHolidays.Items.Add(“New Year’s Day”);
listHolidays.Items.Append(“New Year’s Day”);
listHolidays.Add(“New Year’s Day”);
listHolidays.Append(“New Year’s Day”);

discussion response- recursion/ iteration

 Respond to the disussion below about the difference between recursion and iteration with 150 words or more.

Recursion and iteration are similar they execute sets of instructions  repeatedly. However, the main difference is that the recursion is when a  statement in a function calls itself repeatedly. Iteration is a loop  that repeatedly executes until the condition is not met, or becomes  false. 

Recursion uses the selection structure. The selection structure is a  programming feature that performs a different process depending on  whether a boolean condition is true or false. They use relational  operators to test if the conditions are true or false.

Recursion terminates when the base case is recognized; The base case  n=1. It is slower than iteration and used more memory than iteration.  The code is smaller using recursion.

Reflective Paper

Provide a reflection of at least 500 words (2 pages double spaced excluding Title and Reference pages) that summarizes what you feel are the most important or interesting concepts you have learned so far in this Cloud Computing course.  Would be good to include an insight as to whether the learning was new to you or reinforced knowledge that you already had.

Requirements:  Provide a 500-word (2 or more pages double spaced not counting the title and reference pages) paper.  The paper should include a title page, body pages, and reference page.  An abstract and introduction are not required for this assignment.  Correct use of APA guidelines for sources and citations is required. If supporting evidence from outside resources is used those must be properly cited.

Nanotechnology in Communication

Technical Report on the title named Nanotechnology in Communication.

Note:-

Must be in APA format; please do the in-text citations.

The draft is already done. Now, please do the final report where you should be adding 5 more pages supporting and favoring the current paper attached to this question. 

It should be 10 pages long excluding the outline and reference pages.