Computer Science Homework Solutions

Develop Try…Catch exceptions to handle any error that can be typed by the user

Problem solution in VB.NET format with using the attachment zip file to modified accordingly. The project name should be name bxnguyen. Develop Try…Catch exceptions to handle any error that can be typed by the user on your Unit 2 individual project. Change the NumericUpdown controls into TextBox. Make sure that any informati ...continues

Comparison and Examples of Sorting Algorithms

Compare and evaluate performance of various sorting algorithms. Include exchange (bubble) sort, selection sort, insertion sort, quick sort, merge sort and heap sort.

Design a flow chart looping the program code

//student name #include main () { //declare variables float fStore1=.0725; //use floats due to possibility of using decimals float fStore2=.075; //here is where taxes are hard coded in the program float fStore3=.0775; int iStore=0; float fPurchase=0.0; float fTax=0.0; float f ...continues

Sequential File access - Advantages and Disadvantages

Explain what a sequential access file is. What are the advantages and disadvantages of using sequential access data files?

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

Browse