Browse D
Alphabetical listing with fast deep pagination.
30085 items • Page 229 / 602
Design an abstract class named BankAcccount to hold the following data for a ban
Design an abstract class named BankAcccount to hold the following data for a bank account: -Account Name & Number -Balance -Number of deposits -Number of withdrawals -Annual i…
Design an abstract class named BankAccount to hold the following data for a bank
Design an abstract class named BankAccount to hold the following data for a bank account: Next, design a SavingsAccount class that extends the BankAccount class. The SavingsAccoun…
Design an abstract class named BankAccount to hold the following data for a bank
Design an abstract class named BankAccount to hold the following data for a bank account: -Account Name & Number -Balance -Number of deposits this month -Number of withdrawals…
Design an abstract class named BankAccount to hold the following data for a bank
Design an abstract class named BankAccount to hold the following data for a bank account: -Account Name & Number -Balance -Number of deposits this month -Number of withdrawals…
Design an abstract class named BankAccount to hold the following data for a bank
Design an abstract class named BankAccount to hold the following data for a bank account: -Account Name & Number -Balance -Number of deposits this month -Number of withdrawals…
Design an abstract class named BankAccount to hold the following data for a bank
Design an abstract class named BankAccount to hold the following data for a bank account: Balance Number of deposits this month Number of withdrawals Annual interest rate Monthly …
Design an abstract data type called \"Weather\" that keeps track of the temperat
Design an abstract data type called "Weather" that keeps track of the temperature of the last 7 days and the average. Assume that the days are numbered 0 to 6 (you can declare an …
Design an abstract syntax and implement a recursive descent parser for expressio
Design an abstract syntax and implement a recursive descent parser for expressions to be symbolically differentiated. The grammar is a Polish-prefix grammar: Expr --> Op Expr E…
Design an adsorption column miniature to study the recovery of dye contaminated
Design an adsorption column miniature to study the recovery of dye contaminated water using granular Activated Carbon. Please select your solute which is applicable to the activat…
Design an airbag that contains 500. g of solid material and meets the design lim
Design an airbag that contains 500. g of solid material and meets the design limitations below. Design limitations: 1.) NaN3 is acutely toxic. (http://en.wikipedia.org/wiki/Sodium…
Design an algorichm and write a C++ program that utilizes the void funetion prog
Design an algorichm and write a C++ program that utilizes the void funetion programmerinfo to print the programmer's name, UIN, TA name and class name along with the date. Output …
Design an algorith (like the one I have started, but note this instructor\'s res
Design an algorith (like the one I have started, but note this instructor's response). Question: Design an algorithm whose input is a finite list of positive integers and whose ou…
Design an algorithm and show it in either pseudocode or a flow chart (you only n
Design an algorithm and show it in either pseudocode or a flow chart (you only need to do one) for the following problem. For this question, read in a series of words (one at a ti…
Design an algorithm for determining the day of the week of any date since Januar
Design an algorithm for determining the day of the week of any date since January 1, 1900. For example, November 15, 2013 is a Friday and January 1, 1900 is a Monday. Give the psu…
Design an algorithm for each of the following problems. All algorithms in this l
Design an algorithm for each of the following problems. All algorithms in this lab should include input steps, processing steps (e.g. steps performing calculations) and output ste…
Design an algorithm that calculates the minimum distance people would have to wa
Design an algorithm that calculates the minimum distance people would have to walk, under the best selection of walkways. a) Define a quantity A[k] that you will compute and store…
Design an algorithm that calculates the sales tax and the price (amount due) of
Design an algorithm that calculates the sales tax and the price (amount due) of an item sold in a particular state. The sales tax is calculated as follows: The state's portion of …
Design an algorithm that does the following: Opens the number_list.dat file that
Design an algorithm that does the following: Opens the number_list.dat file that wascreated by the algorithm created in the previous question(Algorithm 10.3), reads all of the …
Design an algorithm that takes a positive integer N (modulus) and two non-negati
Design an algorithm that takes a positive integer N (modulus) and two non-negative integers x and y, and returns x^y(mod N). (Assume that x, y lessthanorequalto N - 1, and that N,…
Design an algorithm that takes pairs of points as input and finds the slope of t
Design an algorithm that takes pairs of points as input and finds the slope of the line that passes through each pair of points. The algorithm should prompt for a pair of points t…
Design an algorithm that takes two numbers in base b >= 2 (b is an input paramet
Design an algorithm that takes two numbers in base b >= 2 (b is an input parameter) and adds them up generating the result also in base b. For instance, if b = 3, and the two i…
Design an algorithm that when given an arrangement of thedigits 0,1,2,3,4,5,6,7,
Design an algorithm that when given an arrangement of thedigits 0,1,2,3,4,5,6,7,8,9 rearranges the digits so that newarrangement represents the next larger value that can berepres…
Design an algorithm that will prompt for and receive your current check book bal
Design an algorithm that will prompt for and receive your current check book balance, followed by a number of financial transactions. Each transaction consists of a transaction co…
Design an algorithm that will read two numbers and an integer code from the scre
Design an algorithm that will read two numbers and an integer code from the screen. The value of the integer code should be 1, 2, 3 or 4. If the value of the code is 1, compute th…
Design an algorithm that will use two parallel arrays to obtain user input of st
Design an algorithm that will use two parallel arrays to obtain user input of student name and their final numeric grade, such as the one below. Allow the user to input as many st…
Design an algorithm that, given two lists of integers, creates a list consisting
Design an algorithm that, given two lists of integers, creates a list consisting of those integers that appear in both lists (each integer on the final list should appear only onc…
Design an algorithm that, given two lists of integers, creates a list consisting
Design an algorithm that, given two lists of integers, creates a list consisting of those integers that appear in both lists (each integer on the final list should appear only onc…
Design an algorithm that, given two lists of integers, creates a list consisting
Design an algorithm that, given two lists of integers, creates a list consisting of those integers that appear in both lists (each integer on the final list should appear only onc…
Design an algorithm that, when given a collection of integers in an unsorted arr
Design an algorithm that, when given a collection of integers in an unsorted array, determines the second smallest number (or second minimum). For example, if the array consists…
Design an algorithm to find all the common elements in two sorted lists of numbe
Design an algorithm to find all the common elements in two sorted lists of numbers. For example, for the lists 2 5 5 5 and 2, 2, 3 5 5 7 the output should be 2 5 5. What is the ma…
Design an algorithm to prepare a daily hotel charge report. Input is a room numb
Design an algorithm to prepare a daily hotel charge report. Input is a room number, customer name, cost of the room, and cost of meals. Output is a hotel charge report that will c…
Design an algorithm to search a key in a two dimensional matrix (N*M) illustrate
Design an algorithm to search a key in a two dimensional matrix (N*M) illustrated as follows. The matrix has the property that the numbers in column are sorted in decreasing order…
Design an app / site that allow users to vote on their favorite baby names and d
Design an app / site that allow users to vote on their favorite baby names and displays updated statistics of the most popular baby names. It should demonstrate your knowledge of …
Design an app / site that allow users to vote on their favorite baby names and d
Design an app / site that allow users to vote on their favorite baby names and displays updated statistics of the most popular baby names. It should demonstrate your knowledge of …
Design an app / site that allow users to vote on their favorite baby names and d
Design an app / site that allow users to vote on their favorite baby names and displays updated statistics of the most popular baby names. It should demonstrate your knowledge of …
Design an applet in Java. The applet should be a snack machine. The snack machin
Design an applet in Java. The applet should be a snack machine. The snack machine should dispense 3 varieties of chips $0.65, 5 varieties of drinks $1.25 and 4 varieties of cookie…
Design an application for Domcile Designs that gets sales transaction data, incl
Design an application for Domcile Designs that gets sales transaction data, including an account number, customer name, and purchase price. The store charges 1.25 percent interest…
Design an application for a pizzeria. The user makes pizza order choices from li
Design an application for a pizzeria. The user makes pizza order choices from list boxes, and the application displays the price. The user can choose a pizza size of small ($7), m…
Design an application that accepts 10 numbers and displays them in descending or
Design an application that accepts 10 numbers and displays them in descending order using the following pseudocode: // Start // Declarations // num SIZE = 10 // …
Design an application that declares two Circles. Set the radius of one manually,
Design an application that declares two Circles. Set the radius of one manually, but allow the other to use the default value supplied by the constructor. Then, display each Circl…
Design an application that has an array of at least 20 integers. It should call
Design an application that has an array of at least 20 integers. It should call a module that uses the sequential search algorithm to locate one of the values. The model should ke…
Design an application that has an array of at least 20 integers. It should call
Design an application that has an array of at least 20 integers. It should call a module that uses the sequential search algorithm to locate one of the values. The module should k…
Design an arbiter (FSM) in Verilog and test using Xilinx simulator. When only re
Design an arbiter (FSM) in Verilog and test using Xilinx simulator. When only req_0 is asserted, gnt 0 is asserted. Similarly when only req 1 is asserted, gnt_1 is asserted and wh…
Design an authentication scheme that “learns.” The authentication scheme will st
Design an authentication scheme that “learns.” The authentication scheme will start with certain primitive information about a user, such as name and password. As the use of the c…
Design an automated shade controller using a servo and a photoresistor. You can
Design an automated shade controller using a servo and a photoresistor. You can accomplish this by attaching a piece of cardboard or balsa to your servo horn. Then, mount the serv…
Design an automated shade controller using a servo and a photoresistor. You can
Design an automated shade controller using a servo and a photoresistor. You can accomplish this by attaching a piece of cardboard or balsa to your servo horn. Then, mount the serv…
Design an autonomous maze solving mobile robot using the Lego kits. Your designe
Design an autonomous maze solving mobile robot using the Lego kits. Your designed LEGO mobile robot will be placed at the maze entrance. It then must traverse the maze until it fi…
Design an ecosystem in a glass container 12\" Times 12\" Times 12\". (Just descr
Design an ecosystem in a glass container 12" Times 12" Times 12". (Just describe it and draw it, you don't have to build it. No shrimp please!) This is a closed system... no gas, …
Design an ecosystem in a glass container 12\" times 12\" times 12\". (Just descr
Design an ecosystem in a glass container 12" times 12" times 12". (Just describe it and draw it, you don't have to build it. No shrimp please!) This is a closed system...no gas, l…
Design an efficient algorithm for shortest path and.. Design and analyze an effi
Design an efficient algorithm for shortest path and.. Design and analyze an efficient algorithm for the following problem: given is an adjacency list for a digraph G = (V, E} and …