StepInstructionsPoint Value1Start Excel. Download and open the file named Exp19_Excel_Ch02_Cap_InlandJewelers.xlsx. Grader has automatically added your last name to the beginning of the filename.02Insert a function in cell B2 to display the current date from your system.103With cell B2 selected, set the width of column B to AutoFit.04Insert a VLOOKUP function in cell C5 to display the ring cost for the first student. The cost of the ring-type should be an exact match. Use appropriate relative and absolute cell references.145Copy the formula from cell C5 to the range C6:C11.66Apply Accounting number format to the range C5:C11.47Insert an IF function in cell E5 to calculate the total due. If the student has chosen to personalize the ring, there is an additional charge of 5% located in cell B21 that must be added to the cost of the ring; if not, the student only pays the base price. Use appropriate relative and absolute cell references.148Copy the formula from cell E5 to the range E6:E11.69Apply Accounting number format to the range E5:E11.310Insert a function in cell G5 to calculate the first student’s monthly payment, using appropriate relative and absolute cell references. Ensure a result is a positive number.1411 Copy the formula from cell G5 to the range G6:G11.712Apply Accounting number format to the range G5:G11.413Calculate totals in cells C12, E12, and G12.
714Apply Accounting number format to the cells C12, E12, and G12.215Set 0.3″ left and right margins and ensure the page prints on only one page.516Insert a footer with your name on the left side, the sheet name in the center, and the file name on the right side.417Save and close Exp19_Excel_Ch02_Cap_InlandJewelers.xlsx. Exit Excel. Submit the file as directed0
Exp19_Excel_Ch06_Cap_High_West_Fashions
Exp19_Excel_Ch06_Cap_High_West_Fashions
homework
Please read Chapter 11: Group Decision making, collaborative systems and AI Support from the attached book and answer the following questions.
- Explain why it is useful to describe group work in terms of the time/place framework.
- Describe the kinds of support that groupware can pro- vide to decision makers.
- Explain why most groupware is deployed today over the Web.
- 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:
- A brief description of 2 careers, 1 in your major and the second in the technology field.
- Describe each career in detail including salary (based in MD, VA, and DC geographical area), education level or certification needed, and duties.
- What emerging technology (within the past 5 years) is used in the industry (your chosen career) to improve production or work flow.
- What are the ethical issues.
- 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.
- Read about evaluating website on the PGCC Library web site. Go to http://pgcc.libguides.com/c.php?g=60038&p=385689
- Review APA style reference at https://owl.purdue.edu/owl/research_and_citation/apa_style/apa_formatting_and_style_guide/general_format.html
- Look up the criteria for each of your careers on the Bureau of Labor and Statistics Occupational Outlook Handbook https://www.bls.gov/ooh
- Look up the criteria for each of your careers on O*Net https://www.onetonline.org/
- Look up the criteria for each of your careers on a site of your choice
- Find at least one site that identifies an ethical issue(s) for your careers
- Find at least one site that identifies an emerging technology(ies) for your careers
- Keep all (4 or more) URL’s in a Word document using the Word reference feature.
- 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.
