Design Plan

For  the Week Five final project, you will have created a logo, website, and  mobile site for your fictitious client, Philomena’s Pet Shop. You will  begin working on this project this week and will continue in future  weeks of this course.
Write a design plan to  include typeface and color palettes, as well as, thumbnail sketches of  your design ideas for the logo, website and mobile site.
Note: The actual logo is due in Week Three, website is due in Week Four, and mobile site is due in Week Five.
Submit your design plan as a Microsoft® Word document to the Assignment Files tab.

optimizing, tuning, and resolving various errors associated with large commercial database systems

Use the Word document just fill-in the information making it about 5-6 pages. Also the power point is the exactly the way it should look.
IT professionals are often tasked with optimizing, tuning, and resolving various errors associated with large commercial database systems. As the world becomes more and more focused on the collection and use of data for various purposes, there is a greater need for building database applications that serve numerous complex functions. This final assessment will provide a comprehensive overview of the concepts, techniques, and skills that you have acquired throughout the course. The ability to interface a database management system with other applications and even third-party services is a commonly performed task in this discipline. The scenario, presented below, provides a real-world situation in which such skills will need to be employed.
 
You will review the scenario and create a presentation that addresses, in detail, the key issues pertaining to performance and database efficiency, while touching on recommendations for improvements. You will then create a more detailed plan for addressing the problems highlighted in the scenario.
 
Scenario The County of Everstone is a large county in a densely populated state in the United States. This county has a total of 34 incorporated cities within its boundaries. Overall, the county has a population exceeding 4 million residents. The county employs a proprietary database management system that is responsible for the county’s property tax assessment, parcel, and payment information. In a recent initiative, the county has been highly promoting the use of its online property tax payment and lookup information to reduce mailed payments and in-office visits. The marketing campaign for online property tax payments and information lookup has been highly successful. However, the county’s database systems have not sufficiently handled the increased traffic. As such, the web application available to residents often experiences high amounts of latency, frequently locks up, or in many instances is unavailable.
 
The board of directors has asked executive IT management to look into the issue and provide a prompt resolution to the matter. A review of the hardware and software systems that the database management systems employ reveals that these systems “should” be able to take the capacity and load. Therefore, the IT management has ruled out the hardware systems as being the issue. Upon further investigation, a lead database systems administrator preliminarily reports that the issue appears to stem not from the hardware, but rather from a need to provide performance tuning on the database. The database design seems to be the culprit, since this database systems administrator noted large quantities of duplicated data, poorly written database queries, and triggers.
 
Furthermore, the chief information officer (CIO) has also directed the web programmers and web developers to look at the web application for potential issues. The web development team has reported that while no design or programming issues were found with the web application, the stored procedures (queries) that it runs from the database server take long periods of time to run and frequently lock up the web servers. They suspect the queries were not designed for efficiency, as they were created before more individuals started using the online property tax payment system.
 
The project is divided into two milestones, which will be submitted at various points throughout the course to scaffold learning and ensure quality final submissions. These milestones will be submitted in Modules Three and Six. The final product will be submitted in Module Nine.
 
 
In this assignment, you will demonstrate your mastery of the following course outcomes:
 
Analyze database transactions to discover opportunities for performance tuning  Design database queries for optimum performance that adhere to given requirements and industry best practices  Resolve data duplication and redundancy issues using appropriate database normalization techniques  Respond to run-time errors and optimize database processing successfully by manipulating system parameters   Recommend specifications for advanced multi-user database applications that fit commercial database systems 
 
Prompts
Prompt I: Presentation for the Chief Information Officer (CIO) To address the concerns of the board of directors, the CIO has asked you, as the manager of the database systems team, to provide a presentation that can be delivered to the board of directors. Your presentation should address in detail the key issues pertaining to performance and database efficiency, while touching on recommendations for improvements. The format and tool used for your presentation must be approved by your instructor. It is recommended, however, that free tools with IT support be used, such as Jing, or more traditional tools such as PowerPoint (with accompanying presentation notes), since they will allow you to record yourself giving a presentation. Please review the Guidelines for Submission above the Final Presentation Rubric in this document for further information to guide you in creating your submission.

