Database – Discussions

Create a discussion thread (with your name) and answer the following question(s):

Discussion 1 (Chapter 14): Discuss insertion, deletion, and modification anomalies. Why are they considered bad? Illustrate with examples.

Instructions:  Your response to the initial question should be 250-300 words.  Next respond to two postings provided by your classmates. The first post should be made by Wednesday 11:59 p.m., EST. I am looking for active engagement in the discussion.  Please engage early and often. You are require to create your initial thread in order to view and respond to the threads posted by other students.  There must be at least one APA formatted reference (and APA in-text citation) to support the thoughts in the post as needed.  Do not use direct quotes, rather rephrase the author’s words and continue to use in-text citations.

Data Analysis

 

In this assignment, you will perform an exploratory analysis that will allow you to get a feel for the data and start exploring potential relationships. This may include:

  • Descriptive statistics
  • Histograms
  • Bar charts
  • Heat maps
  • Line graphs
  • Box plots
  • Frequency tables

Once your analysis is complete, you will need to provide a Word document showing and describing the results of your exploratory analysis.

FE

Answer 9 questions attached in the worksheet.

REFERENCES INCLUDE IF HAD

This is COMPUTER SCIENCE TOPIC RELATES

Final Portfolio Project

The Final Portfolio Project i

  • Be approximately six to eight pages in length, not including the required cover page and reference page.
  • Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.

cricket

Complete a Physical Security Assessment (internal and external) of your place of work or living area.  If you use your work area make sure you inform the Security Manager to get permission as to what you are doing. If you live in a gated community inform the security guard of your activities. Refer to your text on the importance of Lighting and Access Control and be sure to cover the salient issues discussed in the text.

4 page research paper

  Write a four (4) page research summary paper in APA format in which you:  

  • 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.

The purpose of this assignment

#!/usr/bin/env python

# The purpose of this assignment is to:

# * Learn how to construct a medium-sized program

# * Learn how a large problem may be broken into a series of small problems using bottom-up modularization

# * Learn how to solve a Sudoku without really trying

# ## Definition of a Sudoku

# A sudoku puzzle is a popular logic puzzle commonly found in newspapers and puzzle books.  The puzzle is given as a 9×9 grid with the numbers 1 through 9 entered in it.  Throughout this lab, we will take “0” to mean a “blank cell”.  The objective of the puzzle is to fill in all the blank cells with numbers between 1 and 9.  A typical sudoku puzzle looks like this:

# 0 0 7  || 0 0 0  || 0 1 5

# 0 0 0  || 3 9 7  || 0 0 0

# 0 6 2  || 0 1 0  || 4 0 9

# ===============

# 0 2 0  || 0 0 1  || 5 4 3

# 7 0 0  || 4 0 9  || 0 0 1

# 4 8 1  || 2 0 0  || 0 6 0

# ===============

# 9 0 6  || 0 2 0  || 7 3 0

# 0 0 0  || 9 8 4  || 0 0 0

# 1 5 0  || 0 0 0  || 2 0 0

# There are three rules about what numbers are allowed to go in any particular cell. 

# 1) Numbers are not allowed to occur more than once in any horizontal row 

# 2) Numbers are not allowed to occur more than once in any vertical column 

# 3) Numbers are not allowed to occur more than once in any of the nine smaller squares (here indicated by lines)

# Another way of saying this is that a number may only appear once in any row, column, or sub-square.  

# Over the course of this lab we will construct an algorithm which will solve sudoku problems automatically.  

# ## How we will encode a Sudoku Puzzle in Python

# For the purposes of this algorithm, we will define a sudoku puzzle as a two dimensional list, as follows.  Every element of s is a list containing nine elements, which correspond to each cell in that row.  When any function in this lab specifies a sudoku puzzle as an input, you may expect it in this format.

Week 2 Assignment – The Ethical Hacker Introduction

In this assignment, you will assume the  role of an ethical hacker tasked by law enforcement to infiltrate the  network of a business known to engage in illegal activities. The specific course learning outcome associated with this assignment is: 

  • Conduct activities to protect IT assets and infrastructure from threats and improve incident response strategies.

Scenario

Imagine for a moment that you are a  hacker, an ethical one. You are called upon by law enforcement to hack  into the network of a business known to be engaged in criminal activity  for financial gain as its primary activity. Assume you are not to be  concerned with any political aspects of the job and that your actions  are legal and ethically justified. This nefarious business takes its own  security seriously and, therefore, has implemented several forms of  network security, including firewalls, web proxies for its web gateways,  and VPNs for remote users. You also know that this business, much like  any normal corporation, rents several floors of office space to  accommodate between 100 and 200 employees. Also, imagine that the  business’s entire network topology is located on-site. Your goal is to  infiltrate their security to find evidence of illegal activities in the  local MSQL database. You must remain anonymous and operate within the  parameters of the law. 

Instructions

Write a 6–10 page paper in which you: 

  • Explain your method of attack and operation within the reasonable  parameters of the law, citing specific, credible sources that support  the method of attack and operation.
  • Describe a specific malware, social engineering, or other type of  attack you would deploy to achieve your desired goals, citing specific,  credible sources that support deployment of the attack.     
    • Identify effective techniques for concealing executables and specific tools used for each stage of the attack.
  • Develop a plan to overcome expected hurdles your attack must  overcome to be successful, citing specific, credible sources that  support the plan.
  • Develop an anonymizing strategy, supported by specific, credible  sources, that creates a false trail and minimizes the risk of detection.
  • Support your main points, assertions, arguments, or conclusions  with at least four specific and credible academic sources synthesized  into a coherent analysis of the evidence.     
    • Cite each source listed on your source page at least one time within your assignment