DF-2

Do a bit of research online. Find a criminal case that involved Digital Forensics. APA format

Using WORD, write an ORIGINAL brief essay of 300 words or more describing the case and how digital forensics were used in the investigation. 

Safe Assign is software that verifies the originality of your work against online sources and other students.

Note your Safe Assign score should be less than 25. Attach your WORD doc and then hit SUBMIT.

Operation excellence

 

1.  Which countries are the biggest users of the Internet? Social media? Mobile?

2.  Which country had the largest Internet growth (in %) in the last five years?

3.  How will most people connect to the Internet in the future?

4.  What are two different applications of wearable technologies?

5.  What are two different applications of collaborative technologies?

6.  What capabilities do printable technologies have?

7.  How will advances in wireless technologies and sensors make objects “findable”?

8.  What is enhanced situational awareness?

9.  What is a nanobot?

10. What is a UAV?

11. If you were going to start a new technology business, which of the emerging trends do you think would be the biggest opportunity? Do some original research to estimate the market size.

12. What privacy concerns could be raised by collaborative technologies such as Waze?

13. Do some research about the first handgun printed using a 3-D printer and report on some of the concerns raised.

14. Write up an example of how IoT might provide a business with a competitive advantage.

15. Review the employment challenge in the digital era (as well as the entire chapter).  Reflect on the various challenges are present in the digital era.  Will things get better or more complicated as times goes on?  Explain.  What are some methods to assimilate new generations into the workforce to think about competitive advantage?

https://opentextbook.site/informationsystems2019/chapter/chapter-11-globalization-and-the-digital-divide-information-systems-introduction/

Exp22_Word_Ch01_Cumulative_Kite

Exp22_Word_Ch01_Cumulative_Kite

Exp22 Word Ch01 Cumulative Kite

Word Chapter 1 Cumulative – Kite

  

Project Description:

As an engineering student, you and a few friends are considering forming a club to compete in various kite-flying competitions. You are using Word to prepare a short summary in the form of an informative flyer for distribution campus-wide, encouraging student interest. In the process, you will apply various formatting and readability features, and will ensure an error-free and informative document.

     

Start Word. Download and open   the file named Exp22_Word_Ch01_Cumulative_Kite.docx.   Grader has automatically added your last name to the beginning of the   filename.

 

Display nonprinting characters.   Insert text from Info.docx in the   blank paragraph at the top of the last column on the page. Remove the two   blank paragraphs after the inserted text in the last column on page 1.

 

By viewing a document as   multiple pages, you will often identify problems with layout or placement of   objects. When working on a page in Print Layout view, you are less likely to   consider its placement within the document as a whole, so it may be   beneficial to view a lengthy document in the multiple page arrangement   occasionally.
 

  View the document in Multiple Pages. Apply Title style to the heading Kite High Fliers. Modify the Title style to center alignment and   bold. Return to 100% view.

 

Insert a hard return after the   title, Kite High Fliers, and type Join Us! (Include the exclamation point.) Select Join Us! and change the font size of   the subtitle to 20.

 

Create a new style using text in   the first body paragraph (beginning with Go   fly a kite!), calling the new style Body Paragraph. The style should be available   in the current document only. Apply the Body Paragraph style to all other   body paragraphs in the document. Do not apply the style to the heading lines.   Do not apply the style to the last two lines in the document giving contact   information.

 

Insert a blank paragraph before   the second to last line in the document, containing the word Contact.

 

Select all body paragraphs   (including the last two lines of contact information) that follow the two   heading lines and change the number of columns to 2. Ensure that a line   displays between the columns. 

 

Change the document theme to Slice and change the theme colors to Red. If the theme is not available,   use the theme file that is included in the downloaded files for this project.

 

An informal document like a   flyer often includes a page border for a bit of color and style.
 

  Add a Box page border, selecting the third line style (dashed). The color is   Orange, Accent 2 (row 1, column 6), and the line weight is 1 pt. Apply the   page border to the whole document.

 

