Discipline: Computer Science

SoftwareSoftware

    Below is a bubble sort program that sorts the elements in an array.  static void bubbleSort(int[] arr) { int n = arr.length; int temp = 0; for (int i = 0; i < n; i++) { for (int j = 1; j < (n – i); j++) { if (arr[j – 1] > arr[j]) […]

IT policy and strategyIT policy and strategy

  Using the IS alignment work and the financial analysis from Week 6, submit a complete IS strategic plan. Your paper should include at least 5 references from peer-reviewed journals associated with how other companies are using the technologies you are recommending. The strategy should include the technologies you plan to implement, your plan for […]

diss 3diss 3

Share the name, description, and a picture of your caffeinated beverage or other food item. (See Unit 3 LiveBinder for How-To Include Pictures in DB.) Share the amount of caffeine per serving (found on the nutritional label or through Internet research), how many servings you drink per day, and the time of day you drink this beverage. […]

diss 5diss 5

Start a conversation by writing an opinion blog considering the cost difference between paying per-use (variable fee) or paying with subscription/membership (one-time flat fee). The opinion blog needs to be at least 3 paragraphs including: Introduction – Paragraph One: Share the name and a brief description of the service/membership. Include the URL when possible. Share your rationale […]

OSI modelOSI model

Create a table in a Word® document showing all the layers of the OSI model in one column and the layers of the TCP/IP model in another. In another column, write the mnemonic you are going to use to remember the various layers of the OSI model. Add another column to your table that shows the […]

computer sciencecomputer science

Research the basics of logical and physical network diagrams. Based on your findings, define the common characteristics and components of each type of network diagram. Provide an example of each diagram that you found. Do the contents of the diagram match what you would expect to see based on your research? Why or why not?

BI and Analytics – DiscussionBI and Analytics – Discussion

Some say that analytics in general dehumanize managerial activities, and others say they do not. > Choose a position and write an argument for your point of view. > Support your arguments with examples from recent examples from the news. > Provide a concluding statement explaining how you would address challenges from the opposition. Need […]

ISSC452 outlineISSC452 outline

 Instructions Submit a one page outline with your proposed term paper title, thesis statement, and an outline of the subtopics that you will cover in your paper.  When choosing topic, make sure you are able to find relevant information and current examples to support your topic.  Submitting 3 or more references outside the textbook as […]

ISSC481 Term paper outlineISSC481 Term paper outline

 Instructions Term Paper Outline Submit a one page outline with your proposed term paper title, thesis statement, and an outline of the subtopics you will cover in your paper. You can pick from one of the following overarching themes: “The Importance of Identifying and Protecting Critical Security Assets in Organizations” “Understanding the Role of Security […]