Basic UNIX command

<[Spring 2018]> IFT 250: Shell & Script Programming with Unix
Lab Activity 2C: Basic Compilation

Learnings
· Basic UNIX commands
· The Nano editor
· Compiling and running a C++ program
Part I: Getting to know Nano
Complete each step listed below and give the command you used to accomplish it.
1. Change your current working directory to the IFT250 directory
1. Using the Nano editor, create a file named first
2. Now in the file first, type the following on separate lines:
your first name, your last name, and your major.
3. Using the commands listed at the bottom of the screen, save what you have written
4. Once you have saved your work, exit the Nano editor.
5. Ensure that the file first exists and contains the content that you just typed.
Part II: Hello World!
Complete each step listed below and give the command you used to accomplish it.
1. If you are not already in the IFT250 directory, move there now.
2. Create a new file in the Nano editor named hello.cpp
3. Enter the following lines in the hello.cpp file:
//**************************************************** // // your_name // IFT250 Spring 2018 // Class Assignment 1 // File: hello.cpp // Discription: print a message to standard output // Compile: g++ -o hello hello.cpp // //**************************************************** #include<iostream> using namespace std; int main() {
cout << “Hello World!\n”;
return 0; }
1. Save the file as before and exit the Nano editor.
You have just created a C++ source file. While it is a valid program, it cannot be executed directly. First you must compile it into an executable program.
2. Compile the hello.cpp file into an executable file named hello using the command: g++ -o hello hello.cpp
3. Run the file using the command: ./hello
4. Take some to experiment with the program. Try figuring out what each line does, and even try to make the program output something different. Just remember to compile the program after you make changes.
Submissions
Once you’ve completed all the activities, perform the following steps for submission:
1. Ensure that all your answers as well as the files you created in this lab are correct and complete.


Page | 4

Business Drivers for Information Security Policies

Business Drivers for Information Security Policies

Discusssion
Scenario

  • The organization is a regional XYZ Credit Union/Bank that has multiple branches and locations throughout the region.
  • Online banking and use of the Internet are the bank’s strengths, given limited its human resources.
  • The customer service department is the organization’s most critical business function.
  • The organization wants to be in compliance with Gramm-Leach-Bliley Act (GLBA) and IT security best practices regarding its employees.
  • The organization wants to monitor and control use of the Internet by implementing content filtering.
  • The organization wants to eliminate personal use of organization-owned IT assets and systems.
  • The organization wants to monitor and control use of the e-mail system by implementing e-mail security controls.
  • The organization wants to implement this policy for all the IT assets it owns and to incorporate this policy review into an annual security awareness training program.

 Discussion Requirements

  • Using the scenario, identify four possible information technology (IT) security controls for the bank 
  • Provide rationale for your choices.
  • Reference your work.

6D1-9 – Local Knowledge And CBPR

Discussion Instructions:

  1. Compare benefits and drawbacks of applying local knowledge to the design and implementation of community-based participatory research. 
  2. Understand the basic principles of action research.
  3. Communicate through writing that is concise, balanced, and logically organized.

Read Chapters 1 and 2 in Community-Based Participatory Research, address the following in a discussion post:
* Discuss the benefits of using local knowledge when designing a community-based participatory research (CBPR) project.
* Discuss the drawbacks of using local knowledge when designing a CBPR project.

CJA 355 Program Evaluation Paper

Write a 1,050- to 1,750-word paper in which you identify a grant funded program that was implemented by a criminal justice agency in the last five years. Include the following in your paper:
Summarize the nature of the program.
Explain how the agency implemented the program.
Identify what need the program was intended to affect. Discuss how the program was funded, including the funding organization.
Format your paper consistent with APA guidelines.
i will pay 15.00 including the down payment charge.

System Documentation For An Enterprise Network System

