WEBD

 

During Week 1 through Week 7 of this course, you will be building a personal website on a topic of your choice. Choose a topic about which you are both knowledgeable and enthusiastic, so that you will be able to easily write about the topic and share your knowledge of the topic through your website. During Week 1, you will create the home page of your website. Make sure that you write the content (the paragraphs of information about your topic) yourself. Do not copy content from other web pages. Your website should contain at least 4-6 paragraphs of information, arranged in a logical manner (using headings and sub-headings appropriately). During Week 2, you will add an external style sheet to your website. During Week 3 through Week 7, you will either add additional pages to your website or you will add new functionality to your home page, as directed in the instructions for each assignment.

You must write the code files by hand for all assignments in this class. A simple text editor, such as Notepad or Notepad++ will suffice (or TextEdit on the Mac). DO NOT use GUI editors, such as FrontPage, Dreamweaver, etc. You must write the code for your web pages yourself. If you are using a PC, it is strongly recommended that you download the free Notepad++ text editor because it contains extra features which assist with debugging, such as line numbering and color coding of different elements of syntax. Mac users should use the TextEdit text editor that comes with the Mac OS. However, if you are a Mac user, make sure you set TextEdit to use Plain Text by default. You can find instructions for this here.

Make sure all of your web pages comply with the HTML 5 standards and CSS standards. DO NOT use obsolete HTML elements and attributes from previous versions of HTML. By including the HTML 5 DOCTYPE declaration in your webpages, and validating all of your HTML files here, you can be sure that your code complies with HTML 5. Starting Week 2, your external style sheet (.css file) must pass validation at the W3C CSS Validation Service. Make sure you use the “Validate by File Upload” option (and NOT the “Validate by Direct Input” option), on both of these validators since this is the way your instructor will check your pages when grading your assignments.

The home page of your website must be named “LastFirstHomePage.html” where “Last” is your last name and “First” is your first name. For example, if your name is John Smith, you would name your home page file SmithJohnHomePage.html Starting with Week 2, you will also have a CSS file linked into every HTML page on your website. Name your CSS file “LastFirstStyleSheet.css” where “Last” is your last name and “First” is your first name. Your website must only have 1 CSS file and that file should be linked into all HTML pages on your website. Additional HTML pages created for your website (During Week 3 through Week 5) should be hyperlinked together through a navigation menu that appears on all pages of your website. Naming conventions for each additional page on your website will be included in each assignment description that requires a new HTML page.

Specific Instructions for Assignment 6:

For this assignment, you will add a video and audio message to your home page:

1) Use any software of your choice, including multimedia software that is built into your operating system, free audio software that you can find online, or even your smartphone to create a short audio recording with a welcome message for your website.

2) Use any software of your choice, including multimedia software that is built into your operating system, free video software that you can find online, or even your smartphone to create a short video with a welcome message for your website.

Note: Make sure you keep both your audio and video short (no more than 2 minutes each). The Sakai classroom has a file size limit of 1GB for each assignment. You need to make sure your audio and video are short enough that your zip file containing your entire website will be under the 50MB file size limit.

Note: Also, make sure you remember to include your .mp4 (video) and .mp3 (audio) files in your zip archive! Your video and audio won’t play on your website when I grade it unless you include the video and audio files in your zip archive.

3) Using the <video> element, embed your video file into your home page. You can read more about the <video> element here

Note: DO NOT use the <iframe>, <object>, or <embed> elements. These have been superseded by the <video> element in HTML5!

4) Using the <audio> element, embed your audio file into your home page. You can read more about the <audio> element here

Note: DO NOT use the <iframe>, <object>, or <embed> elements. These have been superseded by the <audio> element in HTML5!

Before submitting your web site:

  1. Validate all HTML files here, using the “Validate by File Upload” option, and fix any errors that the validator identifies before submitting your web site for grading.
  2. Validate your CSS file here, using the “Validate by File Upload” option, and fix any errors that the validator identifies before submitting your web site for grading.

