Questions
1. Name 3 new tax law changes as it relates to Individual Tax Payers? 2. Name...

1. Name 3 new tax law changes as it relates to Individual Tax Payers?
2. Name 3 new tax law changes as it relates to Corporate Tax Payers?
3. What is the new “Pass thru” tax deduction? Which entities does it apply to?
4. Do you think that by reducing the corporate tax rate it will help or hurt the United States?

In: Accounting

Name two ways a bank minimizes credit risk before a loan is made. Name two ways...

Name two ways a bank minimizes credit risk before a loan is made. Name two ways it does this after the loan is made.

In: Economics

Name and describe (please describe)  5 threats to biodiversity of herps and name three things you could...

Name and describe (please describe)  5 threats to biodiversity of herps and name three things you could do to reduce them? (of course the challenge is always the inconvenience of sticking to principles)

In: Biology

Create a table ‘StudentInfo’ with following fields: ID First Name Last Name SSN Date of Birth...

  1. Create a table ‘StudentInfo’ with following fields:
    1. ID
    2. First Name
    3. Last Name
    4. SSN
    5. Date of Birth
  2. Create a table ‘ClassInfo’ table:
    1. ID
    2. Class Name
    3. Class Description
  3. Create a table ‘RegisteredClasses’ table:
    1. StudentID
    2. ClassID

The RegisteredClasses table should have a foreign key relationship to StudentInfo and ClassInfo tables for the respective IDs. Also the IDs in StudentInfo and ClassInfo need to be primary keys.

When you submit the file your email should also contain the following SQL Queries:

  1. Query to show all records from StudentInfo whose first name is John
  2. Query to show all records from StudentInfo whose last name is Doe
  3. Query to delete all records from from ClassInfo where class name starts with ‘ISAM'

In: Computer Science

1. Name three products that have completed their life cycles. 2. Name a product you use...

1. Name three products that have completed their life cycles.

2. Name a product you use that will soon be on the decline of its life cycle. Why is it on the way out?

3. Why can't you afford to say "that's not my job" anymore?

DO NOT COPY PREVIOUS ANSWERS!!!

In: Operations Management

Design and implement a C++ Application that: Interactively input: Employee First Name Employee Last Name Employee...

Design and implement a C++ Application that:

Interactively input:

  • Employee First Name
  • Employee Last Name
  • Employee id
  • Employee hours worked per week
  • Employee Pay Rate

Menu with Option to:

  • Print out Employee Report in the following report format
  • Search for an Employee
  • Display the Report in Sorted based on Last Name or ID
  • Calculate the Pay
  • Quit

Criteria:

  • Be sure to use Parallel Arrays to Store the Employee Information
  • Output must be formatted and line up with the column header
  • It must support interactive data input
  • output displays on the screen for different reports

Use this data for input:

  • Brian Adams 612366 36
  • David Eisenhower 957654 38
  • Kathy Jones 123456 43
  • Janet Williams 245695 39
  • Steve Bradford 245690 39

MARKETING COMPANY REPORT PROGRAM

FIRST NAME LAST NAME ID HOURS WORKED Hourly Rate Total Pay
Brian Adams 612366 36
David Eisenhower 957654 38
Kathy Jones 123456 43
Janet Williams 245695 39
Steve Bradford 245690 39

Average Hours Worked: 39 Hrs/Week

In: Computer Science

how to create file: vim hello<your name>.py print “Hello <your name>!” on ubuntu

how to create file: vim hello<your name>.py
print “Hello <your name>!” on ubuntu

In: Computer Science

We plan to develop customer’s database that stores customer’s number (ID), first name, last name and...

We plan to develop customer’s database that stores customer’s number (ID), first name, last name and balance. The program will support three operations: (a) reading and loading customer’s info from the text file, (b) entering new customer’s info, (c) looking up existing customer’s info using customer’s number(ID), (d) deleting the customer’s info and (e) the updated database will be stored in the text file after the program terminate.

Customer’s database is an example of a menu-driven program. When the program begins to execute, it first read the text file and upload customer’s info. Then it presents the user with a list of commands. The user can enter as many commands as desired, in any order. The a command prompts the user to enter customer’s number (ID), first name, last name and balance, which are then stored in the program’s database. The f command prompts the user to enter a customer number and then display the corresponding record on the screen. The q command saves the information in the database to the file specified by the user and terminate program.

Based on the project description, please design classes and their corresponding methods. You need describe each method and write API for each method (Leave method body blank) (Hint: you need design one driver class, one database class and one customer record class). Based on your design, please draw the UML diagram as well.

database.txt

12345 Sebastian vanDelden 123.22
11111 Sarah Smith 45.89
22222 Sue Johnson 7765.98
33333 Billy Hunts 374.99

Based on your design/code, please draw a simple but detailed UML diagram as well? (This is the question that needs to be answered!) the code isn't needed for this.

In: Computer Science

write a short report, 250 words about "Microbial growth". Author's name or website's name and title...

write a short report, 250 words about "Microbial growth". Author's name or website's name and title of article in APA format, date of publication or copyright, its relevancy to your future career goals and one potential multiple test question.

In: Biology

Define the four main types of relational constraints and use the example relational database (Figure 1)...

Define the four main types of relational constraints and use the example relational database (Figure 1) to illustrate each of these constraints.

Figure 1

House(MLS, Addr, NumRooms, NumBedRooms, SellID, OfficeID, Price)

Seller(SellID, Name)

PotentialBuyer(BuyID, Name)

REOffice(OffID, Name, Addr, Phone)

Agent(AgID, OffID, Name)

Showing(AgID, MLS, BuyID, Date)

In: Computer Science