Computer Science Homework Solutions

Are our laws concerning cyber crime effective? What are some of the problems that you see with them?

Are our laws concerning cyber crime effective? What are some of the problems that you see with them?

C++ Programming

Create a class named RealtorCommission. Fields include the sale price of a house, the sales commission rate, and the commission. Create two constructors. Each constructor requires the sales price (expressed as a double) and the commission rate. One constructor requires the commission rate to be double, such as .06. The othe ...continues

Create and ASP.NET Application

Use Visual Studio.NET 2005 to create an ASP.NET application that displays output from the Amazon web service. Add good documentation to the code. Furthermore, create a user-friendly interface. Name the completed Visual Studio project Barnes_IP5.

A SONET transmission system can be configured in two different ways to protect against a path failure (protection switching). What are the names of the two network configurations?

A SONET transmission system can be configured in two different ways to protect against a path failure (protection switching). What are the names of the two network configurations?

Suppose 5,000 input time slots are to be switched among 5,000 output time slots using a time-division switch. The time slots are refreshed every 100 microsec. What memory cycle time is required to keep up with the data flow?

Suppose 5,000 input time slots are to be switched among 5,000 output time slots using a time-division switch. The time slots are refreshed every 100 microsec. What memory cycle time is required to keep up with the data flow?

Consider a (n x k) crossbar switch with k < n. Suppose the probability of a line being in use is p. What is the probability that the switch is blocked for the next caller?

Consider a (n x k) crossbar switch with k < n. Suppose the probability of a line being in use is p. What is the probability that the switch is blocked for the next caller? a. 1-(1-p)^(n-k) b. (n!/(k!*(n-k)!))*p^k c. (p^k)*(1-p)^(n-k) d. Sum(j=1,k)((n!/(j!*(n-j)!))*p^j

In the telephone network, the most significant difference between a digital cross-connect system and a digital local switch is

In the telephone network, the most significant difference between a digital cross-connect system and a digital local switch is: a. the switching speed b. the number of inputs and outputs c. the manner in which connections are established d. the physical location (ie. the same or different buildings) ...continues

Determining τ from two gated measurements

See attached file for full problem description - not sure how to abstract tau from the data.

Cyber security for the typical Windows XP system

This question is for a job interview. A paper must be written that addresses cyber security for the typical Windows XP system to include the most significant current vulnerabilities in windows systems and measures that can be taken by the desktop support people.

Program dealing with structs

See attached file for full problem description.

Browse