Note: It is critical that you debug and fix ALL errors identified by these two code validators before submitting your assignments. Contact your instructor for assistance if you are having difficulty debugging and fixing your errors because it is imperative that your code files pass validation.

Submission Instructions: Create a zip file containing all files related to your web page (.html files, .css file, image files, and/or multimedia files). Make sure you maintain the necessary directory structure in your zip file so that your webpages will view correctly when unzipped. In other words, if your images are in a sub-folder on your computer, in relation to the folder containing your .html file, then you need to maintain that same directory structure in your zip file, too. Submit only the zip file for grading.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

computer architecture

Hello,  anyone able to resolve these issues?

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

AI and Cybersecurity

Write an apa paper about ai and cybersecurity. Each section must be covered in 2 pages (Sections: Protocols, Innovations, and Ethical challenges. 

Note: Follow my abstract review that also consists of my sources for this paper. 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Business intelligence ITS-531: week4 assignment

 

Week 4 assignment: Complete the following assignment inone MS Word document“: 

Textbook:

Analytics, Data Science, & Artificial Intelligence: Systems for Decision Support Dursun Delen 

Chapter 7

discussion question #1-4  (100 – 120 words each answer) 

1. Explain the relationship among data mining, text mining, and sentiment analysis.

2. In your own words, define text mining, and discuss its most popular applications.

3. What does it mean to induce structure into text-based data? Discuss the alternative ways of inducing structure into them.

4. What is the role of NLP in text mining? Discuss the capabilities and limitations of NLP in the context of text mining.

exercise 3 – (1 page)

Go to teradatauniversitynetwork.com and find the case study named “eBay Analytics.” Read the case carefully and extend your understanding of it by searching the Internet for additional information, and answer the case questions.

Internet exercise # 7 – (1 page)

Go to kdnuggets.com. Explore the sections on applications as well as software. Find names of at least three additional packages for data mining and text mining.

Note: When submitting work, be sure to include an APA cover page and include at least two APA formatted references (and APA in-text citations) to support the work this week.

All work must be original (not copied from any source).

within 8hrs, with references, APA format, plagiarism check required

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

121

 

During Week 1 through Week 7 of this course, you will be building a personal website on a topic of your choice. Choose a topic about which you are both knowledgeable and enthusiastic, so that you will be able to easily write about the topic and share your knowledge of the topic through your website. During Week 1, you will create the home page of your website. Make sure that you write the content (the paragraphs of information about your topic) yourself. Do not copy content from other web pages. Your website should contain at least 4-6 paragraphs of information, arranged in a logical manner (using headings and sub-headings appropriately). During Week 2, you will add an external style sheet to your website. During Week 3 through Week 7, you will either add additional pages to your website or you will add new functionality to your home page, as directed in the instructions for each assignment.

You must write the code files by hand for all assignments in this class. A simple text editor, such as Notepad or Notepad++ will suffice (or TextEdit on the Mac). DO NOT use GUI editors, such as FrontPage, Dreamweaver, etc. You must write the code for your web pages yourself. If you are using a PC, it is strongly recommended that you download the free Notepad++ text editor because it contains extra features which assist with debugging, such as line numbering and color coding of different elements of syntax. Mac users should use the TextEdit text editor that comes with the Mac OS. However, if you are a Mac user, make sure you set TextEdit to use Plain Text by default. You can find instructions for this here.

Make sure all of your web pages comply with the HTML 5 standards and CSS standards. DO NOT use obsolete HTML elements and attributes from previous versions of HTML. By including the HTML 5 DOCTYPE declaration in your webpages, and validating all of your HTML files here, you can be sure that your code complies with HTML 5. Starting Week 2, your external style sheet (.css file) must pass validation at the W3C CSS Validation Service. Make sure you use the “Validate by File Upload” option (and NOT the “Validate by Direct Input” option), on both of these validators since this is the way your instructor will check your pages when grading your assignments.

The home page of your website must be named “LastFirstHomePage.html” where “Last” is your last name and “First” is your first name. For example, if your name is John Smith, you would name your home page file SmithJohnHomePage.html Starting with Week 2, you will also have a CSS file linked into every HTML page on your website. Name your CSS file “LastFirstStyleSheet.css” where “Last” is your last name and “First” is your first name. Your website must only have 1 CSS file and that file should be linked into all HTML pages on your website. Additional HTML pages created for your website (During Week 3 through Week 5) should be hyperlinked together through a navigation menu that appears on all pages of your website. Naming conventions for each additional page on your website will be included in each assignment description that requires a new HTML page.

Specific Instructions for Assignment 7:

For this assignment, you will add the following JavaScript functionality to the home page of your website:

1) Add a button on your home page that displays the current date and time on your webpage when the user clicks the button.
(See an example here)

