+1(316)4441378

+44-141-628-6690

Archive for the ‘Undergraduate’ Category

Combining Two Arduino Code Files

PLEASE LOOK AT THE ASSIGNMENT PDF & THE CODE FILES I ATTACHED TO GET MORE CLEAR INSTRUCTIONS:


I have two arduino code files that need to be combined. One is a code file that contains the code to an algorithm that detects when two objects are going to crash into each other.

The other Arduino code file is a file that contains a user alert system for the previously mentioned code file. This file contains LED and sound alert code which is very simple.

Goal is to get the collision algorithm to work with the LED's and with the sound all at the same time.

I HAVE ATTACHED BOTH OF THE CODE FILES. THE ASSIGNMENT IS TO COMBINE THEM AND GET THE CODE WORKING TOGETHER.





                                                                              &

assignment mathematics

In the attached file you will find the assignment questions. There are a total of six but I only require two of them answered. These will be question 5 and 6. Should not take long at all. you may use any typing platform or handwritten. It is up to you. if you use a typing platform send it to me in a pdf. Thanks.

Rectangular Peg Solitaire in Python

Cracker Barrel restaurants typically set out a free table game called Peg Triangle Solitaire.

For this assignment, you will implement a similar game that we shall call DigiPeg Solitaire. In DigiPeg Solitaire, the user can specify how many rows [1-9] and how many columns [1-9] the board should have.

In DigiPeg Solitaire, pegs can jump over an adjacent peg into an empty space. The jumping peg, the adjacent peg, and the empty space must be in a straight line as in Peg Triangle Solitaire. The potential direction for a peg to jump is over, under, left, or right.
When a jump is made the adjacent peg (the peg that was jumped over) is removed.
The game is over when no more moves are possible.

When 2 or fewer pegs remain when the game ends, the message You're a DigiPeg Genius!

When 3 or 4 pegs remain, the message Not too shabby, rookie.

When 5 or 6 pegs remain, the message That's nothing to write home about.

When 7 or more pegs remain, the mess

NY Taxi Notebook Assignment

Download and unzip the NYC taxi dataset from Cyrille Rossant on GitHub: https://github.com/ipython-books/minibook-2nd-data (Links to an external site.)
Open the notebook file attached below.  You will be adding your code (make sure you add headers and comments) to the existing code, and make sure your code is well organized.
Please upload the data and display data columns, number of rows, variable types, and numeric statistics + categorical variable frequencies.
Display a scatter plot of pick up locations.  For which vendor is it easiest to find a cab?
Display a histogram of trip distances. What is the most common trip distance?
Display a histogram of the fare total amounts. What can you say about the data?
How many unusually long trips (of greater than 100 miles) do you see?

Beginner’s Python

Part 1:
Write a program that asks the user for a secret number between one and ten. This will become the number that the player tries to "guess".

Ask the user player to guess a number between 1 and 10.

If the user's guess is higher than the secret number, the program should display "Too high. Try again."

If the user's guess is lower than the random number, the program should display "Too low. Try again."

The program should use a loop that repeats until the user correctly guesses the secret number.

Then the program should display "You Win!"

TIP: Use a while loop

Sample input/output:
Enter the secret number: 7

Guess a number between 1 and 10: 3
Too low. Try again.

Guess a number between 1 and 10: 9
Too high. Try again.

Guess a number between 1 and 10: 7
You Win!

Part 2:
Write a program that converts the common measurements below. Use functions to logically organize each conversion task below.

Using Strings in C Lang

The user should be prompted for a song and its artist, then another song and its artist.The playlist should be displayed by alphabetical order of the artists(a song by Beyonce would come before a song by Jay Z).Finally, the program should suggest a new song title (which is the two song titles put together). All the Instructions are given for all the required functions.

CHE #9

You will be developing a Qual Scheme (flow diagram) of your own.  Read about what it is and refer to the example on the first page of the lab.  In the following sections I will explain exactly what I need from each lab report for it to receive a satisfactory grade.



Parts I & II



The videos provided will have a sequence of experiments that provides each student with the necessary information to generate a table on what occurs when Ag+, Ba2+, Cu2+, and Fe3+ are mixed with a series of reagents.  Use the provided table in part II as a guide to creating your own.  Briefly describe in your own words what occurs in each reaction to receive points for both sections.  In other words, if your table is detailed enough you do not have to repeat the details for part I observations.



Part III



This part will be different from the example given in the pdf document.  Write a procedure, referencing details in

Landscape Architecture – Case Study

Case study on: Diana Memorial Fountain (Gustafson Porter)
Location: London

Please analyze and diagram 5 different aspects of Diana Memorial Fountain:
1 . A structural condition (eg. objects, geometry, proportional relationships)
2. A field condition (matrices, mats, nets, flocks, etc. You will have a reading later in the
semester that explains these terms)
3 . A time-based dynamic (change over a season, a day, travel time across site)
4. Movement (water, light, shadow, circulation)
5. A quantitative condition (length, area, volume, mass)
For these diagrams you shall employ a range of different drawing modes.  Please include at least three of the modes below:
- Plan
- Axon
- Section
- Free form collage or mixed media

Each Diagram should include the Research and Drawing (or Modeling) Technique data, ala Steenberg.

The written text should be about 500 words long: 100 words about the site and location, 400 on what you take away

business ethics

Write a 6 page paper in APA format (not including the cover page and reference page).
There are two parts to this mini-project. You must have at least one in-text citation to a peer reviewed journal article. You must have a total of two references. All citations and references must be appropriately APA formatted. Please use the Writing Center if you need assistance. (Tip for searching the LIRN: Select the vendors tab and use Proquest to conduct your search. Limit the search dates to articles after 2012. Check the boxes for peer reviewed articles and full text.)
Part 1: Write approximately 3 pages for this section. Make sure that you include a discussion of the Sarbanes-Oxley Act and GAAP.
Cooking the Books. Courtesy of the Markkula Center for Applied Ethics as posted on Merlot.org.
Stretching the Principles of Revenue Recognition. Contributed by Alexis Babb, Hackworth Business Ethics Fellow 2013. Retrieved from https://www.scu.edu/ethics/focus-areas/business-ethics/resour

The polygon

In this assignment you are to create specific animations of a polygon.

The polygon should be created using the following technique:

Each vertex is defined by clicking on the window. The final number of sides is determined by clicking on the first vertex a second time.
Once the polygon has been defined, it should be filled in and begin to rotate.
Polygon behavior is determined as follows:

clicking and dragging the polygon translates the polygon within the window
clicking and dragging the polygon while holding the shift key scales the polygon
Clicking the polygon while holding the Alt key reverses the direction of rotation.
As usual you get bonus points for doing interesting things above and beyond the program requirements such as:

allowing multiple polygons
including additional transformations such as shears or reflections,