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 212 / 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 C++ program that will: Declare an array of integers that can store up t
Design a C++ program that will: Declare an array of integers that can store up to 25 values. Interactively prompt the user for the name of an input file. Read the file name and op…
Design a C++ program using functions (as described below) that will Interactivel
Design a C++ program using functions (as described below) that will Interactively prompt the user for and read the name of an input file that contains a maximum of 25 floating poi…
Design a C++ program, the solution Includes all the following parts: A. The code
Design a C++ program, the solution Includes all the following parts: A. The code and the files necessary to compile and test the project. B. Test Plan: Showing how you tested the …
Design a C++ program, the solution Includes all the following parts: A. The code
Design a C++ program, the solution Includes all the following parts: A. The code and the files necessary to compile and test the project. B. Test Plan: Showing how you tested the …
Design a C++ program. Design, implement, and test a class that represents an amo
Design a C++ program. Design, implement, and test a class that represents an amount of time in minutes and seconds. The class should provide a constructor that sets the time to a …
Design a C++ program. INPUT FILE The program must use a filestream variable to r
Design a C++ program. INPUT FILE The program must use a filestream variable to represent the input file. The program will prompt the user interactively for the name of the input f…
Design a C++ sale program by yourself, you can create any function you want it t
Design a C++ sale program by yourself, you can create any function you want it to have, and please give me a brief summary about what this sale program would preform and how your …
Design a C++ sale program by yourself, you can create any function you want it t
Design a C++ sale program by yourself, you can create any function you want it to have, for example, you can calculate user's product's total price or you can ask user to choose i…
Design a CORDIC System to be attached to a bus structure that will provide data
Design a CORDIC System to be attached to a bus structure that will provide data and accept results. The data provided will be a single number, which is a value represented as a 32…
Design a CashRegister class that can be used with the InventoryItem class. The C
Design a CashRegister class that can be used with the InventoryItem class. The CashRegister class should perform the following. 1. Ask the user for the item and quantity being pur…
Design a CashRegister class that can be used with the InventoryItem class. The C
Design a CashRegister class that can be used with the InventoryItem class. The CashRegister class should perform the following. 1. Ask the user for the item and quantity being pur…
Design a Cassandra database to support a Spotify-like media cataloguing applicat
Design a Cassandra database to support a Spotify-like media cataloguing application. The application should catalogue music, including artists, their albums, songs in each album, …
Design a Chat application using python which has the following features: o It sh
Design a Chat application using python which has the following features: o It should use connection orient reliable Transport layer protocol o Chat Application follows client and …
Design a Compensator with and without system bandwidth constraints GH ( s ) is a
Design a Compensator with and without system bandwidth constraints GH ( s ) is a minimum - phase system which has the Bode plot shown below. It is desired to have a phase margin o…
Design a Compensator with and without system bandwidth constraints GH ( s ) is a
Design a Compensator with and without system bandwidth constraints GH ( s ) is a minimum - phase system which has the Bode plot shown below. It is desired to have a phase margin o…
Design a Compensator with and without system bandwidth constraints GH ( z ) is a
Design a Compensator with and without system bandwidth constraints GH ( z ) is a minimum - phase system which has the Bode plot shown below. It is desired to have a phase margin o…
Design a Compensator with and without system bandwidth constraints GH ( z ) is a
Design a Compensator with and without system bandwidth constraints GH ( z ) is a minimum - phase system which has the Bode plot shown below. It is desired to have a phase margin o…
Design a Customer class to handle a customer loyalty marketing campaign. After a
Design a Customer class to handle a customer loyalty marketing campaign. After accumulating $100 in purchases, the customer receives a $10 discount on the next purchase. Provide m…
Design a Customer class to handle a customer loyalty marketing campaign. After a
Design a Customer class to handle a customer loyalty marketing campaign. After accumulating $100 in purchases, the customer receives a $10 discount on the next purchase. Provide m…
Design a Data Base using the requirements mentioned below. Show the ERD for the
Design a Data Base using the requirements mentioned below. Show the ERD for the database. Answer questions 1-7 and show the results for each query. Each table must be populated wi…
Design a Data Base using the requirements mentioned below. Show the ERD for the
Design a Data Base using the requirements mentioned below. Show the ERD for the database. Answer questions 1-7 and show the results for each query. Each table must be populated wi…
Design a FSM that will turn on a fan and and LED when a correct code is entered,
Design a FSM that will turn on a fan and and LED when a correct code is entered, but will produce an audible sound ("alarm") if an incorrect code is entered. 1. Set DIO 7 to DIO 4…
Design a Fraction class. A Fraction object should have an instance variable for
Design a Fraction class. A Fraction object should have an instance variable for the numerator and another for the denominator. In addition to the 2 instance variables, write 2 con…
Design a GUI program to find the weighted average of four test scores. The four
Design a GUI program to find the weighted average of four test scores. The four test scores and their respective weights are given in the following format: testscore1 weight1 How …
Design a Gaussian elimination algorithm for matrices with the structure a1 di 0
Design a Gaussian elimination algorithm for matrices with the structure a1 di 0 0 0 c2 as ds 0 0 0 0 0 0... an-2 dn-20 0 0 0 0... cn-2 an-1 dn-1 0 Cn-1 an Namely, only the diagona…
Design a Geometry class with the following methods: * A static method that accep
Design a Geometry class with the following methods: * A static method that accepts the radius of a circle and returns the area of the circle. Use the following formula: Area=?r^2 …
Design a Geometry class with the following methods: * A static method that accep
Design a Geometry class with the following methods: * A static method that accepts the radius of a circle and returns the area of the circle. Using the following formula: Area=?r^…
Design a GiftWrap class that a gift wrapping store could use to calculate the pr
Design a GiftWrap class that a gift wrapping store could use to calculate the price of wrapping rectangular gift boxes and generate invoices/receipts for their customers. The clas…
Design a JAVA program that does all of the following: • It allows the user to in
Design a JAVA program that does all of the following: • It allows the user to input a three letter word. • It saves this word in an array / string. • Then the program randomly pic…
Design a Java Rock, Paper, and Scissors Game as follows : It has 3 options: 1. P
Design a Java Rock, Paper, and Scissors Game as follows : It has 3 options: 1. Play one game 2. Play five games 3. Play an infinite number of g ames When the game is finished you …
Design a Java Rock, Paper, and Scissors Game as follows: It has 3 options: 1.Pla
Design a Java Rock, Paper, and Scissors Game as follows: It has 3 options: 1.Play one game 2.Play five games 3.Play an infinite number of games When the game is finished you need …
Design a Java application for solving a system of two linear equations with two
Design a Java application for solving a system of two linear equations with two unknowns: a middotX + b middoty = c d middotX + e middoty = f where a, b, c, d, e, f are given inte…
Design a Java application that reads a Class roster in a format Doe Joe 8 91 89
Design a Java application that reads a Class roster in a format Doe Joe 8 91 89 90 Brown Jane 89 91 79 95 Hopkins Michael 56 78 94 76 Smith Erin 95 85 84 79 Brown Jerry 91 87 79 1…
Design a Java application that reads a class roster in a format consisting of st
Design a Java application that reads a class roster in a format consisting of student names and 4 scores, given by integer numbers. The program must sort the roster either with re…
Design a Java application that use Java Collections effectively. First, generate
Design a Java application that use Java Collections effectively. First, generate 100 random Integers between 1 and 49 and write them in a text file named boy.txt, one number per l…
Design a Java application that will read a file containing data related to the U
Design a Java application that will read a file containing data related to the US. Crime statistics from 1994-2013. The description of the file is shown below. The application sho…
Design a Java application that will read a file containing data related to the U
Design a Java application that will read a file containing data related to the US. Crime statistics from 1994-2013. The description of the file is at the end of this file. The app…
Design a Java application that will read a file containing data related to the U
Design a Java application that will read a file containing data related to the US. Crime statistics from 1994-2013. The description of the file is at the end of this file. The app…
Design a Java application that will read a file containing data related to the U
Design a Java application that will read a file containing data related to the US. Crime statistics from 1994-2013. The description of the file is shown below. The application sho…
Design a Java application that will read a file containing data related to the U
Design a Java application that will read a file containing data related to the US. Crime statistics from 1994-2013. The description of the file is shown below. The application sho…
Design a Java application that will read a file containing data related to the U
Design a Java application that will read a file containing data related to the US. Crime statistics from 1994-2013. The description of the file is shown below. The application sho…
Design a Java application that will read a file containing data related to the U
Design a Java application that will read a file containing data related to the US. Crime statistics from 1994-2013. The description of the file is shown below. The application sho…
Design a Java application that will read a file containing data related to the U
Design a Java application that will read a file containing data related to the US. Crime statistics from 1994-2013. The description of the file is shown below. The application sho…
Design a Java application that will read a file containing data related to the p
Design a Java application that will read a file containing data related to the passengers on the Titanic. The description of the file is shown below. The application should provid…
Design a Java application that will read a file containing data related to the p
Design a Java application that will read a file containing data related to the passengers on the Titanic. The description of the file is shown below. The application should provid…
Design a Java application that will read a file containing data related to the p
Design a Java application that will read a file containing data related to the passengers on the Titanic. The description of the file is shown below. The application should provid…
Design a Java application that will read a file containing data related to the p
Design a Java application that will read a file containing data related to the passengers on the Titanic. The description of the file is shown below. The application should provid…
Design a Java application that will read a file containing data related to the p
Design a Java application that will read a file containing data related to the passengers on the Titanic. The description of the file is shown below. The application should provid…
Design a Java class called U9D1CourseClass that has the following attributes: *c
Design a Java class called U9D1CourseClass that has the following attributes: *code- a string field to store the course code (IT1006) *credit hours- an int field to store the cred…
Design a Java class named Guitar that contains: A private int data field named n
Design a Java class named Guitar that contains: A private int data field named numStrings that defines the number of strings on the guitar. The default value should be 6. A privat…