Research Overview

I need to write a research overview to my topic and I will give you my topic and the requirements in the file upload, please let me know if you need any other information. I will be sending you my research proposal topic. From that you can use other references by searching online. I need the references to be pasted at the end of the assignment. 

I have attached a word document in which the research topic and other required details are included which should be there in the research overview. 

the subject is Research Methods 

In which we will be writing a research paper.

Due Date: Saturday- 9th October 2021 before night 

Bid Value 10-15$

No. of Pages: 3-5 pages

Instructions

  

Instructions:

1) Change array to ArrayList to store students in public class Course and change public class TestCourse accordingly.

2) Implement the dropStudent method (for option 2, see below). 

3) Add a new method named clear() that removes all students from the course (for option 3, see below).

4) Modify your test program that creates two courses, adds three students and two students to each course respectively, removes one student from a course, and displays the students in each of the courses. Test it also to remove all students from a course and show number of students afterwards. (for option 1, 2, 3, see below).

Database Systems & Application – Research Paper on DBA data modeling, data integrity and security

Requirement:

** Research Paper with Minimum 5 pages without title page and in APA Format.

***Topic: The focus should be on how the DBA/Data Manager manages the development of the data model to ensure the model is in a normalized form. How the DBA ensure data integrity and security for all databases in his/her charge? *** Add details for data modeling, application design, and design reviews. 

Note: Minimum 5 pages without title page and in APA Format.

——————————————————————————————————-

Reference Book: Principles of Data Management – 9781107186125 (Chapter 6,7,11,12,18)

The Practical Guide to Storing, Managing, and Analyzing Big Data and Small Data

Wilfried Lemahieu, Seep Vanden Broucke, and Bart Baesens, Cambridge University Press, 2018

Technology and Society

Imagine you are asked to make a presentation to your coworkers about technology and how technology influences society. How would you describe technology and its relationship to society using examples?

For example, recent changes in communication have allowed people to be more connected from a distance but less connected to their neighbors. The CoVid pandemic has enhanced both the positives and the negatives associated with these changes. One effect of the changes in communication is the ability to work remotely. This has had positive and negative impacts on society. One example of a positive impact is (here provide an example using an external source). One example of a negative impact is (here provide an example using an external source).

For this assignment, you are asked to create a presentation of the impacts of technology on society. You can create your presentation using your choice of presentation media. 

  • Provide three current examples of the impact of technology on society. Choose your examples from any one or more of the following categories:
    • Education
    • Medicine
    • Energy
    • Transportation
    • Warfare
  • For each of your examples, describe one positive and one negative impact of these changes.

Your completed presentation must include:

  • First example
    • A description of the first technology chosen, include one (1) external source
    • One positive impact on society, include one (1) external source
    • One negative impact on society, include one (1) external source
  • Second example
    • A description of the second technology chosen, include one (1) external source
    • One positive impact on society, include one (1) external source
    • One negative impact on society, include one (1) external source
  • Third example
    • A description of the third technology chosen, include one (1) external source
    • One positive impact on society, include one (1) external source
    • One negative impact on society, include one (1) external source

Be sure to use appropriate external sources for the external references required for this assignment.

Repetition Statements

  

Repetition Statements
In this assignment, you will design a program to perform the following task:
 

Write a program that would calculate and display the results for the multiplication table for values ranging from 1 to 100.
 

Before attempting this exercise, be sure you have completed all of chapter 4 ,5 and course module readings, participated in the weekly conferences, and thoroughly understand the examples throughout the chapter. There are 3 main components of your submission including the problem analysis, program design and documentation, and sample test data.
 

Provide your analysis for the following problem statement: You need to write a program that would calculate the results for the multiplication table up from 1 to 100. (For example, 1X1, 1X2, 1X3 … 1X10, 2X1, 2X2 …. 10X2 … 10×10). Your program should print the output for each step and output a new line after 10 items. So the example output would be something like this Notice a new line appears after 10 steps:
1 2 3 4 5 6 7 8 9 10
 

2 4 6 8 10 … 20
 

10 20 30 … 100
 

To write the new lines you can just use code similar to : write “new line”. Hint: You will probably use a nested repetition loop.
 

Your analysis should be clearly written and demonstrate your thought process and steps used to analyze the problem. Be sure to include what is the required output? What is the necessary input and how you will obtain the required output from the given input? Also, include your variable names and definitions. Be sure to describe any necessary formulas and sample calculations.
 