2) Using the onmouseover and onmouseout attributes, write Javascript code that changes the color of the main heading on your homepage when the user mouses over it and changes the color of the same heading back to its original color again when the user mouses away from it. Make sure the colors you choose provide sufficient contrast for your instructor to easily see the color change when mousing over the heading and away from it.
(See an example here)

3) Write two custom JavaScript functions: one that changes the text of an HTML element to a secret message (of your choice!), and another that changes the text of an HTML element back to the default text (“Mouse Over Me”). Create a box on your home page that displays the text “Mouse Over Me.” To create the box, use the <div> element with the height, width, padding, and background-color attributes. Additionally, use the onmouseover and onmouseout attributes to call your two custom JavaScript functions, to accomplish the following: A new message should display to the user when they mouse over the box (use some creativity to write an interesting secret message!). The text “Mouse Over Me” should display in the box again when the user mouses away from the box.
(See an example here)

Before submitting your web site:

  1. Validate all HTML files here, using the “Validate by File Upload” option, and fix any errors that the validator identifies before submitting your web site for grading.
  2. Validate your CSS file here, using the “Validate by File Upload” option, and fix any errors that the validator identifies before submitting your web site for grading.

Note: It is critical that you debug and fix ALL errors identified by these two code validators before submitting your assignments. Contact your instructor for assistance if you are having difficulty debugging and fixing your errors because it is imperative that your code files pass validation.

Submission Instructions: Create a zip file containing all files related to your web page (.html files, .css file, image files, and/or multimedia files). Make sure you maintain the necessary directory structure in your zip file so that your webpages will view correctly when unzipped. In other words, if your images are in a sub-folder on your computer, in relation to the folder containing your .html file, then you need to maintain that same directory structure in your zip file, too. Submit only the zip file for grading.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

120

Discussion Points:  ●    Find 2 – 3 examples of UX Design that do NOT comply with or not fully follow law(s) of UX. Explain your choices.  ●    Discuss 2 – 3 examples of UX Design successfully following the law(s) of UX. Explain your choices. ●    Find at least two examples of utilization of psychology principles and theories in product design that you are familiar with. Please explain your choices. 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Unit 10 IT592

 

Purpose

The purpose of this assignment is for you to analyze various business frameworks for IT and security. These frameworks are used for strategic alignment with organizational goals of delivering high-quality products and services.

Assignment Instructions

Scenario

In this scenario, you are an IT manager of a mid-size adaptive manufacturing company. The yearly revenue for the company is $15M, and there are 100 employees, many of which are research and development personnel. You have been asked by upper management to put the plan together for a single integrated framework since there are continuous changes in technology, not to mention the pressure from suppliers and your customers. In this assignment, you will conduct research on different business frameworks for managing IT. Pick two frameworks and write a compare and contrast paper to present to management so they can make an informed decision. Frameworks that you can pick from are COBIT5®, ITIL®, VAL IT®, Risk Frameworks®, TOGAF®, PRINCE2®, NIST Cybersecurity Framework® or any other framework you find that is applicable.

Assignment Requirements

