Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse D

Alphabetical listing with fast deep pagination.
30085 items • Page 214 / 602

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Design a Ship class that the following members: * A field for the name of the sh
Design a Ship class that the following members: * A field for the name of the ship (a string). * A field for the year the the ship was built (a string). * A constructor and approp…
Design a Ship class that the following members: * A field for the name of the sh
Design a Ship class that the following members: * A field for the name of the ship (a string). * A field for the year the the ship was built (a string). * A constructor and approp…
Design a Ship class that the following members: * A field for the name of the sh
Design a Ship class that the following members: * A field for the name of the ship (a string). * A field for the year the the ship was built (a string). * A constructor and approp…
Design a Sketch of the Order Calculator window. The layout shown in the sketch c
Design a Sketch of the Order Calculator window. The layout shown in the sketch can be achieved using a BorderLayout manager with the window's content pane. The label that displays…
Design a Student class for Palomar College. Your Student should include at least
Design a Student class for Palomar College. Your Student should include at least one struct and headers (with explanations) for what the function does, pre and post conditions. In…
Design a Superhero Your task is to create your own superhero by pretending that
Design a Superhero Your task is to create your own superhero by pretending that it is possible to enhance the abilities in certain parts of the human brain. Identify the area of t…
Design a Swing application that implements \"guess a number\" play as follows. B
Design a Swing application that implements "guess a number" play as follows. By clicking the button, your program generates a random integer in the range from 1 to 20 inclusive. T…
Design a TestScores class that has fields to hold three test scores. The class s
Design a TestScores class that has fields to hold three test scores. The class should have a constructor, accessor and mutator methods for the lest score fields, and a method that…
Design a TestScores class that has fields to hold three test scores. The class s
Design a TestScores class that has fields to hold three test scores. The class should have a constructor, accessor and mutator methods for the test score fields, and a method that…
Design a TestScores class that has member variables to hold three test scores. T
Design a TestScores class that has member variables to hold three test scores. The class should have a constructor, accessor, and mutator functions for the test score fields, and …
Design a TestScores class that has member variables to hold three test scores. T
Design a TestScores class that has member variables to hold three test scores. The class should have a constructor, accessor, and mutator functions for the test score fields, and …
Design a Time class. A time object should have an instance variable for the numb
Design a Time class. A time object should have an instance variable for the number of hours, minutes, and seconds. in addition to the 3 instance variables, write 2 constructors. O…
Design a Tips class that calculates the gratuity on a restaurant meal. Its only
Design a Tips class that calculates the gratuity on a restaurant meal. Its only class member variable, taxRate, should be set by a one-parameter constructor to whatever rate is pa…
Design a Tips class that calculates the gratuity on a restaurant meal. Its only
Design a Tips class that calculates the gratuity on a restaurant meal. Its only class member variable, taxRate, should be set by a one-parameter constructor to whatever rate is pa…
Design a Tips class that calculates the gratuity on a restaurant meal. Its only
Design a Tips class that calculates the gratuity on a restaurant meal. Its only class member variable, taxRate, should be set by a one-parameter constructor to whatever rate is pa…
Design a Turing machine for each of the following languages. First, give a high
Design a Turing machine for each of the following languages. First, give a high level description of the Turing machine (8 marks) then give formal description of the TM and draw s…
Design a VB program to allow user to enter rainfall for all 12 months into array
Design a VB program to allow user to enter rainfall for all 12 months into array. Program should calculate and display the total rainfall for the year, the average monthly and the…
Design a VB.NET project that determines the income tax rate based on the employe
Design a VB.NET project that determines the income tax rate based on the employee's salary. The program should let the user enter the salary in a TextBox ,followed by a click on a…
Design a VB.Net project that allows the user to enter the test score of a studen
Design a VB.Net project that allows the user to enter the test score of a student and click on a Button, to display the letter grade for the student in the output box. Assume that…
Design a VB.Net project that can be used to do all the arithmetic operations on
Design a VB.Net project that can be used to do all the arithmetic operations on two real numbers.Allow the user to enter two numbers in TextBoxes, and one of the arithmetic operat…
Design a VHDL module for each of the following circuits. Your solutions should i
Design a VHDL module for each of the following circuits. Your solutions should include VHDL source code with comments. Assume positive edge trigger for all flip-flops. Use a text …
Design a VHDL module for each of the following circuits. Your solutions should i
Design a VHDL module for each of the following circuits. Your solutions should include VHDL source code with comments Assume positive edge trigger for all flip-flops. Use a text e…
Design a VHDL module for each of the following circuits. Your solutions should i
Design a VHDL module for each of the following circuits. Your solutions should include VHDL source code with comments. Assume positive edge trigger for all flip-flops. Use a text …
Design a VHDL module for each of the following circuits. Your solutions should i
Design a VHDL module for each of the following circuits. Your solutions should include VHDL source code with comments. Assume positive edge trigger for all flip-flops. Use a text …
Design a Vending Machine class that can keep track of the type of sodas and numb
Design a Vending Machine class that can keep track of the type of sodas and number of sodas in stock. Use the following UML class diagram to design the class VendingMachine. Vendi…
Design a Vending Machine class that can keep track of the type of sodas and numb
Design a Vending Machine class that can keep track of the type of sodas and number of sodas in stock. Use the following UML class diagram to design the class VendingMachine. Vendi…
Design a Vending Machine class that can keep track of the type of sodas and numb
Design a Vending Machine class that can keep track of the type of sodas and number of sodas in stock. Use the following UML class diagram to design the class VendingMachine. Vendi…
Design a Windows Desktop application and write the code that will execute accord
Design a Windows Desktop application and write the code that will execute according to the program requirements in Figure 4-108. Before designing the user interface, create a Use …
Design a Windows Desktop application and write the code that will execute accord
Design a Windows Desktop application and write the code that will execute according to the program requirements. The program needs to be wrote in visual basic and a screen shot of…
Design a Windows Form C# program for a car sale. Assuming there are only a few c
Design a Windows Form C# program for a car sale. Assuming there are only a few car models (3 to 5).   (1) Prepare a text file to be read into the program for car information: Car …
Design a Windows Forms Application for a movie database providing appropriate co
Design a Windows Forms Application for a movie database providing appropriate controls for the following data: ? Movie Name ? ISBN13 Number (optional) ? Release Date ? Location (C…
Design a Windows application and write the code that will execute according to t
Design a Windows application and write the code that will execute according to the program requirements in Figure 8-112 and the Use Case Definition in Figure 8-113. Before writing…
Design a Windows application and write the code that will execute according to t
Design a Windows application and write the code that will execute according to the program requirements shown in Figure 6-125. Before writing the code, create an event planning do…
Design a \"TestScores\" Class that has fields to hold three test scores. The cla
Design a "TestScores" Class that has fields to hold three test scores. The class constructor should accept three test scores as arguments and assign these arguments to the test sc…
Design a \"voltage divider\" that would provide one-sixth (1/6) of the battery v
Design a "voltage divider" that would provide one-sixth (1/6) of the battery voltage across R2. Part A Select the appropriate circuit of the "voltage divider." Part B What is the …
Design a backup plan for the following scenarios. Assume that each computer has
Design a backup plan for the following scenarios. Assume that each computer has a 500GB disk and that users’ home directories are stored locally. Choose a backup device that balan…
Design a backup strategy for a computer system.One option is to use plug-in exte
Design a backup strategy for a computer system.One option is to use plug-in external disks, which cost $150 for each 500 GB drive. Another option is to buy a tape drive for $2500,…
Design a bacterial separation problem using the terms from Chapter 7. The proble
Design a bacterial separation problem using the terms from Chapter 7. The problem should include 3 bacteria in a mixed culture. Design 1 problems, and answer Example Problem: You …
Design a band-stop filter such that the center frequency is FO=8 kHz and bandwid
Design a band-stop filter such that the center frequency is FO=8 kHz and bandwidth is BW = 4 kHz for Figure 10.4. Find the values for the capacitor, inductor, and resistor. Comput…
Design a band-stop filter such that the center frequency is FO=8 kHz and bandwid
Design a band-stop filter such that the center frequency is FO=8 kHz and bandwidth is BW = 4 kHz for Figure 10.4. Find the values for the capacitor, inductor, and resistor. Comput…
Design a bank account class (IslanderAccount) that has the following attributes:
Design a bank account class (IslanderAccount) that has the following attributes: o Owner's name o Account number o Account balance and the following member functions: o a function…
Design a bank account class named Account that has the following private member
Design a bank account class named Account that has the following private member variables: account Number of type int ownerName of type string balance of type double and the follo…
Design a bank teller application that allows the teller to create/add accounts (
Design a bank teller application that allows the teller to create/add accounts (checking or savings), deposit to accounts, withdraw from accounts, apply interest to savings accoun…
Design a bankAccount using object oriented programming. Design and implement the
Design a bankAccount using object oriented programming. Design and implement the following classes: Date, Person, and BankAccount.                     Date has three members: mont…
Design a base class Shape with virtual functions void draw(GraphicWindow& win) c
Design a base class Shape with virtual functions void draw(GraphicWindow& win) const; void move(double dx, double dy); The Circle, Line, and Message classes of Chapter 2 are n…
Design a base class Shape with virtual functions void draw(GraphicWindow& win) c
Design a base class Shape with virtual functions void draw(GraphicWindow& win) const; void move(double dx, double dy); The Circle, Line, and Message classes of Chapter 2 are n…
Design a base class called Student with the foll. 2 fields:- (i) Name (ii) Id. D
Design a base class called Student with the foll. 2 fields:- (i) Name (ii) Id. Derive 2 classes called Sports and Exem from the Student base class. Class Sports has a field called…
Design a base class named Animal to allow the following public data members: The
Design a base class named Animal to allow the following public data members: The Animal class must also allow a public void function named printValues with no parameters. Design a…
Design a base class named Animal to allow the following public data members: The
Design a base class named Animal to allow the following public data members: The Animal class must also allow a public void function named printValues with no parameters. Design a…
Design a basic study, or use your research idea, in which you could analyze your
Design a basic study, or use your research idea, in which you could analyze your data using a t-test. How would you conduct the study and why? Who are your subjects? What are your…