Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1164 / 1333
Write a two-page executive summary for your boss explaining how a relational dat
Write a two-page executive summary for your boss explaining how a relational data solution can be applied to a current business problem or area for improvement. Assume that your b…
Write a two-tape deterministic Turing machine to sort an input string w of the f
Write a two-tape deterministic Turing machine to sort an input string w of the form (a+b)*. The input will be given on the first tape, and the second tape will be initially empty.…
Write a unit conversion program that asks user sto identify the unit from which
Write a unit conversion program that asks user sto identify the unit from which they want to convert and the unit to which they want to convert. Legal units are in, ft, mi, mm, cm…
Write a unit conversion program that asks users to identify the unit from which
Write a unit conversion program that asks users to identify the unit from which they want to convert and the unit to which they want to convert. Legal units are in, ft, mi, mm, cm…
Write a unit test case functions for every function you define. These test cases
Write a unit test case functions for every function you define. These test cases should be called in the main function. After you …
Write a unit test for addInventory(). Call redSweater.addInventory() with parame
Write a unit test for addInventory(). Call redSweater.addInventory() with parameter sweaterShipment. Print the shown error if the subsequent quantity is incorrect. Sample output f…
Write a user defined class that would represent a password. The class should hav
Write a user defined class that would represent a password. The class should have a default constructor (set a random password), nondefault constructor (user send pwd via argument…
Write a user defined function in \"matlab\" that calculates the user\'s grade po
Write a user defined function in "matlab" that calculates the user's grade point average, where A=4, B=3, C=2, D=1, F=0. Test your function using the grades and credit hours shown…
Write a user defined function psum.m to approximate the value of the sum K2 1223
Write a user defined function psum.m to approximate the value of the sum K2 12232 by adding terms to the sum until the difference (error) between the sum and/6 is smaller than a g…
Write a user defined function that calculates the maximum or minimum of a quadra
Write a user defined function that calculates the maximum or minimum of a quadratic equation of the form: f(x)= ax^2+bx+c Name the function [x,y,w] = maxormin (a,b,c). The input a…
Write a user-defined MATLAB function (named DotProd) that takes two vectors of t
Write a user-defined MATLAB function (named DotProd) that takes two vectors of the same length as input arguments and returns the dot product of the two vectors. You can assume th…
Write a user-defined MATLAB function macabre root (p, toll) that returns the cub
Write a user-defined MATLAB function macabre root (p, toll) that returns the cube root of a real number p using the modified Babylonian method with an accuracy of to 1. In additio…
Write a user-defined MATLAB function mycuberoot (p, tol) that returns the cube r
Write a user-defined MATLAB function mycuberoot (p, tol) that returns the cube root of a real number p using the modified Babylonian method with an accuracy of tol. In addition th…
Write a user-defined MATLAB function mycuberoot (p, tol) that returns the cube r
Write a user-defined MATLAB function mycuberoot (p, tol) that returns the cube root of a real number p using the modified Babylonian method with an accuracy of tol. In addition th…
Write a user-defined MATLAB function that calculates a student’s final grade in
Write a user-defined MATLAB function that calculates a student’s final grade in a course using the scores from three midterm exams, a final exam, and six homework assignments. The…
Write a user-defined MATLAB function that calculates the inverse of a square ( n
Write a user-defined MATLAB function that calculates the inverse of a square (n x n) matrix, using the Cramer function. For function name and arguments, use D = Inverse(A) . The i…
Write a user-defined MATLAB function that converts integers written in binary fo
Write a user-defined MATLAB function that converts integers written in binary form to decimal form. Name the function d = binaTOint(b), where the input argument b is a vector with…
Write a user-defined MATLAB function that converts real numbers in decimal form
Write a user-defined MATLAB function that converts real numbers in decimal form to binary form. Name the function b = deciTObina (d), where the input argument d is the number to b…
Write a user-defined MATLAB function that converts real numbers in decimal form
Write a user-defined MATLAB function that converts real numbers in decimal form to binary form. Name the function b = deci TObina (d), where the input argument dis the number to b…
Write a user-defined MATLAB function that solves a system of n linear equations,
Write a user-defined MATLAB function that solves a system of n linear equations, [a] [x] =[b], with the Gauss-Seidel iteration method. For the function name and arguments use x= G…
Write a user-defined MATLAB function that solves the system of linear equations
Write a user-defined MATLAB function that solves the system of linear equations of Ax = b using the iterative Guass - Seidel method. For function name and arguments, use x = Gauss…
Write a user-defined MATLAB function that solves the system of linear equations
Write a user-defined MATLAB function that solves the system of linear equations of Ax = b using the iterative Jacobi method. For function name and arguments, use xJacobi(A, b, xO)…
Write a user-defined MATLAB function that uses bisection method to determine the
Write a user-defined MATLAB function that uses bisection method to determine the solution of f(x) in a given interval a lessthanorequalto x lessthanorequalto b For function name a…
Write a user-defined MATLAB. AU function that calculates the local maximum or mi
Write a user-defined MATLAB. AU function that calculates the local maximum or minimum of a quadratic function of the form f(x) - ax2+bx + c . For the function name and arguments u…
Write a user-defined function for the following math function: y(x) = (-0.2x^3 +
Write a user-defined function for the following math function: y(x) = (-0.2x^3 + 7x^2)e^-0.3x The input should be x and the output y. Write such that x can be a vector. a. Use the…
Write a user-defined function that adds or subtracts two polynomials of any orde
Write a user-defined function that adds or subtracts two polynomials of any order. Name the function p=polyadd(p1,p2,operation). The first two input arguments p1 and p2 are the ve…
Write a user-defined function that adds or subtracts two polynomials of any orde
Write a user-defined function that adds or subtracts two polynomials of any order. Name the function p=polyadd(p1,p2,operation). The first two input arguments p1 and p2 are the ve…
Write a user-defined function that adds or subtracts two polynomials of any orde
Write a user-defined function that adds or subtracts two polynomials of any order. Name the function p = polyadd(p1, p2, operation). The first two input arguments p1 and p2 are th…
Write a user-defined function that calculates the \"double factorial\" of a posi
Write a user-defined function that calculates the "double factorial" of a positive odd integer (2n - 1)!! = (2n - 1)(2n - 3)(2n - 5)... (3)(1). For the function name and arguments…
Write a user-defined function that finds all the prime numbers between two numbe
Write a user-defined function that finds all the prime numbers between two numbers m and n. Name the function pr = prime (m, n), where the input arguments m and n are positive int…
Write a user-defined function that plots a circle given the coordinates of the c
Write a user-defined function that plots a circle given the coordinates of the center and a pont on the circle. For rhe function name and arguments, use circlePC(c,p). The input a…
Write a user-defined function that plots an ellipse with axes that are parallel
Write a user-defined function that plots an ellipse with axes that are parallel to the x and y axes, given the coordinates of two vertices and another point that the ellipse passe…
Write a user-defined function that solves for the cosine (radians) of an angle u
Write a user-defined function that solves for the cosine (radians) of an angle using the Taylor series expansion shown below. The function name and arguments should be y = cosTayl…
Write a user-defined function that sorts the elements of a matrix. For the funct
Write a user-defined function that sorts the elements of a matrix. For the function name and arguments use B = matrixsort(A), where A is any size matrix and B is a matrix of the s…
Write a user-defined function that sorts the elements of a matrix. For the funct
Write a user-defined function that sorts the elements of a matrix. For the function name and arguments use B = matrixsort (A), where A is any size matrix and B is a matrix of the …
Write a user-defined function with function call m = midpoint_ seq(a,b,tol) wher
Write a user-defined function with function call m = midpoint_ seq(a,b,tol) where a and b are constants such that a < b, and tol is a specified tolerance. The function first ca…
Write a user-defined function with function call m = midpoint_ seq(a,b,tol) wher
Write a user-defined function with function call m = midpoint_ seq(a,b,tol) where a and b are constants such that a < b, and tol is a specified tolerance. The function first ca…
Write a user-defined function with function call m = midpoint_ seq(a,b,tol) wher
Write a user-defined function with function call m = midpoint_ seq(a,b,tol) where a and b are constants such that a < b, and tol is a specified tolerance. The function first ca…
Write a user-interface which allows the user a menu of choices for a bank databa
Write a user-interface which allows the user a menu of choices for a bank database application. The database contains the accountnumber (int), name (char [ ]), and address(char [ …
Write a utility called junk that is a replacement for the rm utility. Rather tha
Write a utility called junk that is a replacement for the rm utility. Rather than removing files, it moves them into the subdirectory ".junk" in your home directory. If ".junk" do…
Write a valid C++ math expression for the following algebraic expressions. z/X +
Write a valid C++ math expression for the following algebraic expressions. z/X + Y - Y^22/Z - 3 X^14 - Y^3 (Z + Y)^9 Given the following program fragment: int a = 4; int b = 16 in…
Write a value returning function called Reverse that accepts a pointer to an int
Write a value returning function called Reverse that accepts a pointer to an int array and the arrays’s size as arguments. The function should create a copy of the array, except t…
Write a value returning function named sumOfEvens that takes two int parameters.
Write a value returning function named sumOfEvens that takes two int parameters. It returns the sum of the squares of all even numbers between the first and second parameter. For …
Write a value-returning function, isVowel, that returns the value true if a give
Write a value-returning function, isVowel, that returns the value true if a given character is a vowel and otherwise returns false. ***Collect the user's input in the main() and p…
Write a variation of the producer-consumer problem in C using the pthread librar
Write a variation of the producer-consumer problem in C using the pthread library and mutex locks. In this variation, we have n producers and n consumers, and therefore n buffers.…
Write a vector calculator program in C++ that works as follows: 1. Request one b
Write a vector calculator program in C++ that works as follows: 1. Request one bi- Write a vector calculator program in C++ that works as follows: Request one bi-dimensional vecto…
Write a verilog code for the following. Design a transaction-based multipurpose
Write a verilog code for the following. Design a transaction-based multipurpose processor that accepts inputs of the form (tag[1:0], operation[5:0], data[n-1:0]) and produces outp…
Write a version of insertion sort that is capable of sorting an array of objects
Write a version of insertion sort that is capable of sorting an array of objects of any class that implements the Comparable interface. Write Junit tests to thoroughly test your m…
Write a version of the dice game Qwixx in JAVA General Guidelines When Writing P
Write a version of the dice game Qwixx in JAVA General Guidelines When Writing Programs: See previous assignments. Qwixx You will write a version of the dice game Qwixx In this ga…
Write a version of the game Pong in Matlab. The game can be rudimentary, but mus
Write a version of the game Pong in Matlab. The game can be rudimentary, but must contain the following: 1.One player controls the right paddle with the uparrow and downarrow keys…