Programming Homework Help

Programming Homework Help. IME 762 Wichita The AD CAM 3DX Software Robot End Effector Presentation

 

hello, I have a project related to smart manufacturing and robot. please see the details and let me know if you can do it.

you are required to do 1- Robot End Effector ( using CAD/CAM • 3DX Software • Solidworks • ABB Robotstudio or tinkercad ). 2- house of quality (see the attached file for how to do it). 2- powerpoint slides (which include 1- Objectives • Explain the goal and the scope of work 2- Methodology • Provide logic/conceptual designs 3- Results & Discussion • Discuss about the methodology and results 4- References • List of textbooks or articles )

Programming Homework Help

Programming Homework Help

Programming Homework Help. Saudi Electronic University E Portals Development Discussion

 

  1. Post your answer to the question:

While developing a web application, there are many components involved in this process. Every website needs a web server to hos it. Explain in detail the main purpose of using the webserver and its role? Give examples of web servers and states the disadvantages of using the web server in general?

Programming Homework Help

Programming Homework Help

Programming Homework Help. ALY 6030 NEU Alcohol Use & Disorders in Adolescents & College Population SQL Database & Report

 

Story:

Alcohol Use and Alcohol Use Disorders Among Adolescents and College Age Populations:

Researchers estimate that each year:

  • 1,825 college students between the ages of 18 and 24 die from alcohol-related unintentional injuries, including motor-vehicle crashes.
  • 696,000 students between the ages of 18 and 24 are assaulted by another student who has been drinking.
  • 97,000 students between the ages of 18 and 24 report experiencing alcohol-related sexual assault or date rape.
  • Roughly 20 percent of college students meet the criteria for an alcohol use disorder (AUD).
  • About 1 in 4 college students report academic consequences from drinking, including missing class, falling behind in class, doing poorly on exams or papers, and receiving lower grades overall.

Data:

  • You will use the data from BRFSS files provided to propose methods to identify expected concentrations of heavy drinking among adolescents.
  • The BRFSS is the nation’s premier system of health-related telephone (land line and cellular) surveys.
  • It collect state data about U.S. residents regarding their health-related risk behaviors, chronic health conditions, and use of preventive services.
  • Established in 1984 with 15 states, BRFSS now collects data in all 50 states as well as the District of Columbia and three U.S. territories.
  • BRFSS researchers complete more than 400,000 adult interviews each year, making it the largest continuously conducted health survey system
  • n the world.
  • BRFSS data BRFSS_OK.xlsxand demographic data Demographixlsxand demographics data in Oklahoma Demographics_OK.xlsx 下载 links are provided.
  • The BRFSS response data in BRFSS_OK.xlsx 下载 is collected from survey participants when responding to questions about drinking, coded as a “Yes” for “Heavy drinkers (adult men having more than two drinks per day and adult women having more than one drink per day)”.
  • The column marked Data_Value gives the number of people who responded “Yes” to the survey question.
  • The column marked Sample_Size gives the total number of people who were asked the question.
  • The groups are defined in terms of zip code.
  • The time period will be 2009 and the questions pertain to the state of OK.

Task:

  • Explore and gain an understanding of the data available from Behavioral Risk Factor Surveillance System (BRFSS) data warehouse.
  • Explore survey responses (“Y”) that are relevant to adolescent alcohol consumption.
  • The time period will be 2009 for the state of Oklahoma (OK).
  • Propose method(s) to identify (anonymous) groups of adolescents who may be at highest risk for alcohol abuse.
  • Perform an initial design of a SQL database by constructing an ERD including table relationships.
  • Find the areas of OK have highest and lowest number of respondents for adolescent alcohol abuse.
  • Write a SQL query that would answer this question and provide screen shots of executing the query and results:
    • By city.
    • By county.

Submission requirements:

  • Submit paperwork using .docx file in Microsoft Word format named as ALY6030_Assignment_4_[your name] .docx
  • Submit SQL script .sql file in text format names as ALY_6030_Assignment_4_[your name].sql

Paperwork file must meet the following requirements:

  • Title Page must have:
    • Class name
    • Class number
    • Class CRN number
    • Assignment name
    • Your full name as registered in Canvas
  • Introduction section
    • explain what this assignment is about
    • set goals and expectations
    • explain the selected dataset
    • introduce tools and languages you plan to use
  • Final conclusions section
    • Explain if goals and expectations were met or not
    • Explain cons and pros of using the tools, methods and techniques.
    • Explain what would you do differently
    • References (optional)

SQL Script file must meet the following requirements:

  • Only ,sql text format will be accepted
  • Each line of the SQL code must have a meaningful comment
  • Code should be executed on other computers without any modifications (add extra steps in the comments if necessary)

Programming Homework Help

Programming Homework Help

Programming Homework Help. ITD 256 Northern Virginia Community DDL Queries Cloud Instance Database Practice

 

DDL Queries:

