discussion

 

A picture is worth a thousand words” may be a lovely cliché, but it’s exactly the wrong way to view visualization. 

Reply post

For this week’s discussion, please view the Periodic Table of Visualization at the following link (http://www.visual-literacy.org/periodic_table/periodic_table.html). Choose one Data Visualization and one Compound Visualization by placing your mouse cursor over each option. Provide the class with a brief description of your choices and explain why you made your choices. Also, describe what advantage do your choices have over the others. Remember to also reply to at least two of your classmate’s posts on this questions and include all in one single thread.

BI Week 15 Assignment

Complete the following assignment in one MS word document:

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 eferences (and APA in-text citations) to support the work this week. All work must be original (not copied from any source).

Discussion 1. Compare the IoT with regular Internet.

Discussion 2. Discuss the potential impact of autonomous vehicles on our lives.

Discussion 3. Why must a truly smart home have a bot?

Discussion 4. Why is the IoT considered a disruptive technology?

Exercise 3. AT&T is active in smart city projects. Investigate their activities (solutions). Write a summary.

Exercise 4. It is said that the IoT will enable new customer service and B2B interactions. Explain how.

Exercise 6. Find information about Sophia, a robot from Hanson Robotics. Summarize her capabilities.

2 discussions due in 16 hours

50 words in initial post:

  

INSTRUCTIONS: 

  • Respond to the below topic in a minimum of 50 words.  (5 points)
  • Reply to at least 1 of your classmates. Be constructive and professional in your responses. (5 points)

Your participation in this online activity will count toward this week attendance.

How to Manage your Outlook Mailbox Effectively 

There are many benefits of using email over paper, phone, and face-to-face communications such sending messages whenever you wish. You do not have to wait for the people you need to talk with to be in their offices. Other users can send email messages to you, even if you do not have your email program open. Your messages can be as long as you wish, so you are not limited to the short time typically allowed on some voice mail systems. You can also attach a file (such as a spreadsheet or word processing document) to a message.

Describe some of the issues that can be caused by not properly managing the size of one’s Outlook® mailbox.

What are some ways to organize messages and clean up or reduce the size of one’s Outlook® mailbox?

TEYLOR’S POST: 

 One of the most effective ways to organize your messages would be by creating certain folders for your important mail. Creating folders and using the quick step tools allow us to reduce our mailbox size. Also responding to mail that takes us seconds to reply helps with this as well. If we do not correctly manage our mailbox important mail could be overlooked and ignored. 

 

INSTRUCTIONS: 

  • Respond to the below topic in a minimum of 50 words.  (5 points)
  • Reply to at least 1 of your classmates. Be constructive and professional in your responses. (5 points)

Your participation in this online activity will count toward this week attendance.

Digital Literacy

It’s hard to imagine a job that doesn’t require a working knowledge of a personal computer. 

Research the term digital literacy. Use several different websites to get an idea of what this term means.  

What does it mean to be digitally literate, especially in career that you plan to pursue, and why is it important?

SHELBY’S POST:

 
Digital literacy becomes very important when you are trying to start your career. Digital literacy means having the knowledge to work and learn how to communicate through the internet. In most careers you use web browsers, email, PowerPoints and have to create and edit things and that is digital literacy. 

Ethical Hacking week 2

 

Wk 2 Research Assignment

Go online and search for information that relates to ethical hacking (white hat or gray hat hacking). Choose one of these areas explain why a company might benefit from hiring someone to hack into their systems.Your assignment should be 3-4 paragraphs in length. 

Data structure (Python)

Please following the requirement which is in the PDF file(cs261 assignment instruction), and give the same output as the PDF file shows. 

Then, answer the 4 questions which I give in word file and I also provide the pdf files which the questions required.

mysql and database (MySql WorkBench)

Show the results (using screenshots) of executing each SQL statement against the database you created for assignment #1. Do not highlight your SQL statement in MySQL Workbench before taking the screenshot (this makes it difficult to read the output).

also show the results of executing a SELECT * … statement against the VIEW. All screenshots and text must be submitted as a single Word document.

python

 

Write a Python program to hold information on a course

  • Program should have a main class
  • Variables are: Teacher name, Credits, Course Name
  • Add a method to enter teacher name and a method to enter credits
  • Use a try catch block to verify that credits is an “int”
  • Add a method to report on the variables  
  • Use _init_ method to create attributes
  • Use def main method to start class
  • Create at least two instances 
  • Add data and print using the methods defined in the class.