Provide your program design for the program you analyzed for printing the multiplication table. Be sure to describe the fundamental tasks (i.e., things your program must do) needed to solve the problem so you can use a modular design. Provide pseudocode of your overall design that includes the Main module and the order of the module calls, and a Hierarchy chart for the program (see figure 3.8 page 148). Finally, display the flow charts (using Raptor, or your favorite graphics editor) for each module. (See figure 5.3 page 225 as an example.)
 

Include header and step comments in your pseudocode, using a similar approach as the example provided in section 2.3 (textbook page 86). See example 2.8 on pages 87-88).
 

Prepare any input data (Test data) along with expected output for testing your program (Note: Programs may not always have both input and output data. Just provide test cases for your application). Your test data can be presented in the form of a table as was shown in Assignment 1.
 

Submission requirements:
 

Your completed assignment should be saved as Word document and submitted to your WebTycho assignment area no later than the due date listed in the syllabus. Your document should be neat, well-written with minimal grammatical and spelling errors. Your name should be clearly listed on the first page along with the class/section, professor and due date. Your document should contain page numbers at the bottom of each page. Single or double space line formatting is acceptable.
 

You should name the file yournamehw3.docx (or yournamehw3.doc). So if my name was XXXXX XXXXX, I would name my document juliesmithhw3.docx.
 

An example HW3.doc template file containing the required sections is included in the available resources. You should use this document to start your writing and fill in all of the details required.
 

document being used to fill in all the details below
 

Student Name:
Class/Section:
Professor Name:
Assignment due date:
 

Problem definition: Write a program that would calculate and display the results for the multiplication table for values ranging from 1 to 100.
 

A. Problem Analysis – Following the directions in the assignment, clearly write up your problem analysis in this section.
 

B. Program Design – Following the directions in the assignment, clearly write up your problem design in this section and comment your pseudocode.
 

C. Program Comments and Test Data – Following the directions in the assignment, include your test data and expected results in this section.
 

Table 1. Include your test data table here
 

Data encryption for spreadsheet

As a security specialist, you must choose the best form of encryption to protect the spreadsheet. Which form of encryption would ensure the spreadsheet is always stored on the disk in encrypted format? More than one form may be correct. Your choices are:

  • BitLocker
  • BitLocker To Go
  • File encryption via Encrypting File System (EFS)
  • Folder encryption via EFS

Exp19_Excel_AppCapstone_Intro_Collection

#Exp19_Excel_AppCapstone_Intro_Collection

#ExcelAppCapstoneIntroCollection

You are the financial manager for Judi’s Art Gallery. One of your  clients, Raymond Chancellor, has a large collection of limited edition  signed art by James C. Christensen (1942-2017). Over the years, you have  helped Raymond maintain a list of his collection, including the title  of the art, medium, issue date, issue price, the price he paid, and  current market values. Most of the art is sold out from the publisher,  which increases the value of the art. Other art is still readily  available or is available in limited quantities. You want to update the  list so that he can properly insure his collection.

Select   the range A1:A6 on the Christensen worksheet, merge the cells, and apply Middle Align vertical   alignment.

Change the width of column K to   17.00, select the range K1:K3, and apply Thick Outside Borders.

Click cell C9, and freeze panes   so that rows 1 through 8 and columns A and B are frozen.

Select the range E9:E54 and   apply the Mar-12 date format.

Find all occurrences of Retired and replace them with Sold Out.

Click cell H9 on the Christensen   worksheet, and insert a formula  that calculates the percentage Raymond paid   of the issue price by  dividing the amount Paid by the Issue Price. Copy the   formula from  cell H9 to the range H10:H54.

Click cell J9, and insert a   formula that calculates the percentage  change in value by subtracting the   Issue Price from the Current Value  and then dividing that result by the Issue   Price. Copy the formula  from cell J9 to the range J10:J54.

Apply Percent Style with one   decimal place to the ranges H9:H54 and J9:J54.

Insert in the Current Values   section at the top of the worksheet  summary functions that use the range   I9:I54. In cell I2, calculate the  total of all the Current Values. In cell   I3, calculate the average  current value. in cell I4, calculate the lowest current   value. In cell  I5, calculate the highest current value.