Replace all occurrences of Kite High Fliers with High Fliers. Three replacements should be   made.

 

Identify a synonym for the word controller in the first body   paragraph. Ensure that you are replacing controller,   not controllers. The synonym you   select should begin with the letter m.   Replace the word in that paragraph.

 

Check the word count. If the   number of words is greater than 700, remove the entire third body paragraph   (beginning with The High Fliers).   However, make that change only if the word count exceeds 700

 

Select the Proofing group in   Word Options and select Show readability statistics. Check the document for   spelling and grammatical errors. Hadzicki   is not misspelled, so ignore that error. Ignore all grammatical and   conciseness errors, with the exception of replacing the word that where it may be flagged. All   hyphenated words are correct, so ignore any related errors. Note the number   of sentences (not the average) for use in the next item.

 

Modify document properties to   include Mason Gibbons as the author, replacing any existing author. Click in or select   the Comments box and type the number of sentences you noted in Step 15. You   should type only the number, no words.

 

Save and close Exp22_Word_Ch01_Cumulative_Kite.docx.   Exit Word. Submit the file as directed.

You have been assigned

You have been assigned as a member of the steering committee at CD Selections. The commitee reviews and approves all IT projects. You have read the system request that Margaret, VP of Marketing, has submitted to your committee for the Internet Order project.
 

Now, it is your turn to make an initial determination and decide how to proceed on this project. What is your recommendation to the committee regarding Margaret’s system request? Why? What should be the next steps? Why?

network administration

a Windows Server 2016 VPN:

  • What tools are available for configuring and managing a VPN?
  • What are the general steps required to install a VPN?

Assignment 350 words 3 references

1. Using a Microsoft Word document, please post one federal and one state statute utilizing standard legal notation and a hyperlink to each statute.

2. In the same document, please post one federal and one state case using standard legal notation and a hyperlink to each case.

Assignment – 1 ( Info Tech & Mobile Application)

 

Web Services Project

4 Page summary paper

  • Investigate alternative tools and frameworks for building web services (do not use ASP.NET)
  • Talk about specific tools, ie software platforms, OSes, and computing architectures 
  • What software is needed and compare this with other common approaches for Mobile development
  • To what community/constituent group (personal or enterprise) is this type of Mobile development targeted
  • Argue the need for cross-platform Mobile development frameworks.

No Plagiarism

APA Format*************** 

BaseToDecimal coding in Java

 

Write a program given a number in any base (base 2 to base 16) and rounds that number to a

specified place. Rounding up occurs when the digit to the right of the rounding place divided by the

number’s base is 0.5 or more. For example, 0.12468 rounded to 3 places is 0.125 because 6 divided by

8 is greater than 0.5; when rounded to 2 places, it’s 0.13 because 4 divided by 8 is 0.5; and it’s 0.1

when rounded to 1 place because 2 divided by 8 is less than 0.5. Input from the keyboard three (3)

values: a number, the base of that number, and the number of places to be rounded. Assume the

numbers entered will have at least one digit to the right of the place to be rounded and at least one digit

to the left of the decimal point. Also, assume the rounding place will never be 0 (round a whole

number). For each input, output to the screen the number rounded to the given number of places. Do

not output any digits beyond the rounded place. Finally, ask the user if he/she wishes to run the

program again (check case). Refer to the sample output below.

Sample Run:

Enter the value: 0.11101

Enter the base of the number: 2

Number of decimal places to round: 4

The resulting value: 0.1111

Run again (Y/N): y

Enter the value: 35.4321

Enter the base of the number: 7

Number of decimal places to round: 3

The resulting value: 35.432

Run again (Y/N): N

Computer Science Homework

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 provide

to decision makers.

3 – Explain why most groupware is deployed today over the

Web.

4 – Explain in what ways physical meetings can be inefficient.

5- Compare Simon’s four-phase decision-making model to

the steps in using GDSS.