System Documentation For An Enterprise Network System – 2000 Words

 
Please find the attachment for full detail
Detailed requirements are provided below:
1. For your chosen scenario, (i) analyse client requirements, (ii) identify and propose the required servers and server roles (services), and (iii) provide required configurations for your chosen scenario.
2. Perform the configurations using either virtually or physically installed server OS to realise the scenario. Students can use Windows Server 2008 or a higher version, or Linux server if appropriate, which will depend on the scenario chosen. Your submission should include screenshots of each important step.
3. Prepare a detailed system documentation report to cover your work done in steps 1 and 2 above, using a standard template

focusing on business requirements, competitors, and technology

IT 210 Milestone One Guidelines and Rubric
Overview: This assignment is the first milestone that you will complete for your final project. In this milestone, you will address the following:
· You will begin drafting parts of your final project, focusing on your business requirements, competitors, and technology.
· This assignment is an important practice opportunity for you to create a draft, and to get feedback from your instructor to improve your final draft.
· The rubric reflects that this is a practice opportunity. You should focus on getting the necessary information into your draft. No draft is perfect.
· This milestone aligns with sections I, II, and III of your final project. Use the questions in the critical elements as a guide.
· You are free to work in the Final Project Template document or on a separate word document for your drafts.
o It is recommended you use the template to ensure you do not miss any items you need to address. The critical elements are highlighted in yellow in the template.
· The decision matrix is not required for this milestone; however, you will be submitting the decision matrix in Milestone Two. It is recommended that you use the template provided to help narrow your technology recommendation.
Prompt: Imagine that you work for the small brick-and-mortar business described in the final project case scenario. The owner of your business wants to focus on generating new revenue through e-commerce, but she knows that this change in operations requires the company to integrate new technology. To gain an understanding of what the business might need for technology, she has asked you to create a business systems analysis. In this analysis, you will clearly introduce the problem that your business is facing. Then, you will determine the business requirements for solving that problem, including the requirements that any new technology needs to meet.
Your goal in the final project is to establish an e-commerce presence, but you must improve the current technology first. Use the Decision Matrixdocument as you conduct your research for assistance organizing your thoughts. (You will submit the completed decision matrix in Milestone Two.) For additional resources on developing the decision matrix, refer to:
· Decision Matrix: What It Is and How to Use It: This article defines the decision matrix and discusses how leaders evaluate and prioritize all of their options when considering solutions to a difficult task.
· Decision Matrix Analysis: This article explains how to use a decision matrix analysis, a useful technique for making a choice when many factors must be balanced.
· Decision Matrix Example: Use this resource to view an example of a completed decision matrix.
Specifically, the following critical elements must be addressed:
I. Introduction: In this section, you will briefly introduce the small business from the case scenario, and the problem that it is trying to solve.
A. Clearly state the problem that the business owner is seeking to solve. Be sure to address the question of what your business ultimately wants to do.
B. Identify and briefly describe the two technologies from the list provided that you will research in your business systems analysis.

