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 309 / 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
Develop an algorithm and write the JavaScript that creates a web page that enabl
Develop an algorithm and write the JavaScript that creates a web page that enables the user to order campaign buttons. Your code will: Display the name of the company (you make th…
Develop an algorithm for a Java program that takes as input a single letter and
Develop an algorithm for a Java program that takes as input a single letter and displays the corresponding digit on the telephone. The letters and digits on a telephone are groupe…
Develop an algorithm that determines if a given year is a leap year in the Grego
Develop an algorithm that determines if a given year is a leap year in the Gregorian calendar. A year is a leap year (and therefore has 29 days in February) if its number is divis…
Develop an algorithm that finds the k th smallest element of a sequence that is
Develop an algorithm that finds the k th smallest element of a sequence that is presented to you one element at a time in an order you cannot control. You have only space O(k) ava…
Develop an algorithm that would compute the area of a triangle given the lengths
Develop an algorithm that would compute the area of a triangle given the lengths of its three sides. The algorithm should prompt the user to enter the length values one by one, ma…
Develop an algorithm to balance your checking account. The program should let yo
Develop an algorithm to balance your checking account. The program should let you enter the initial balance for the month, followed by a series of transactions. For each transacti…
Develop an algorithm to convert a decimal number between 0 and 255 to a hexadeci
Develop an algorithm to convert a decimal number between 0 and 255 to a hexadecimal number using the if-else statement. Notice that you are required to use the if-else statement f…
Develop an algorithm to prompt for and obtain maximum daily temperatures for a w
Develop an algorithm to prompt for and obtain maximum daily temperatures for a whole year. However, in order to consider leap years, your algorithm should first prompt the user fo…
Develop an algorithm using a composition method to generate random variables fol
Develop an algorithm using a composition method to generate random variables following a triangular distribution as follows: f(x) = 1 + x ? ? 1 ? x ? 0, f(x) = 1 ? x ? 0 < x ? …
Develop an alternative formulation for calculating the polynomial expression tha
Develop an alternative formulation for calculating the polynomial expression that avoids the need for repeated power calculation and reduces the risk of numerical instability (iv)…
Develop an alternative formulation for calculating the polynomial expression tha
Develop an alternative formulation for calculating the polynomial expression that avoids the need for repeated power calculation and reduces the risk of numerical instability (iv)…
Develop an app to document the lifecycle of an \"activity\" For each callback ev
Develop an app to document the lifecycle of an "activity" For each callback events (onCreate(), onStart() ...), record what callback event was triggered in the log(use Log.d): the…
Develop an application that an electric company may used to produce monthly bill
Develop an application that an electric company may used to produce monthly bills for its customers. A monthly bill for a customer is to be formatted as follows: Create a program …
Develop an application that calculates the average score for each student give t
Develop an application that calculates the average score for each student give the following data. Your application should declare and initializes a 2D aray with the follow studen…
Develop an application that determines whether a department-store customer has e
Develop an application that determines whether a department-store customer has exceeded the credit limit on a charge account. Each customer enters and account number (Integer), a …
Develop an application that inputs a name and an address, and prints out a form
Develop an application that inputs a name and an address, and prints out a form letter. The letter should begin with the address, including the person's full name. Then it should …
Develop an application that prompts the user to enter a string (e.g., abcdefg) a
Develop an application that prompts the user to enter a string (e.g., abcdefg) and displays reversed string (e.g., gfedcba). The application must work for any string. Algorithm: (…
Develop an application that will determine if a bank customer has exceeded his c
Develop an application that will determine if a bank customer has exceeded his checking account. The following facts are available and input into the program: a. Account number (F…
Develop an application. that computes a studen average. It have to be specific.
Develop an application. that computes a studen average. It have to be specific. Requirements: 1.) Adding Instance variables At line 26, add two instance variables. The int instanc…
Develop an appropriate model for the following business decision scenario, and u
Develop an appropriate model for the following business decision scenario, and use that model to determine the optimal decision alternative. In designing a new space vehicle, NASA…
Develop an assembly program that computes the Fibonacci number series using 16-b
Develop an assembly program that computes the Fibonacci number series using 16-bit arithmetic. Print the numbers as they are computed. You should only use the assembly instruction…
Develop an awk program that reads /etc/passwd and prints the names of those user
Develop an awk program that reads /etc/passwd and prints the names of those users having the same GID in the form (GID name1 name 2) I believe the input needs to be sorted and the…
Develop an disaster recovery plan for Pet Vet. Pet Vet is a small neighborhood v
Develop an disaster recovery plan for Pet Vet. Pet Vet is a small neighborhood veterinary clinic. This clinic provides services for dogs and cats only. These services include offi…
Develop an e-commerce plan for Amazon utilizing the information below: Finance /
Develop an e-commerce plan for Amazon utilizing the information below: Finance/Accounting -Choose your Payment Systems -Create an E-Loyalty Program Public Policy -Privacy Policy -…
Develop an efficient in-place algorithm called Partition-Even-Odd(A) that partit
Develop an efficient in-place algorithm called Partition-Even-Odd(A) that partitions an array A in even and odd numbers. The algorithm must terminate with A containing all its eve…
Develop an eight minute sales presentation about Nike shoes that includes each o
Develop an eight minute sales presentation about Nike shoes that includes each of the following: A. The Approach-Summary of Benefits B. Presentation -SELL Sequences: Proof stateme…
Develop an eight minute sales presentation about Nike shoes that includes: A. Th
Develop an eight minute sales presentation about Nike shoes that includes: A. The Approach-Summary of Benefits B. Presentation -SELL Sequences: Proof statement, two similes, metap…
Develop an eight minute sales presentation that includes: A. The Approach-Summar
Develop an eight minute sales presentation that includes: A. The Approach-Summary of Benefits B. Presentation -SELL Sequences: Proof statement, two similes, metaphors, or analogie…
Develop an encryption and decryption algorithm Your program should accept an inp
Develop an encryption and decryption algorithm Your program should accept an input file to be compressed and encrypted and the saved files should be both the compressed and encryp…
Develop an entire home network with a budget of $5,000.00. Your configuration mu
Develop an entire home network with a budget of $5,000.00. Your configuration must assume the purchase of associated hardware for access to both wireless and wired connections and…
Develop an essay comparing Islam and Christianity. In your essay: 1. Analyze the
Develop an essay comparing Islam and Christianity. In your essay: 1. Analyze the similarities and differences of the history, basic beliefs, and influence on law and social justic…
Develop an estimated regression equation using trade price and speed of executio
Develop an estimated regression equation using trade price and speed of execution to predict overall satisfaction with the broker. Let X1 represent satisfaction with trade Price L…
Develop an exception class named InvalidMonthException that extends the Exceptio
Develop an exception class named InvalidMonthException that extends the Exception class.   Instances of the class will be thrown based on the following conditions:        The valu…
Develop an inheritance hierarchy based upon a Polygon class that has abstract me
Develop an inheritance hierarchy based upon a Polygon class that has abstract methods area( ) and perimeter( ). Implement classes Triangle, Quadrilateral, Pentagon, Hexagon, and O…
Develop an interactive Java program to implement following operations on a graph
Develop an interactive Java program to implement following operations on a graph: Create a graph From a file Display Graph information (adjacency Lists) Text (Display adjacency li…
Develop an interactive Java program to implement following operations on a graph
Develop an interactive Java program to implement following operations on a graph: Create a graph From a file Display Graph information (adjacency Lists) Text (Display adjacency li…
Develop an interactive Java program to implement following operations on an adja
Develop an interactive Java program to implement following operations on an adjacency list: Create a graph From a file Display Graph information (adjacency Lists) using GUI Graph …
Develop an interactive Java-based system that gets queries with k terms, where e
Develop an interactive Java-based system that gets queries with k terms, where each term is marked by either a plus sign or a minus sign. Additionally, the system has access to a …
Develop an interactive java program using dialogs for both input and output, to
Develop an interactive java program using dialogs for both input and output, to Prompts the user to enter the: Employee first name Employee last name GS level Step level New Emplo…
Develop an interactive program thataccepts for each faculty member of a small co
Develop an interactive program thataccepts for each faculty member of a small college two datavalues: faculty salary and a value for faculty performancelevel. The performance leve…
Develop an introduction section of a research proposal on PTSD Title page of you
Develop an introduction section of a research proposal on PTSD Title page of your research proposal, Introduction to your research proposal. The introduction is not part of the li…
Develop an inventory management system for an electronics store. The inventory s
Develop an inventory management system for an electronics store. The inventory system should have the following functionalities .BuildInventory: reada text file containing electro…
Develop an object oriented program in Java that will keep track of pets treated
Develop an object oriented program in Java that will keep track of pets treated in an animal hospital. Detail class specifications (data members, methods and access modifiers) are…
Develop an object-oriented model and then write a C++ program as explained below
Develop an object-oriented model and then write a C++ program as explained below. You will be using classes and objects, and appropriate member functions, constructors, destructor…
Develop an outline (major headings and subheadings only) for a project managemen
Develop an outline (major headings and subheadings only) for a project management plan to create a Web site for your class, and then fill in the details for the introduction or ov…
Develop an x86_64 assembly language program that uses a function and a loop to c
Develop an x86_64 assembly language program that uses a function and a loop to calculate values across an array. Procedure For this assignment you must write all code in x86_64 as…
Develop and analyze a simulation model for Koehler Vision Associates (KVA) in Pr
Develop and analyze a simulation model for Koehler Vision Associates (KVA) in Problem with the following assumptions. Assume that the demand is uniform between 110 and 160 per wee…
Develop and analyze an iterative version of Sequential Search (Search(A, k, p, r
Develop and analyze an iterative version of Sequential Search (Search(A, k, p, r) that returns the position of k in the sorted integer array A[p ... r]. If k is not found, the alg…
Develop and implement a class SavingsAccount that represents a savings account.
Develop and implement a class SavingsAccount that represents a savings account. A SavingsAccount object should have three attributes: the name of the account (a String), the owner…
Develop and implement a class SavingsAccount that represents a savings account.
Develop and implement a class SavingsAccount that represents a savings account. A SavingsAccount object should have three attributes: the name of the account (a String), the owner…