Python Functions

1) Write a function that calculates the volume of a sphere with radius r for only values > 0, return 0 otherwise . V=4/3  π r^3

2)  Write a function that finds you weight in stones using the formula.  mstone = mkgx2.2/14

3) Write a function that takes some monetary amount from the user in dollars, and then display exact changes for this amount using the minimum number of coins. For example, $0.97 shows 3 quarters, 2 dimes, and 2 pennies. 

 

Output: 
change_it(97)

The change for 97 cents is:
3 quarters
2 dimes
2 pennies

 Write an function to calculate both Ohm’s Law and Power transferred. The function takes i and r as inputs and prints the results (see output below). Calculate only if both i and r are > 0. 

 

FORMULA
 i is current, v is voltage, r is resistance, p is power
 p = i * v   # power = current * volatage
 v = i * r   # voltage = current * resistance
def ohms_law(i, r): 
   '''
     i is current
     r is resistance
   '''
   # check if both i and r are greater than 0
   # calculate v and p
   # PRINT v and p
omhs_law(5, 5)
v = 25 p = 125

omhs_law(-5, -5)
0

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 Week 6 Assignment

Need 5-6 Pages atleast but there is no limit

Paper Section 1: Reflection and Literature Review

Using Microsoft Word and Professional APA format, prepare a professional written paper supported with three sources of research that details what you have learned from chapters 11 and 12.  This section of the paper should be a minimum of two pages. 

Paper Section 2:  Applied Learning Exercises

In this section of the professional paper, apply what you have learned from chapters 11 and 12 to descriptively address and answer the problems below.  Important Note:  Dot not type the actual written problems within the paper itself.

  1. Search to find and possibly test some applications of artificial intelligence and ES. Consider a fictional or real organizational work environment for which you are currently part of or what to be part of and think about a decision-making problem that requires some expertise (but is not too complicated) for this type of work environment. Based on research, experience and or understanding of this work environment, identify the problems that are supported or can potentially be supported by rule-based systems. Some possible example areas could include, and is not limited to, selection of suppliers, selection of a new employee, job assignment, computer selection, market contact method selection, determination of admission into graduate school and or specific ones more suited to the established work environment based on experience and or desire.
  2. How does knowledge management support decision-making? Identify products or systems on the Web that help organizations accomplish knowledge management. Start with brint.com and knowledgemanagement.com. Try one out and report your findings and learning experience.

 Paper Section 3:  Conclusions

After addressing the problems, conclude your paper with details on how you will use this knowledge and skills to support your professional and or academic goals. This section of the paper should be around one page including a custom and original process flow or flow diagram to visually represent how you will apply this knowledge going forward.

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

review

 Next, in your role as a peer reviewer, provide constructive feedback and suggestions through the group’s discussion board to help ensure that the best possible proposal is presented to the project sponsor. Feedback and suggestions should be posted no later than 2 days before the assignment is due. 

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

Ethical Hacking week 8

Locate an article on a system breach (Target stores, Sony Pictures, US Government, and many more).In 2-3 paragraphs, briefly explain the situation and what kind of information was compromised. How large was the breach and how long did it take to find the problem. Include a link to any of your Internet resources. 

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

Reaction paper on hidden figures movie

Need to describe in 1000 words about hidden figures movie

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

Module 6: Analyzing an Algorithm

One can define an algorithm as a set of guidelines that describe how to perform a task. Given this definition, discuss how you would analyze an algorithm for correctness and efficiency. Conduct some research to assist you with your answer.

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

6- MODULE-VIEW-CONTROLLER DESIGN TECHNIQUE

Which component of this technique will you be incorporating into this week’s programming assignment? (JAVA SWING and Reverse Polish (HP) Style)

need resources and APA

https://www.guru99.com/java-swing-gui.html
so this means just to view the URL and comment on the Reverse Polish and if its good or not

The examPLE is attached. 

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

Shared Security Responsibility of DBA

 Describe in 500 words the shared security responsibility model that a dba must be aware of  when moving to the cloud. 

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

Security in Your Lives

While we may not have had much time together discussing security, this probably reminded you of events in your life. Think about a time when you witnessed or were part of a “breach” in security. This might be a specific attack against just you, as part of a larger breach, such as your identity being stolen during a newsworthy event, or an arbitrary event from the news you choose to analyze. Discuss the event, and then discuss which of the CIA (confidentiality, integrity, and availability) principles were violated and specifically how they were violated.  

For the response to suggest an improvement or fix that might have prevented this principle violation.  

Parameters 

  • Initial responses 
    • Posts should be 250 to 300 words in length
    • Must include at least one source outside of your textbook, and it should be included in the reference list at the end of the post
    • All sources should be used in the content of the post using APA format
  • Peer responses 
    • Responses should be 100 to 150 words or more
    • Responses must be substantive and continue learning (avoid a simple “good,” “bad,” or “I agree”)
    • Attempt to find a source to support your follow-up responses 
    • For the response to suggest an improvement or fix that might have prevented this principle violation.  

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

Building a Virtual Machine

For this project, you will create a virtual Linux machine that will be hosted on your computer.

  • To virtualize the system, you may use free solutions you find online, such as VMWare Player or VirtualBox, and you will use Ubuntu 18.04 (a deliberately older version) as your operating system. You might choose to download a pre-built image of Linux rather than installing your own. (Hint: see https://www.osboxes.org/ubuntu/ (Links to an external site.) for some ready-made images.)
  • In your submission, you will need to prove that you have completed the project by discussing your process and sharing screenshots
  • This virtual machine will be used again in next week’s assignment

 The additional instructions below are to assist you with Ubuntu installation.

  

Create a new Virtual Machine named Ubuntu Desktop. Verify that the version is Ubuntu 64-bit. Specify four gigabytes of memory. Create a virtual drive, provision. Specify the size as 128 gigabytes. Start the virtual machine and specify the Ubuntu Desktop ISO. Click start. Configure scaling to make the screen easier to read. Confirm your language and click install Ubuntu. Confirm your keyboard layout, click continue, specify normal or minimal installation. In this case, we’re selecting minimal because it’s faster and click continue. Confirm that you would like to erase the disc and click install now. Confirm that you would like to write those changes to the drive. Confirm your time zone. Click continue. Specify your name, your computer’s name, and pick a username. Specify a password, confirming it, and click continue. After reboot, log in as your demo user, specify the password and clicking sign in .

For Additional Assistance

  1. Visit VirtualBox  (Links to an external site.)(freely available for Microsoft Windows, Apple Mac, and Linux).
  2. Under platform packages, click the version of the operating system you plan upon running VirtualBox.
  3. Save the installation file.
  4. Open the installation file and follow the onscreen prompts to install the software.

Students will now need to download a trial copy of Windows 10 from Microsoft.com.

  1. Visit Microsoft Evaluation Center. (Links to an external site.)
  2. Click Continue.
  3. Enter your contact information as required.
  4. Select 64-bit and select your language—English.
  5. Click Download.
  6. Save the ISO to the Downloads folder on your computer.

Students will now need to download a copy of Ubuntu from Ubuntu.com.

  1. Visit Unbuntu. (Links to an external site.)
  2. Click Download.
  3. Click the LTS version.
  4. Save the ISO to the Downloads folder on your computer.

Parameters

  • The assignment should be double-spaced, 12-point Times New Roman font, with one-inch margins
  • Use APA for citing references and quotations
  • See the assignment rubric below for more details 

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