+1(316)4441378

+44-141-628-6690

Archive for the ‘Undergraduate’ Category

PROJECT1

To be completed in C++

Part I
4 bit counter

Create a 4 bit down counter that counts down from 9 to zero and then count 10. 11, 12 and then back to 9. You will design the logic of the circuit and also a chip level diagram. Your circuit will have a 4 bit output. It will be a finite state machine:

Any input to your circuit other than zero through nine (0000 1001) ten, eleven and twelve(10101100), should reset the output to nine (1001). Your tasks are to document the following. Create a state transition diagram for your finite state machine based counter (do not forget transitions to state nine from unused states)
1.    Specify the truth table (assuming D Flip Flops).
2.    Derive necessary Boolean equations (using kmaps)
3.    Draw gate-level logic diagram (logic gate symbols).
_______________________________________________________________________________________________________
Part II
2 bit intege

1st year HTML/CSS/JS assigment very basic

I have wireframes done out already and the home page to go off of its extremely basic as this is a 1st year assigment. All i want is the layout placed and ill insert the pictures and text,
1. Very basic Hambuger icon for the menu's
2. Photo slide gallery with clickable tumbnails (use placeholders ill fill the real ones in)

Any other questions let me know

To develop a simple card game Blackjack or otherwise known as 21

Write a program for the game in Task 1(Blackjack).
In your solution,
1. You may encode cards as follows (using c# enums)
2. You may use game play logic (algorithm)as given below
a. Deal players and the house two cards
b. Hide the houses first card if not Blackjack
c. Display players and houses hands
d. Deal additional cards to players
e. Reveal houses first card
f. Deal additional cards to house
3. You may write and use methods flip a card, add a card to a hand, clear a hand, get the
value of a hand, shuffle deck, deal cards, etc in the appropriate classes you have identified.
4. You must use the concept of the inheritance, polymorphism, and write polymorphic code (i.e
use of overriding, making base class object behave like child class object wherever
appropriate)
5. You must not ask user to input cards-all the cards for players and the House (computer in this
case) should be randomly generated from the shuffled deck.

Framework

For each question detail what statistical test(s) were run, showing all relevant output generated and explain why this test(s) is appropriate? Marks will be awarded for (i) selection of correct procedures including those needed to verify test assumptions (ii) correct data entry and execution of tests (iii) overall presentation of the answer so that it contains only relevant material, in a logical order, neatly set out, without repetition.

For the commentary, marks will be awarded for (i) general presentation and use of English (ii) grasp of statistical theory and concepts (iii) understanding of the SPSS Output.
Mark allocation is as follows: Q1 20%; Q2 25%; Q3 25%; Q4 30%.

C# coding assignment dealing with OOP and file output

Must be written in C#. Must use attached UML's for the classes and methods.

Congratulations! You have been hired by a local startup business, RentMyPlace.Com. RentMyPlace plans to allow condo owners to rent their apartment on game day weekend.

Ultimately the owners will take the application online, but in the beginning everything will be handled through a desktop application. Renters and Owners will call the 1-800 number and have the operator list a condo for rent or to rent a condo.

The organization plans to start small with a limited number of features. You have been asked to build the software to support this process. The system should have a menu that allows the operator to add a listing, edit a listing, delete a listing, lease the condo, run reports, and exit the application.

Listing Functions

Within the listing section of the application the operator should be able to add, edit or delete the following information for a listing:

1)Listing

Cracker Barrel financial statement analysis

. The emphasis of this project will be an analysis  of the firms credit quality and equity (intrinsic) value. For each of these components you will rank from 1 (highest) to 5 (lowest) your companys safety (credit risk: liquidity and solvency) and timeliness (is intrinsic value greater or less than current market value?). These rankings are similar to the value line rankings we discussed in class. Your analysis should assume a top down approach. Hence your financial analysis should begin with an attempt to evaluate the efficacy of the firms strategy within the context of the its industry. Is it a growth industry (pharmaceutics)  or is the industry in decline (brick and mortar retail). Following your industry analysis you should then provide an evaluative discussion of your companys credit quality followed by an equity analysis. 8 pages

Thermo Lab Report (Data Provided)

Lab



Summary: title page, a few sentences summarizing key findings 
Introduction: a paragraph or two providing overview of experiment and purpose    Experimental Procedure: explain what was done to get the data, provide a picture of a wind tunnel from a different university and list your reference
Results & Discussion: include tables (label on top) and figures (label on bottom) properly named and labeled 
Conclusion: a paragraph or two restating key results and required future work. 

Your Results & Discussion section should address the items listed below. The entire report should be 3-5 pages, no more or less, double spaced.

1. Plot CL and CD vs. the angle of attack (AOA on the x-axis) all on one graph. Include the raw data and the corrected data (you will have 4 lines total on this graph).

2. Stall can be identified when the lift no longer increases for an increase in angle-of-attack. At what A

Website design Project

Directions:  start to work on your project as planned in the proposal. Majority of the content in your project should be your own words, not publicly available ones online. Make sure that they are your own ideas, terms, experiences, stories, pictures and viewpoints. You can use some copyrights-free images that are available online, but they cannot exceed 50% of the images used in your entire site.

Attached is the project proposal. Website should be built according to the project proposal. And also attached is the requirements for project.

computer science

Project 1 (Summarizing a Research Article) Description is in the attached file "CSC389-Project1.pdf".
Write a summary report (about 1000 words) based on one of the following two research articles:
Mac OS versus FreeBSD: A Comparative Evaluation
A Robust and Flexible Operating System Compatibility Architecture

Gymnastics Competition

Gymnastics Competition

A Gymnastics competition uses one of two methods for calculating the gymnasts score. The competition utilized either three judges or five judges. Write a program to ask which scoring method is utilized and how many competitors are in the competition. Then input the scores from the judges, and calculate the average score for a contestant. Use the following algorithm as a guide.

Algorithm

Display a welcome message to the user.



Display a menu to the user with options for three judges, five judges or quit. If a user enters an option that is not on the menu, display a user-friendly error message and allow the user to try again. Use a string constant for the error message.

If the competition utilizes three judges, ask how many gymnasts are in the competition. Validate that the number is between 1 and 20. For each gymnast, ask the user to input the contestants name and the three scores. A score must be between 0 and 10 and fra