Write an APA style compare and contrast paper to present to upper management so that an informed decision can be made on a business framework for IT and security. You must choose two frameworks and identify three similarities and three differences. In addition, you will explain why you would pick one of the two frameworks by writing a compelling argument for one over the other. Be sure to use at least three examples in your argument. The paper should be at least 5 pages long, not including the title page and references pages.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Unit 10 IT544

 

Purpose

You are a cybersecurity threat analyst for a consulting company that does work for both the public and private sectors. Your project is to create an action plan/framework to help mitigate cyber risks due to development operations, application development, and insider threats. Realizing insider threats are a concern, it is also your job to ease the director of research and development’s mind in regard to continuing to use contractors, including those from foreign countries.

Assignment Instructions

You have been assigned a new project, and it is to help to develop a process or framework for a mid-sized (200 employees) software company. The software company develops a commercially available Web-based system with an accompanying mobile application (Android and iOS) for the financial sector. The company’s yearly revenue is approximately $15 million. The director of research and development is concerned about their application development and the development operations (DevOps) activities in regard to insider threats. The software company frequently uses contractors, (on-site and remote), and some of the contractors are from foreign countries. The contractors help develop and test their software product and are also used for in-house software development and maintenance. There is only one research and development (R&D) facility for the company. Your project is to create an action plan/framework to help mitigate cyber risks due to development operations, application development, and insider threats. Realizing insider threats are a concern, it is also your job to ease the director of research and development’s mind in regard to continuing to use contractors, including those from foreign countries. He is a fact-driven decision maker and would benefit from facts regarding how multiculturalism and diversity could benefit his company and not harm it.

Consider the following in your action plan:

  • How you will convince the director you can effectively address any potential issues related to multiculturalism and diversity
  • How you will utilize problem-solving skills and conflict resolution to bridge cultural differences
  • How you will address change that occurs due to the presence of multiculturalism and diversity in a business environment

In addition to creating and maintaining a Web-based financial system and mobile application to accompany it, the company uses several enterprise-based systems for day-to-day operations. They have an email system, customer relationship management system, source code control system, bug tracking system, and technical support tracking system. The technical support tracking system is an in-house developed system and is considered a legacy system. The company is researching various technical support systems to replace the legacy system. The other enterprise systems were purchased/leased from various vendors. The customer relationship management system is cloud-based and an Oracle product. The other systems reside on-premises and are in a hardened data center located 10 miles from the R&D facility. The data center has successfully gone through an SSAE 16 audit.

The company has a business continuity plan; however, the disaster recovery plan needs to be improved as the company does not have a hot backup site. They do back up all critical systems several times per day. The backup data is automatically streamed to another hardened data center (also SSAE 16 certified) that is located 25 miles away. All of the systems at the data center are considered critical systems. In addition, the system test and software quality assurance departments have all the necessary software and hardware (mobile/tablets included) to maintain high-quality assurance sufficiently. This testing infrastructure is located at the R&D facility and not in the data center.

  1. Analyze the NIST Cybersecurity Framework.
  2. Determine if it can be used as a guide to producing an action plan/framework for the company to use in an effort to reduce the likelihood of insecure application development and insider threats. If it cannot be used/mapped to the software company, then what framework or method is better suited for the software company?
  3. Discuss if you recommend using various frameworks/guides, resulting in a hybrid approach? You have to produce an action plan/framework, so it is important for you to do as much research as possible on other types of solutions.

It is very important for you to consider that the cybersecurity landscape includes cybercriminals, hackers, activists, etc., who use the latest technological tools and technologies to cause harm. The action plan/framework that you create should be agile enough so it can adapt to changing risk environments over time. Finally, as you formulate your plan, costs will have to be justified in time, so consider the revenue of the company and an industry-standard percentage spent on cybersecurity budgets.

