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 137 / 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
Define a function sort which accepts only a numeric comparison predicate and a l
Define a function sort which accepts only a numeric comparison predicate and a list of numbers as arguments, in that order, and returns the list of numbers sorted by the predicate…
Define a function that generates an arithmetic expression tree, given an infix a
Define a function that generates an arithmetic expression tree, given an infix arithmetic expression. Assume there are only four binary operators involved (+, -, *, /), and there …
Define a function that takes a partially filled array of numbers as it arguments
Define a function that takes a partially filled array of numbers as it arguments and returns the standard deviation of the numbers in the partially filled array.Since a partially …
Define a function that takes a partially filled array of numbers as it arguments
Define a function that takes a partially filled array of numbers as it arguments and returns the standard deviation of the numbers in the partially filled array.Since a partially …
Define a function that takes an array of numbers as its argument and returns the
Define a function that takes an array of numbers as its argument and returns the standard deviation of the numbers in the array. Your function should have two parameters: an array…
Define a function that takes two input parameters, a vector of test scores and a
Define a function that takes two input parameters, a vector of test scores and a scalar passing grade. The function returns the fraction of passing grades as a number in the range…
Define a function void insertionSort(int nums[], int length) that uses the inser
Define a function void insertionSort(int nums[], int length) that uses the insertion sort algorithm. That means insert the value nums[i+1] in the correct position of previously so…
Define a genome What type of DNA do bacteria have besides the circular chromosom
Define a genome What type of DNA do bacteria have besides the circular chromosome? What is DNA made of? Define the followings: diploid cell and haploid cell and give an example of…
Define a health information exchange. How do health information exchanges improv
Define a health information exchange. How do health information exchanges improve the delivery of care? What are the risks associated with health information exchanges? What is an…
Define a java class named Employee whose objects are records for employees. Deri
Define a java class named Employee whose objects are records for employees. Derive this class from the class Person class included in this folder. An employee has an aggregated ad…
Define a job order cost system and provide 3 examples of products that would use
Define a job order cost system and provide 3 examples of products that would use this system: Define:______________________________________________________________________________…
Define a language for arithmetic expressions that consist of unsigned integer nu
Define a language for arithmetic expressions that consist of unsigned integer numbers and operators +, -, *, and /. An unsigned integer number consists of any number of digits (0 …
Define a language for arithmetic expressions that consist of unsigned integer nu
Define a language for arithmetic expressions that consist of unsigned integer numbers and operators +, -, *, and /. An unsigned integer number consists of any number of digits (0 …
Define a length-32 signal to be r[n] = 1 + 7 cos(0.2 pi n) for n = 0, 1, ..., 31
Define a length-32 signal to be r[n] = 1 + 7 cos(0.2 pi n) for n = 0, 1, ..., 31. Then form a length-N signal by zero-padding with 48 zeros, and take the N-point DFT of the zero-p…
Define a method extractString() that takes in input an arrayof String. This meth
Define a method extractString() that takes in input an arrayof String. This method prints the first element of the array andreturns the last. Use the format of your choice for pri…
Define a method for each array processing (e.g. arraySum, arrayMax, and etc.) in
Define a method for each array processing (e.g. arraySum, arrayMax, and etc.) in the starter file ArrayProcessing.java. Replace the code in the main method (from 7 to 13, except f…
Define a method in ListReferenceBased: insertAtEnd(Object item) that uses the ad
Define a method in ListReferenceBased: insertAtEnd(Object item) that uses the add method as a helper method and adds the new item at the end of the list. // **********************…
Define a method in class Ground called turn() which is public, takes no paramete
Define a method in class Ground called turn() which is public, takes no parameters and returns nothing. This method allows the player to have his/her turn by asking the user to ty…
Define a method named countAll that accepts a String as an argument. The method
Define a method named countAll that accepts a String as an argument.  The method must return an array of int of size 27, such that the value in position 0 is a count of the number…
Define a nested table to represent the one-to-many relationship between course a
Define a nested table to represent the one-to-many relationship between course and section. To complete this lab, do the following steps: Attribute Data Type SecID NUMBER Semester…
Define a new class called Store This class will store information about a restau
Define a new class called Store This class will store information about a restaurant. The Restaurant should keep track the following information about the restaurant: The name of …
Define a new class named Temperature. The class has two acessors-toFahrenheit an
Define a new class named Temperature. The class has two acessors-toFahrenheit and toCelsius--- that return the termperature in the specified unit and two mutators -- setFahrenheit…
Define a new class types: CountryList You are to write a class called CountryLis
Define a new class types: CountryList You are to write a class called CountryList, which is holds linked list of CountryNode objects, that can store as many objects as the user mi…
Define a new class types: CountryNode Class ContryNode : You are to write a clas
Define a new class types: CountryNode Class ContryNode : You are to write a class called CountryNode that contains the following attributes and methods. Attributes: A variable cal…
Define a new function ringRadius(diameter, numberOfRings, ringNumber) to determi
Define a new function ringRadius(diameter, numberOfRings, ringNumber) to determine the radius of each ring, which will be based on the radius of the outer ring and what ring numbe…
Define a one-to-one mapping from the set of natural numbers onto the set of posi
Define a one-to-one mapping from the set of natural numbers onto the set of positive rational numbers.
Define a point structure variable named center Assign 12 to x member of the cent
Define a point structure variable named center Assign 12 to x member of the center Assign 7 to 6 member of the center Display the content of the x and y member of the center What …
Define a predicate segregate/3 that takes a list of integers as an argument and
Define a predicate segregate/3 that takes a list of integers as an argument and generates two lists, the first containing containing the even numbers from the original list and th…
Define a procedure “Subtract” that takes parameters and returns the difference o
Define a procedure “Subtract” that takes parameters and returns the difference of them You can use the built-in “-“ to define your Subtract procedure. [5 points] > (Subtract 12…
Define a public toString() method on class Ground that returns a String in the f
Define a public toString() method on class Ground that returns a String in the following format: Jack[](0) [Quartz#4](1) [Pearl#3](2) [Opal#2](3) /6(4) Programming Fundamentals (4…
Define a queue. What are the three interfaces we defined related to our Queue AD
Define a queue. What are the three interfaces we defined related to our Queue ADT? Complete the implementation of the isFull method: public boolean isFull() // Returns true if thi…
Define a rational number class. A rational number is a numbercomposed of two int
Define a rational number class. A rational number is a numbercomposed of two integers with division indicated as in 1/2, 2/3,4/5. A rational number is defined using two integer ob…
Define a recursive function int evaluateR(char board[]) that returns 1, -1 or 0
Define a recursive function int evaluateR(char board[]) that returns 1, -1 or 0 depending on whether the board is a guaranteed win for X, O or an eventual cat's game. The board ar…
Define a recursive function that finds the result of an arithmetic string. The g
Define a recursive function that finds the result of an arithmetic string. The given string will contain numbers, operators (+, -, *, /), and possibly spaces. You should compute t…
Define a relation R on the set of all bit strings: w1 R w2 if lenght (w1) < leng
Define a relation R on the set of all bit strings: w1 R w2 if lenght (w1) &lt; lenght (w2) for all bit strings w1,w2. Ex: 110 R 0010 since L(110) &lt; L(0010) where L(x) is length…
Define a schema for a flight availability request application that requests flig
Define a schema for a flight availability request application that requests flight availability for a city pair on a specific date for a specific number and type of passengers. Op…
Define a script (in relation to JavaScript), and provide code of embedded JS. De
Define a script (in relation to JavaScript), and provide code of embedded JS. Define what a module is in terms of programming. Give an example of an object in JavaScript. What do …
Define a simple hash function on strings c = c_1c_2...c_n to be h(key) = (n sigm
Define a simple hash function on strings c = c_1c_2...c_n to be h(key) = (n sigma i=1 position in alphabet(C_i) mod 10 where the position in the alphabet is a = l, b = 2.... So h(…
Define a string a by char a[] = \"The Monkey acts crazy\"; Also, define a variab
Define a string a by char a[] = "The Monkey acts crazy"; Also, define a variable p of type “pointer to char”. (a) Use the pointer variable to store the address of the first charac…
Define a string x to be a suffix of y if y can be written as y = zx, where z is
Define a string x to be a suffix of y if y can be written as y = zx, where z is another string. For examples, 01 is suffix of 101 or 1101, but not 100 or 1111. The empty string la…
Define a struct AddressBook. The struct should be able to hold a first name, las
Define a struct AddressBook. The struct should be able to hold a first name, last name, street address, city, state, and zip for each person. Using this struct, you will implement…
Define a struct Rect as follows: typedef struct Point { double x; double y; } Po
Define a struct Rect as follows: typedef struct Point { double x; double y; } PointT; typedef struct Rect { PointT location; char color; double w;//width; double h; //height; } Re…
Define a struct Rect as follows: typedef struct Rect } double x; double y; char
Define a struct Rect as follows: typedef struct Rect } double x; double y; char color; double w; //width; double h; //height; } RectT; Write a program that declares RectT a, b, *r…
Define a struct appropriate for holding a random integer. This struct will also
Define a struct appropriate for holding a random integer. This struct will also contain a "next" pointer to reference a separate instance of the struct. You may use the typedef ke…
Define a struct rect as follows: typedef struct rect } double x double y char co
Define a struct rect as follows: typedef struct rect } double x double y char color double w width double h height } rectt write a program that declares rectt a, b, *recs and asks…
Define a struct type with the name Length that represents a length in yards, fee
Define a struct type with the name Length that represents a length in yards, feet, and inches. Define an add() function that will add two Length arguments and return the sum as ty…
Define a struct type with the name Length that represents a length in yards, fee
Define a struct type with the name Length that represents a length in yards, feet, and inches. Define an add() function that will add two Length arguments and return the sum as ty…
Define a struct, fruit Type, to store the following data about a fruit: name (st
Define a struct, fruit Type, to store the following data about a fruit: name (string), color (string), fat (int), sugar (int), and carbohyderate (int). Write a program that declar…
Define a struct, menuItemType, with two components: menuItem of type string and
Define a struct, menuItemType, with two components: menuItem of type string and menuPrice of type double. Write a program to help a local restaurant automate its breakfast billing…
Define a structure (struct) named Product that contains the following members: A
Define a structure (struct) named Product that contains the following members: A c-string for product name An integer for product code. A float for product cost. Create a dynamic …