Week 7 Python

 

You must add comments to your code
# Program name : Wk7_firstname_lastname.py
# Student Name : Ymmas Azaba
# Course : ENTD220
# Instructor : My instructor
# Date : Any Day

# Copy Wrong : This is my work

You are going to enhance the prior assignment by doing the following1) Create a class that contain all prior functions2) 

Test the application 

Sample output Use the same output from last assignment 

Practice Programming Challenge

  

Practice Programming Challenge #1

A prime number is a whole number greater than 1 whose only factors are 1 and itself.  A factor is a whole number that can be evenly divided into another number.  The first few prime numbers are 2, 3, 5, 7, 11, 13, 17, 19, 23, and 29.  The number 1 is not prime.

Create a java application that allows the user to repeatedly enter a number to find out it is a prime number.

The program should:

· Prompt the user for a number greater than 1

· Print out if the number is a prime number or not

· Then ask the user if they would like to enter another number or quit

See sample below:isPrime.jpg

In addition, your program should also contain and demonstrate a method isPrime.  This method should:

· Take in one int as an argument

· Return a boolean – true if the argument is prime, false if argument int is not prime

The main method of the program should call the isPrime method to determine if the number entered by the user is prime.

easy and own words, Minimum Plagerism, need quick—–Resources provided

 

Compare and contrast  cat. 6 unshielded twisted pair (UTP), coaxial, and single mode fiber  optic cabling types. Describe one or two of the advantages and/or  disadvantages associated with using each cable type for a business’s  network infrastructure.  Consider the (a) cost per foot or meter; (b)  termination/installation cost; (c) bandwidth; (d) cable  length/transmission distance; (e) end point devices (i.e., workstation,  wireless access point, switch, router, server, SAN, etc.); (f) use –  in-building horizontal or vertical; and (g) conversion or interface  equipment.  Be sure to support your information with the appropriate  citation(s).

The paper must use APA 6th ed., 7th printing formatting and contain a  title page, 3 to 5 pages of content, and a minimum of three  peer-reviewed references. 

Assignment Resource(s):

sdjfbndfnv

  

Bella, an accounting student, started her first day of apprenticeship. Bella will be working in the general accounting section but has been curious about management accounting so she asked Marcus, one of the cost accountant she met while in the lunch room, where in the organization are managerial accountants located. Marcus replied, “we are partner with all of the other functions in the business here.” Bella was confused about Marcus’ reply so she is asking you to explain to her what Marcus meant by it? Let Bella know what is the implication of that response?

What is the relevance of properly classifying costs, and how does the misclassification of raw materials, direct labor, and factory overhead affect responsibility accounting? Provide an example to support your answer

Practical Connection Assignment

 Need a reflection on how your courses and internship relate to your dissertation topic. 

My Research Topic: Impacts of Data Mining on Relational Database Management System Centric Business Environment

and my job roles are below.

Need 500 to 700 words.

 Project Roles and Responsibilities:

  • Involved in the Requirement Gathering from the client. Understanding the existing application and the associated business process to visualize the end output/application.
  • Responsible for Maintains and enhances existing services, applications, and platforms including, but not limited to, bug fixes, feature enhancements, and performance tuning.
  • Extensive experience of all the phases of software development life cycle (SDLC) especially in Designing,      Configuring, Developing, Testing, Managing and monitoring Integration and      SOA solutions using TIBCO Business Works, Tibco Designer,      TIBCO Adapters, TIBCO Administrator, and TIBCO Business Works      Container Edition.
  • Responsible for user management, system, and domain monitoring and management using TIBCO Hawk and TIBCO Administrator.
  • Using Emerging Threats and Countermeasures      Principles we manage the corporate information and user information by      Implementing the roles and controls for Privacy and security of the information. 
  • Building big data middleware streaming capabilities to properly do the required feature engineering on data, thus modifying data to be capable enough to pump into machine learning algorithms.
  • Implementation of risk management to assess,      manage, monitor risk in the end-to-end project when it goes to live.
  • Integrating with the frameworks, distributed computing framework for big data including its Machine Learning      Capability, to build highly optimized machine models on huge volume and wide dimensional data to forecast the potential bookings to include promotional offers.
  • Designed and developed complex interfaces using      Tibco BW 5.x/6.x and BW container Edition.
  • Expertise in using various TIBCO Business Works palettes like JMS/EMS, Java, JDBC,      File, HTTP, SOAP, Service, XML, WSDL, and General activities.

Python,R

1. Load the data file 

Create a data-frame with three columns (1) Goal; (2) num_donors and (3) funding_status

Convert values in column funding_status from text to integers (completed=1; NotCompleted=0);

and perform 70:30 (i.e., 70% training data and remaining test data) split and create two data-frames: (1) train and (2) test. The rows must be selected randomly (2 points)

2. Use train data-frame to train a decision tree model (2 points).

3. Plot the tree (2 points).

4. Use test data-frame to show confusion matrix and model accuracy (2 points).

5. Perform steps 1-4 with two columns: (1) Goal and (2) funding_status, and  document the change in accuracy as a comment (2 points).

Upload one Screenshot of Jupyter Notebook file for assignment submission.