| Assignment |
Price |
Category |
Due |
Processor Management- Scheduling Algorithms
|
3.00 |
General CS |
6/18/2013 |
|
This is a computer science based question about Processor Management. You would need to calculate the start time, finish time, waiting time, and turnaround time for each of the scheduling algorithms: FCFS and SJN. Instructions are in the attached file. |
|
|
|
INFO 331 Management Information Systems Policy Quiz
|
10.00 |
General CS |
6/24/2013 |
|
Do you need the 25 answers to the Policy Quiz for week 1 of INFO 331? I've already completed it with a 100% so let me know. |
|
|
|
INFO 331 Management Information Systems Week 1 Quiz
|
10.00 |
General CS |
6/24/2013 |
|
Do you need the 10 answers to Week 1 Quiz for INFO 331? I've already completed it with a 100% so let me know. |
|
|
|
| Balancing Problem
|
0.50 |
Programming |
6/30/2013 |
|
There are N weights with masses 1, 2, 4, … , and a sequence of objects with positive integer masses.
The task is to write a program that
a) Reads the number of weights
b) Reads a sequence of masses of objects and prints out, in decreasing order, a combination of weights th... |
|
|
|
Assignment in JSON and Javascript
|
0.50 |
Programming |
6/30/2013 |
|
Using the objects and information in test.html file
Create an interactive learning styles self‐assessment (single) web page.
Present the visitor with a tabular display of the survey questions ( four columns:
1. When you, 2. Visual, 3. Auditory, 4. Tactile), with the ability t... |
|
|
|
| Java Tribonacci Calculator
|
20.00 |
Programming |
7/17/2013 |
|
In class, we discussed about the three versions of Fibonacci number calculations: BinaryFib(n) ,LinearFibonacci(n) and TailRecursion(n)(refer to your slides and the text book). .
a) In this programming assignment, you will design in pseudo code and implement in Java three version... |
|
|
|
Module Registration System for Universities.
|
10.00 |
Programming |
7/30/2013 |
|
Use of methods, reading from text file........
Pseudo code for the beginning included along with
complete structure chart. |
|
|
|
| JAVA Program Calculating Square Roots
|
5.00 |
Programming |
8/14/2013 |
|
Design a JAVA command line program that will calculate and print the quare roots of the numbers 1 - 20. |
|
|
|
| C# HolidayTracker
|
12.00 |
Programming |
8/31/2013 |
|
Modify the Birthday program to create a c# holiday tracker. Allow the user to input a holiday. Save the holiday to a list of holidays. After the holiday is saved, ask if the user wishes to enter another holiday. Allow the user to enter holidays and save each holiday. When the user is ... |
|
|
|
| Databases R US
|
12.00 |
Programming |
9/18/2013 |
|
You are a star consultant from "Databases R US" IT consulting and managing firm. Just graduated from APUS and this is your first critical job. You just got hired by "Home Solutions Inc" a construction and parts company to help them with their customer and parts dat... |
|
|
|
| Java Count Letters in a String
|
2.00 |
Programming |
9/21/2013 |
|
How can I count the number of letters (characters) in a string using java?
input
my name
output
6 |
|
|
|
| Pascals Triangle - Java
|
10.00 |
Programming |
9/25/2013 |
|
Design and implement a recursive program to print the nth line of Pascal's triangle, as shown here. Each inside value is the sum of the two values above it. Hint: Use an array to store the values on each line.
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
|
|
|
|
| FizzBang - FizzBuzz Java
|
5.00 |
Programming |
9/26/2013 |
|
Write a loop that prints numbers 1 to 40 but replaces multiples of 5 with ‘fizz’ and multiples of 6 with ‘bang’ and multiples of both with ‘fizzbang'
Graded Upon:
Does the program run? 1pt
Does it loop correctly from 1 to 40? 1pt
Does it rep... |
|
|
|
| Java Loop, Radians, Pizza
|
15.00 |
Programming |
9/29/2013 |
|
Q2. St. Louis county issues parking ticket fines which have both dollar and cents and values. Write a statement to declare a variable in Java to store the parking ticket fine values.
Q3. Write a for loop statement using a loop counter i. Initialize the counter to 0 and increment i... |
|
|
|
| Arrays, Structures, Event-Driven Programming
|
10.00 |
Programming |
10/1/2013 |
|
1. What are the differences among syntax error, run-time error and logic error in a program. Explain with examples.
2. Think of real-life examples (as part of activities you may do daily) that use Explain the following 3 control structures and write about them. - The sequence struc... |
|
|
|