+1(316)4441378

+44-141-628-6690

Archive for the ‘Undergraduate’ Category

3 Assembly Programming Problems

3 Programming problems to be completed in Assembly. The first one is computing the number of characters in a string. The second takes an array of 3 dimensional coordinates and returns only the x coordinates. The third finds the first occurrence of a string consisting of 2 characters in a larger string. I have attached the actual problems.

programming assignment

In this assignment you are to create a scene that includes the following elements:

-An enclosed space, such as a kitchen, garage, or classroom including:
    -Floor
    -Three walls
    -Ceiling
-Counters and cupboards, workbenches, desks or chairs as appropriate
-At least 5 objects that would be found in the space such as toolboxes, computers, etc.
-Multiple light sources including at least one artificial and one natural light source
-A camera perspective that allows the user to move around the space, zoom in and out.


1 You may use either OpenGL or Metal.
2 You may use C++, C#, Objective C, or Java
3 You must create separate files for each object in your scene plus one file for aggregating the objects as necessary and one main file.
4 You must provide internal documentation (see below)
5 Provide links to a source control mechanism such as GitHub so that I can check on progress.


Here's how you

English writing assignment

You have to read a book and answer some questions about it. The answers should be a bit developed  I do not have all the questions right now but will provide them soon. Please give a price accordingly because I will give more instructions later. You even have to write an essay at the end as well.
I have provided the PDF version of the book called happiness advantage.

Black Jack

For this project you will be simulating the game of Blackjack. Our program will not be exactly like the casino game of blackjack but it should be fairly close. You can use your own Deal card Method from the previous homework if you want.


Program Specifications - The program will simulate a game of blackjack where there is one player and one dealer.

    Deal Button will deal two cards to the dealer. One face up and one face down.  Also deals two cards to the player. One face up and one face down.


    Player Face Down Card- If the player clicks on the face down card it will show the card.


      Hit Button After the deal if the player wants a card they can click on the hit button. The player can take up to three hits. Each hit should result in another card being dealt to the player. If the player goes over 21 with any hit your program should signal that the game is over and the dealer has won.


C# Assignment

Overall Requirements: A. If you are going to use more than one line of code to do something.  It needs to be a method. B. Nothing should show an error when it is clicked unless it is a planned error. Specific Requirements: 1. The Load Key Button will (A,B,&C should be Methods): A. Open the file containing the key (Or tell me that the load cancelled with a popup) B. Read that file into an array (20 characters long). C. Close the File. D. Change the label to tell me that a key has loaded (Or tell me that the read failed with a popup). 2. The Grade Exam Button will (A,B,C,&E should be Methods, A&C should be the SAME methods as in step 1): A. Open the file containing the answer sheet (Or tell me that the load cancelled with a popup). B. Read the file into an array (20 characters long). C. Close the file. D. Compare the answer array to the key array. (See 3) E. Assign a letter grade. (See 4) 3. The method for D in Step 2 will: A. Tell me if both arrays are equal length. B.

project

Pick a stock here: HTML (Links to an external site.). 
2020.03.05 update:  Once the Google Sheet opens select Data -> Filter Views -> Spring 2020 Available stocks.
DO NOT SELECT A STOCK THAT WAS CHOSEN IN SPRING 2019.  YOU WILL RECEIVE A SCORE OF ZERO IF YOU CHOOSE A STOCK THAT WAS CHOSEN IN SPRING 2019.

Maldonado condition: Choose only stocks that have nonzero dividends.

(note: if you have errors after step 6 below consider another stock).
Instructions:

Go to the Bloomberg Lab (LIB2029).  You can check out a key from the library front desk if no one is in the room.
Start the Bloomberg program.  There should be a little green icon on the desktop and in the Windows taskbar on the bottom of the screen.
If you do not already have a Bloomberg account, create one.  Once the Bloomberg App is running press "Enter" to get started then click on "Create a new login."  Follow the on-screen instructions.  You should

PEP/8 Machine Language Simulator

Instruction Specifier     Instruction     Addressing Modes     Status Bits
0000 0000     Stop execution                         NA   
0001 100r     Bitwise invert r                             NA            NZ
0001 110r     Arithmetic shift left r                   NA          NZVC
0001 111r     Arithmetic shift right r               NA                            NZC
0010 000r     Rotate left r                     &nb

PEP8 Simulator Assignment

GOAL: Write a PEP/8 machine language simulator that simulates the PEP/8 computer and instruction set for only the following instructions:

Instruction Specifier     Instruction     Addressing Modes     Status Bits
0000 0000     Stop execution               NA   
0001 100r     Bitwise invert r             NA                                NZ
0001 110r     Arithmetic shift left r       NA                            NZVC
0001 111r     Arithmetic shift right r       NA                              NZC<

PEP8 Simulator Assignment

PLEASE SEE ATTACHED FILE FOR BETTER FORMATTING.




GOAL: Write a PEP/8 machine language simulator that simulates the PEP/8 computer and instruction set for only the following instructions:

Instruction Specifier     Instruction     Addressing Modes     Status Bits
0000 0000                   Stop execution     NA   
0001 100r                 Bitwise invert r     NA    NZ
0001 110r                 Arithmetic shift left r     NA    NZVC
0001 111r             Arithmetic shift right r     NA    NZC
0010 000r                 Rotate left r     NA  &

Combine 3 APIs together in Rails

There were 3 stages to this and my group completed 2 of 3. This is the last stage for my group project.

We each have our own API. Edamams Nutrition facts API, Yelp Search API and an SMS sender API. Each has their own rails environment and functional databases. My professor said, "okay now combine them into one rails application, combine their databases, and create a webpage that makes use of these APIs. Make it in a way so they interact with each other" and that's where we need help.