Click cell C9 and insert a   VLOOKUP function that looks up the code  in cell B9, compares it to the codes   and types of art in the range  B2:C6, and returns the type of art. Copy the   function in cell C9 to  the range C9:C54. Hide column B that contains the   codes.

Click cell K9 and insert an IF   function that determines if the  Issue Price is equal to the Current Value. If   the values are the same,  display Same as Issue (using the cell reference K2); otherwise, display Increased in   Value (using   the cell reference K3). Copy the function from cell K9 to the range K10:K54.

Display the Purchase worksheet,   insert a row above Monthly Payment. Type Monthly Payments in 1 Year in cell A5 and type 12 in cell B5.

In cell B6 in the Purchasing   sheet, insert the payment function to  calculate the monthly payment using   cell references, not numbers, in  the function, and make sure the function   displays a positive result.  Apply Accounting Number Format and the Output   cell style to cell B6.

Display the Christensen   worksheet, select the range C1:E6, and create a clustered column chart.

Cut the chart and paste it in   cell A57, change the height to 4″, and change the width to 6.5″.   Add Alt Text The column chart compares total issue prices to total   current values by type of art. (include the period).

Type Raymond’s Art Collection for the chart title,  apply   bold, and Black, Text 1 font color. Place the legend at the top  of the chart.   Add Primary Minor Horizontal gridlines.

Create a pie chart using the   ranges C2:C6 and E2:E6, and then move the chart to a new chart sheet named Current   Values. Move   the Current Values sheet to the right of the Purchase sheet.

Type Percentage of Total Current Value as the chart  title and change   the font size to 18 pt. Choose Colorful Palette 3 for  the chart colors. Add   this description for Alt Text: The pie chart shows each art type by percentage of   total current value. (include   the period). 

Hide the legend. Add data labels   for categories and percentages;  remove value data labels. Change the font   size to 16 pt, bold, and  Black, Text 1 font color for the data labels. 

Explode the Masterwork   Anniversary Edition slice by 15% and change the fill color to Light Blue.

Display the Christensen   worksheet, click in any cell within the dataset, convert the data to a table,   assign a table name Collection, and apply Green, Table Style Light 14.

Apply a conditional format to   the range J9:J54 that highlights  cells where the value is greater than 200%   with Green Fill with Dark  Green Text.

Sort the dataset by Type of Art   in alphabetical order and then  within Type of Art, sort by Current Value from   largest to smallest.

Set a filter to display art that   equals Sold Out as the status.

Add a total row to display the   sum of the Issue Price, Paid, and  Current Values columns. Remove the total   for the Note column.

Select the Purchase sheet, set   2″ top margin, and center horizontally on page.

Select the Christensen sheet,   select Landscape orientation, Legal  paper size, set 0.2″ left and right   margins, 0.5″ top and bottom  margins, and set row 8 to repeat at the top   of pages.

On the Christensen worksheet,   change the width of column A to 27, the width of column D to 11, the width of column J to 12. Wrap text in cell A1 and cell   J8.

Create a footer with Exploring   Series on the   left side, the sheet tab code in the center, and file name code on the right   side on the Christensen sheet.

Enterprise Data Management and Administration

 Read “Can We Trust Big Data?” (see attached file) 

Please use this strategy when you analyze a case:

  1. Identify and write the main issues found discussed in the case (who, what, how, where and when (the critical facts in a case).
  2. List all indicators (including stated “problems”) that something is not as expected or as desired.
  3. Briefly analyze the issue with theories found in your textbook or other academic materials. Decide which ideas, models, and theories seem useful. Apply these conceptual tools to the situation. As new information is revealed, cycle back to sub steps a and b.
  4. Identify the areas that need improvement (use theories from your textbook)
    • Specify and prioritize the criteria used to choose action alternatives.
    • Discover or invent feasible action alternatives.
    • Examine the probable consequences of action alternatives.
    • Select a course of action.
    • Design and implementation plan/schedule.
    • Create a plan for assessing the action to be implemented.
  5. Conclusion (every paper should end with a strong conclusion or summary)

Practical Connection and reflection

Course: organization leader and decision making

Provide a 500 word (or 2 pages double spaced) minimum reflection.

Use of proper APA formatting and citations. If supporting evidence from outside resources is used those must be properly cited.

Share a personal connection that identifies specific knowledge and theories from this course.

Demonstrate a connection to your current work environment. If you are not employed, demonstrate a connection to your desired work environment.