1. While connected to your MySQL cloud instance, create a new database named cupcake_shop. (see https://www.w3schools.com/sql/sql_create_db.asp (Links to an external site.))

Make sure you are ‘using’ your new database by issuing the command use cupcake_shop;

 2. Create a table named order with the following fields and data types: (see https://www.w3schools.com/sql/sql_create_table.asp (Links to an external site.))

  • order_id as an integer and primary key, with auto_increment
  • order_date as datetime and not null (optional default as now())
  • cust_name as a varchar(100) and not null
  • product_name as a varchar(50) and not null
  • product_price as decimal(10,2) and not null
  • quantity as integer and not null

Programming Homework Help

Programming Homework Help

Programming Homework Help. CMIT 101 UMGC Introduction to Programming Pseudocode and Test Cases Codes

 

The sixth assignment involves writing a Python program to read in the temperatures, as user input, for ten consecutive days in Celsius and store them into an array. The entire array should then be displayed. Next each temperature in the array should be converted to Fahrenheit and the entire array should be again be displayed. The formula for converting Celsius to Fahrenheit is °F = (°C × 1.8) + 32. Finally, the number of cool, warm and hot days should be counted and the number of each type of days should be displayed. You should decide on the thresholds for determining whether a day is cool, warm or hot..

Your program should include the pseudocode used for your design in the comments. Document the values you chose for the thresholds in your comments as well.

You are to submit your Python program as a text file (.py) file. In addition, you are also to submit a test plan in a Word document or a .pdf file. 15% of your grade will be based on whether the comments in your program include the pseudocode and define the values of your constants, 70% on whether your program executes correctly on all test cases and 15% on the completeness of your test report.

Programming Homework Help

Programming Homework Help

Programming Homework Help. Texas A&M University Week 2 Scripting Languages HTML Format Solved Practice

 

Complete the following exercises.  Save the solution to each question as a separate file.  Before submitting, archive all the files together into one zip file/folder and name this file using the following convention.   lastname_firstname_css1.zip   so for example, mine would be

hammad_eman_css1.zip

Here is the assignment.

Complete the following exercises from the Deitel book (5th edition):

Chapter 4

Exercises 4.5, 4.6, 4.7, 4.8

For all Exercises embed rules in an HTML document.  

 

 

Programming Homework Help

Programming Homework Help

Programming Homework Help. New Hampshire Lung Cancer Detection Using Deep Learning Presentation

 

Implement a medical doctor deep learning application to diagnose lung cancer. Combine CNN deep learning with deep learning NLP to provide the user with an easy-to-use medical doctor application, which you can use QT Designer to develop your application.

Prepare a ppt presentation “FOR STEP 2” about 10-15pages with 10mins speech draft which can be written on the margin of “notes” on each slide, which the part circled in red on the file.

I am very eager to get the results of the “second step” task. I can invite you to continue this project if you are confident in the third steps.

Programming Homework Help

Programming Homework Help

Programming Homework Help. ISMG 6080 University of Colorado Denver PostgreSQL Server and pgAdmin client Project

 

Assignment 1 download provides experience with creating PostgreSQL tables using the pgAdmin client. You need to complete 3 partial CREATE TABLE statements and write 4 new CREATE TABLE statements. You need to read the assignment carefully to see the details required for the CREATE TABLE statements. In addition to writing the statements, you need to populate the tables by executing the provided INSERT statements.

Before starting assignment 1, you should install the PostgreSQL server and pgAdmin client and read the background document about the Expense Reporting database.

PostgreSQL installation instructions download for Windows
Mac OS users should use the Postgres.app tutorial (Links to an external site.) or the MacOS tutorial for PostgreSQL.
Expense Reporting Database download background document
INSERT statements download for the Expense Reporting Database tables
Instructions to use remote desktop download for PostgreSQL and pgAdmin client. You can use remote desktop if you cannot install the PostgreSQL server and pgAdmin client.

To submit your assignment, please follow these steps:

You should ensure that your submitted file contains snapshots showing subsets of rows for each table. You can include the snapshots after each CREATE TABLE statement or together at the end of the document.
You will lose substantial points for syntax errors. A syntax error prevents execution of the CREATE TABLE statement.
Submit your CREATE TABLE statements in one document file with a naming scheme like “LastNameFirstNameA1″ as the file prefix where LastName and FirstName are your last and first name respectively. Make sure that you use straight quotes, not smart quotes (default in MS Word). PostgreSQL does not recognize smart quotes so you will have syntax errors.

Programming Homework Help

Programming Homework Help

Programming Homework Help. Cleveland State University Creating a Simple My Shell Program Code

 

I’m working on a linux project and need an explanation and answer to help me learn.

Creating a simple MyShell program, using functions like pipe(), fork(), exec*() system calls (Do not use execvp()). Implement the following functionalities “cd” using the chdir() function and “quit” to leave the shell.

The attached document goes into further details in the “Overview” section. Something to note, in the attached document a base shell referred to as “myshell” is allowed to be used. Below is the code offered for the “myshell base”.

Programming Homework Help