SophiaPretty

(5)

$14/per page/Negotiable

About SophiaPretty

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Accounting,Algebra See all
Accounting,Algebra,Applied Sciences,Architecture and Design,Art & Design,Biology,Business & Finance,Calculus,Chemistry,Communications,Computer Science,Economics,Engineering,English,Environmental science,Essay writing Hide all
Teaching Since: Jul 2017
Last Sign in: 304 Weeks Ago, 1 Day Ago
Questions Answered: 15833
Tutorials Posted: 15827

Education

  • MBA,PHD, Juris Doctor
    Strayer,Devery,Harvard University
    Mar-1995 - Mar-2002

Experience

  • Manager Planning
    WalMart
    Mar-2001 - Feb-2009

Category > Science Posted 14 Oct 2017 My Price 10.00

Design a network which contain three router and one router is connected to server and other two provide internet service. see the attachment;

Answer the quesTons:/** Class that represents a computer. */public class Computer {// Data Fieldsprivate String manufacturer;private String processor;private double ramSize;private int diskSize;private double processorSpeed;// Methods/** IniTalizes a Computer object with all properTes speci±ed.@param man ²he computer manufacturer@param processor ²he processor type@param ram ²he RAM size@param disk ²he disk size@param procSpeed ²he processor speed*/public Computer(String man, String processor, double ram,int disk, double procSpeed) {manufacturer = man;this.processor = processor;ramSize = ram;diskSize = disk;processorSpeed = procSpeed;}public double computePower() { return ramSize * processorSpeed; }public double getRamSize() { return ramSize; }public double getProcessorSpeed() { return processorSpeed; }
Background image of page 1
public int getDiskSize() { return diskSize; }// Insert other accessor and modifer methods here.public String toString() {String result = "ManuFacturer: " + manuFacturer +"\nCPU: " + processor +"\nRAM: " + ramSize + " gigabytes" +"\nDisk: " + diskSize + " gigabytes" +"\nProcessor speed: " + processorSpeed + " gigahertz";return result;}}1.Write an equals method for class Computer/** Class that represents a notebook computer. */public class Notebook extends Computer {// Data ±ieldsprivate staTc fnal String DE±AUL²_NB_MAN = "MyBrand";private double screenSize;private double weight;/** IniTalizes a Notebook object with all properTes specifed.@param man ²he computer manuFacturer@param proc ²he processor type@param ram ²he RAM size@param disk ²he disk size@param screen ²he screen size@param wei ²he weight*/public Notebook(String man, String proc, int ram, int disk,double procSpeed, double screen, double wei) {super(man, proc, ram, disk, procSpeed);
Background image of page 2

Attachments:

Answers

(5)
Status NEW Posted 14 Oct 2017 06:10 AM My Price 10.00

-----------  ----------- H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly

Not Rated(0)