AI. Business Requirements: In this section, you will determine what the business requirements are to solve the stated problem, and establish the criteria that will help form your technology recommendations. You will also articulate why the business owner should undertake the project of integrating new technology.
A. Explain the objectives of undertaking this project to integrate new technology. In others words, what should the project accomplish, and how does it support the goal of your business?
B. Provide a project description that explains the purpose of the project. Be sure to address the following:
i. What does your business need to do to satisfy the objectives?
ii. What are the desired results at the end of the project?
iii. Why is it important for your business owner to consider implementing new technology?
C. State the key technological requirements that will be required of any new technology in order to effectively solve your business’s problem. In other words, what specifically does the technology need to be capable of doing? (These are the technology requirements in the decision matrix.)
BI. Competitors and Technology: In this section, you will describe two competing companies that operate in the same industry as your business. You will also explain how a company uses the two technologies that you are investigating to determine if the technology may be appropriate for your business to use. Remember that a list of competing companies was provided to you in the final project case scenario.
A. Technology One: Select one company in the same industry as your own that uses this technology. Briefly describe what that company does and how it uses this technology to support its business in general. Include specific examples.
B. Technology Two: Select one company in the same industry as your own that uses this technology. Briefly describe what that company does and how it uses this technology to support its business in general. Include specific examples.
C. Referring to what you learned in your research on the companies above, explain one specific way in which one of the companies is benefittingfrom technology, and describe the potential benefit to your business if you were to adopt the same approach.
Rubric
Guidelines for Submission: Your rough draft should be 3–4 pages in length and should follow APA formatting, including double spacing, 12-point Times New Roman font, and one-inch margins.
Critical Elements
Minimal or No Errors (100%)
Significant Errors (75%)
Missing from Draft (0%)
Value
Introduction: State
States the problem that the
States the problem that the
Does not state the problem
12
the Problem
business owner is seeking to
business owner is seeking to
that the business owner is
solve, with minimal or no
solve, but response is unclear
seeking to solve
errors
or contains inaccuracies

Introduction: Two
Identifies and briefly describes
Identifies the two technologies
Does not identify the two
12
Technologies
the two technologies that the
that the student will research
technologies that the student
student will research in
in business systems analysis,
will research in business
business systems analysis, with
but does not describe them, or
systems analysis
minimal or no errors
description contains
inaccuracies
Business
Explains the objectives of
Explains the objectives of
Does not explain the objectives
12
Requirements:
project to integrate new
project to integrate new
of project
Objectives
technology, with minimal or no
technology, but explanation is
errors
cursory or illogical or contains
inaccuracies
Business
Provides a project description
Provides a project description
Does not provide a project
12
Requirements:
that explains the purpose of
that explains the purpose of
description
Project Description
the project, with minimal or no
the project, but description is
errors
illogical, contains inaccuracies,
or is missing required
components
Business
Describes the key technological
Describes the key technological
Does not describe the key
12
Requirements:
requirements that will be
requirements that will be
technological requirements
Technological
required of any new
required of any new
that will be required of any
Requirements
technology to effectively solve
technology to effectively solve
new technology
the business’s problem, with
the business’s problem, but
minimal or no errors
description is missing key
requirements or contains
inaccuracies
Competitors and
Briefly describes what the
Briefly describes what the
Does not describe what the
12
Technology:
selected competing company
selected competing company
selected competing company
Technology One
does and explains how it uses
does and explains how it uses
does or explain how it uses the
the technology to support its
the technology to support its
technology to support its
business, and includes specific
business, but does not include
business
examples with minimal or no
specific examples, or examples
errors
are inappropriate, or
explanation is cursory or
contains inaccuracies

Competitors and
Briefly describes what the
Briefly describes what the
Does not describe what the
12
Technology:
selected competing company
selected competing company
selected competing company
Technology Two
does and explains how it uses
does and explains how it uses
does or explain how it uses the
the technology to support its
the technology to support its
technology to support its
business, and includes specific
business, but does not include
business
examples with minimal or no
specific examples, or examples
errors
are inappropriate, or
explanation is cursory or
contains inaccuracies
Competitors and
Explains one specific way in
Explains one specific way in
Does not explain one specific
12
Technology:
which one of the competing
which one of the competing
way in which one of the
Benefitting From
companies is benefitting from
companies is benefitting from
competing companies is
Technology
technology, and describes the
technology, but does not
benefitting from technology
potential benefit to the
describe the potential benefit
business from the scenario if
to the business from the
they were to adopt the same
scenario, or description is
approach, with minimal or no
cursory or illogical
errors
Articulation of
Submission has no major
Submission has major errors
Submission has critical errors
4
Response
errors related to citations,
related to citations, grammar,
related to citations, grammar,
grammar, spelling, syntax, or
spelling, syntax, or
spelling, syntax, or
organization
organization that negatively
organization that prevent
impact readability and
understanding of ideas
articulation of main ideas
Total
100%