Computer Science Homework Solutions

Simulator of the states of processes in an operating system in C++

The program must be done in C++ The program is not in Visual C++, in other words it must show everything in the command prompt window. Please use cout and cin and not printf and scanf nor other C standards See attached file for full problem description.

Priority Queues (C++ Programming)

I need a program that uses the structure of priority queues that implement the right way to take care of an emergency room. Priorities: 1. Respiratory failure 2. No circulation 3. Hemorrhages It should be taken in consideration that if exists two persons with the same level of priority the first one to arrive is the fir ...continues

C++ programming : using the structure of binary trees to make a family tree of two generations.

Create a program that uses the structure of binary trees to make a family tree of two generations. The user should input the names when asked, and then the program should display the names. Please see the attached Image1.jpg on how the program should store its data.

Crossed and inverted words (C++ programming)

I need a program that when a word is entered knows if the word is odd or even of characters and if it is odd it should display the word in a cross and if it’s even it should display the word inverted. Example: Microsoft M M i i c c r r o s s o o f f ...continues

Visual Basic Classes

Write a program to implement a cash register. The program should have a class named Cash Register that keeps track of the balance money and allows deposits and withdrawals. The class should call an event when a negative balance is made.

Menu Driven Program - Visual Basic

name and phone numbers should be read into the program in "memberphones.txt" and should be displayed in a listbox when the form is loaded to delete a person, they should be highlighted and the delete button should delete them from the list box and array to modify a person, they should highlight the person and change the at ...continues

Visual Basic

Input file containing info for 50 states Create a class state with 5 properties to hold the information about a single state and a method that calculates the density(people per square mile) of a state Create an array of state objects and write a program that requests a state's name in an inputbox and displays the state's a ...continues

Visual Basic Array sorting and finding values

I have a multi-dimensional array that needs to have the following questions answered each by a separate button and sub or function procedure. The array is Dim Kidsinsports(10,3) " schools + sports" e.g. School 1 has 10 kids in football, 10 in basketball and 10 in volleyball. Sports are organized by (Football, Basketball, V ...continues

Visual Basic and CSV file

A CSV file contains a customer's name, zipcode and amount of a sale output total sales per customer (combine double entries), total sales for each zip code, and the total for each store. Input file attached: Output: Customer 1 Customer 2 Customer 3 Customer 4 Customer 5 Total sales for 60602 Total sales fo ...continues

For this assignment, you will create a Visual Basic.NET application to extend IP2 into a more complete music collection manager. In this exercise, you will create a solution that works with two tables having a Master/Detail relationship. The first table contains music category records, and the second table contains album detail records for each category.

For this project you will use the following database schema, which has two tables. Table 1 -- Schema for the tblCategories table Column Name Data Type ldCategoryID Integer fldCategoryDesc String Table 2 -- Schema for table named tblAlbums Column Name Data Type fldAlbumID Integer fldCategoryI ...continues

Browse