Your action plan should be at least 3–4 pages of content (exclusive of title page, etc.), double-spaced in 12pt Times New Roman font, use correct APA formatting, and include a title page, table of contents, abstract, and reference page(s). If applicable, be sure to document your content with proper APA in-text citations that match your reference list. You can have more than one table and more than one figure; however, they must be fully explained.

You must support your research and assertions with at least three credible sources. You may use peer-reviewed articles, trade magazine articles, or IT research company (Gartner, Forrester, etc.) reports to support your research; you can use the Library to search for supporting and peer-reviewed articles. Wikipedia and similar sources are unacceptable.

Assignment Requirements

  • At least 3–4 pages of content (exclusive of title page, etc.), double-spaced in 12pt Times New Roman font, using correct APA formatting and including a title page, table of contents, abstract, and reference page(s).
  • At least 3 credible sources.
  • No spelling errors.
  • No grammar errors.
  • No APA errors.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

I need help in completing my task

 Chapter 13- discussion question #1-4 & exercise 3 & 4 & 6 

 

When submitting work, be sure to include an APA cover page and include at least two APA formatted references (and APA in-text citations) to support the work this week.

All work must be original (not copied from any source).

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

computer course (powerpoint)

I have attached the four pictures that you are to make into a powerpoint presentation.  It is supposed to be four powerpoint slides.

Directions:  

Grading Rubric: Point Values

PowerPoint Lab 1: Bobby’s Bake Shop

15 – Retrospect document theme applied; variant not changed

10 – Title slide created and formatted correctly

10 – Illustration called Bakery inserted, resized, and positioned

5 – The words Anytown, USA replaced with students’ hometown city and state

10 – Slide 2 uses Title Only slide layout; title added and formatted; picture called Doughnut inserted and positioned; pictured called Muffin inserted and positioned

10 – Slide 3 uses the Picture with Caption layout; picture inserted; text added and formatted

10 – Closing slide created based on the title slide and modified

15 – Clock transition in the Exciting category is applied to all slides and the duration is 2 seconds

10 – File is saved as “Lab 1-1 Bake”

5 – Spelling checked, typos corrected

Bake Shoppe: Creating a Presentation with Pictures – Grade

Assignment: Complete PPT52-53 PowerPoint Module 1 Lab 1: Bake Shoppe: Creating a Presentation with Pictures – Grade

Steps: 1-10

Introduction: PowerPoint Module 1 to get an understanding of how to use the software properly. You do not want to attempt to recreate the assignment without using the proper skills described in the module. Feel free to complete the module assignment to learn the proper steps or you can use the module as a reference. 

The Assignment: Use MS Office 2016 to complete this assignment. MS Office 2016 is provided to each student. Click the MS Office 2016 Button in the Blackboard Menu to download the software. Do not use a mobile, online, or tablet version of the software as it will not have all of the options necessary to complete the assignment properly. Follow the steps in the assignment and save the file to a location of your choice when complete.

Data File(s): To use data files right click and “save target as” or “save link as”. Select the location to save. This will save the file to your computer so you can ope it and use it.  Do not click and open the file to try to use the file.  Bakery.png

(opens in new window) Bread.jpg (opens in new window)Doughnut.png (opens in new window)Muffin.png (opens in new window) 

Grading Rubric:  PowerPoint Lab 1-1 Bake_Shop_Rubric.docx

(opens in new window)

To Submit:  Click the assignment title link. Click “Browse My Computer” Button below. Find your File. Attach your file.  Submit.

The Preview: Blackboard is not a Microsoft Software therefore the preview may not be an exact view of your original document. Only use the preview to ensure the file is the proper file but do not view it for accuracy. When your instructor grades the file will get downloaded and viewed in the created software for accuracy. 

Check Your Submission: To check your submission, click the “My Grades” button in the Blackboard Menu.  Find the title of the assignment.  You should see a Yellow !.  Click the Assignment Name.  It is a link for you to view your submission.

Clear Your Submission: Assignments can be submitted only one time. If you submitted the incorrect file email your instructor and request to have the link cleared.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now