Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse B

Alphabetical listing with fast deep pagination.
22495 items • Page 381 / 450

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
Build a Double-Ended Priority Queue with insert, min, max, pop_min, and pop_max.
Build a Double-Ended Priority Queue with insert, min, max, pop_min, and pop_max. Build it by having two heaps (one min-heap and one max-heap), but the array should be an array of …
Build a Guessing Game Program. C++ Programming 1. Write a program to implement t
Build a Guessing Game Program. C++ Programming 1. Write a program to implement the Number Guessing Game. The main method should loop as long as the player wants to play the game a…
Build a Java class file using Switch Case to test all the methods below. public
Build a Java class file using Switch Case to test all the methods below. public class BinarySearchTree<AnyType extends Comparable<? super AnyType>> { /** * Construct t…
Build a Java class file using Switch Case to test all the methods below. public
Build a Java class file using Switch Case to test all the methods below. public class BinarySearchTree<AnyType extends Comparable<? super AnyType>> { /** * Construct t…
Build a Linked List class Data Node head = null; //the start of the linked list
Build a Linked List class Data Node head = null; //the start of the linked list Node tail = null; // The tail of the linked list. -Use no other instance variables here: No int siz…
Build a List class, using a linked-list implementation. For basic operations it
Build a List class, using a linked-list implementation. For basic operations it should have a default constructor, destructor, and the basic operations: print, insert, and delete.…
Build a List class, using a linked-list implementation. For basic operations it
Build a List class, using a linked-list implementation. For basic operations it should have a default constructor, destructor, and the basic operations: print, insert, and delete.…
Build a List class, using a linked-list implementation. For basic operations it
Build a List class, using a linked-list implementation. For basic operations it should have a default constructor, destructor, and the basic operations: print, insert, and delete.…
Build a Master and Slave Bot capable of generating distributed denial of service
Build a Master and Slave Bot capable of generating distributed denial of service attacks on command from the Bot Master. Programming Language to use: Java 8 This work will be part…
Build a Matlab Program to perform this operation As an engineer, you must be abl
Build a Matlab Program to perform this operation As an engineer, you must be able to analyze data sets using some kind of statistical analysis. You will need to create a function …
Build a Mealy sequence detector to yield Z 1 Z 2 = 10 when the input sequence is
Build a Mealy sequence detector to yield Z 1 Z 2 = 10 when the input sequence is 1 0 10, Z 1 Z 2 = 01 when the input sequence is 1 101 , and Z 1 Z 2 = 11 when the input sequence i…
Build a Mealy sequence detector to yield Z 1 Z 2 = 10 when the input sequence is
Build a Mealy sequence detector to yield Z 1 Z 2 = 10 when the input sequence is 1 0 10, Z 1 Z 2 = 01 when the input sequence is 1 101 , and Z 1 Z 2 = 11 when the input sequence i…
Build a Node.js module that is designed to track inventory for a store. Build A
Build a Node.js module that is designed to track inventory for a store. Build A Node.js module called inventory.js that exposes the following functionality: addItem - A function t…
Build a SQL-subset compiler program IN JAVA that has semantic checks and syntax
Build a SQL-subset compiler program IN JAVA that has semantic checks and syntax checks. You will build an abstract syntax tree and perform the following semantic checks: - Type ch…
Build a Shark object and a Driver class that will display the history of a shark
Build a Shark object and a Driver class that will display the history of a shark over the years. Your shark will be born 25 years ago. It will eat and swim as a baby. Advance the …
Build a Single_Linked_List class. Your class should have the data members: head,
Build a Single_Linked_List class. Your class should have the data members: head, tail, and num_items. Write the following member functions, which perform the same operations as th…
Build a Top Schematic to Test on the Basys 3 Board As with our previous assignme
Build a Top Schematic to Test on the Basys 3 Board As with our previous assignment, we must create a top schematic to test our myALU as a component. Create a new VHD source file n…
Build a Top Schematic to Test on the Basys 3 Board As with our previous assignme
Build a Top Schematic to Test on the Basys 3 Board As with our previous assignment, we must create a top schematic to test our myALU as a component. Create a new VHD source file n…
Build a UML inheritance diagram with the following information: Consider the cla
Build a UML inheritance diagram with the following information: Consider the classes shown below: public class Parent {public void doSomethingO {/middot Implementation not shown m…
Build a VI for finding out the number of Heads came up when flipping 4 coins sim
Build a VI for finding out the number of Heads came up when flipping 4 coins simultaneously and give it name Four Flipping Coins .vi. Whenever a Heads comes up an LED should be li…
Build a VI that generates an array containing 100 random integers between 0 and
Build a VI that generates an array containing 100 random integers between 0 and 30. The VI should contain controls/select that will allow the user to select the portion of the arr…
Build a Verilog module named \"calculator\" that takes in two signed 16-bit numb
Build a Verilog module named "calculator" that takes in two signed 16-bit numbers named "in1" and "in2" and performs the following functions depending on the value of another 4-bi…
Build a Verilog module named \"calculator\" that takes in two signed 16-bit numb
Build a Verilog module named "calculator" that takes in two signed 16-bit numbers named "in1" and "in2" and performs the following functions depending on the value of another 4-bi…
Build a Verilog module named “calculator” that takes in two signed 16-bit number
Build a Verilog module named “calculator” that takes in two signed 16-bit numbers named “in1” and “in2” and performs the following functions depending on the value of another 4-bi…
Build a \"Diamond\" class to add a diamond shape to the logo created in figure 1
Build a "Diamond" class to add a diamond shape to the logo created in figure 13-12, centered within the circle. Use the following statement after line 11. myShapes.add(new Diamond…
Build a basic calculator which adds, subtracts, multiplies, dividesand finds the
Build a basic calculator which adds, subtracts, multiplies, dividesand finds the mod two INTEGERS. The program first prompts the userfor an operator (+, -, *, /, %). Then it promp…
Build a basic html website with the following scenario using the provided javasc
Build a basic html website with the following scenario using the provided javascript. using this provided function: function gpacalc() {    var grade = new Array(9);    var credit…
Build a circuit and write an Arduino program to do the following: The system req
Build a circuit and write an Arduino program to do the following: The system requires a green LED, a yellow LED, a red LED, an ACTIVE LOW push button, an Arduino board, and wires.…
Build a class called Appointment.java. This class should have the following prop
Build a class called Appointment.java. This class should have the following properties: patientld, dentistld, datetime, and procCode. The datetime property should use the MyDateTi…
Build a class called ferson.java. This class should have the following propertie
Build a class called ferson.java. This class should have the following properties: firstName, lastName, address and email. The address property should use the Address class that y…
Build a code for caught speeding Python coding You are driving a little too fast
Build a code for caught speeding Python coding You are driving a little too fast, and a police officer stops you. Write code to compute the result, encoded as an int value: 0= no …
Build a combinatorial digital logic circuit using components in your lab kit to
Build a combinatorial digital logic circuit using components in your lab kit to implement the following Boolean function. The circuit should take in three one-bit inputs called A,…
Build a command-line C++ application that allows user to calculate and display t
Build a command-line C++ application that allows user to calculate and display the distance between twopoints. The coordinate of the point for A and B will be entered by the user.…
Build a command-line C++ application that allows user to calculate and display t
Build a command-line C++ application that allows user to calculate and display the distance between two points. The coordinates of the points for A and B will be entered by the us…
Build a data compression system in Java, or C++ , using the Huffman’s algorithm.
Build a data compression system in Java, or C++, using the Huffman’s algorithm. In other words, you are given a sequence of alphabet characters and you are asked to construct the …
Build a data compression system using the Huffman’s algorithm. In other words, y
Build a data compression system using the Huffman’s algorithm. In other words, you are given a sequence of alphabet characters and you are asked to construct the Huffman’s code. Y…
Build a database to store the below information and answer the below questions.
Build a database to store the below information and answer the below questions. Identify entities and attributes. Ensure database is normalized. Runner Runner # Runner First Name …
Build a dichotomous key to all the tissues you have seen in the lab. For this, y
Build a dichotomous key to all the tissues you have seen in the lab. For this, you can use any of their morphological characteristics (under the microscope) but not their physiolo…
Build a dichotomous key to all the tissues you have seen in the lab. For this, y
Build a dichotomous key to all the tissues you have seen in the lab. For this, you can use any of their morphological characteristics (under the microscope) but not their physioog…
Build a dynamic Webpage using PHP similar to realestae inquiry Assume that the t
Build a dynamic Webpage using PHP similar to realestae inquiry Assume that the table already set up The entry point of the site is a form with a drop-down list and a text field as…
Build a forecasted balance sheet and income statement for 2015 using below. Use
Build a forecasted balance sheet and income statement for 2015 using below. Use 30% growth rate for sales sales. Assume AFN is going to be raised as 20% long term debt and 80% equ…
Build a function called getAvg() that returns the average of three numbers Takes
Build a function called getAvg()that returns the average of three numbers Takes 3 floating-point numbers Returns the average of three numbers. Do not use a global variable, and do…
Build a function that does the following options and has a options menu displaye
Build a function that does the following options and has a options menu displayed as the following when run lastly the resultant function must work (post a picture of it working i…
Build a function that is going to robustly (repeatedly) confirm that the user en
Build a function that is going to robustly (repeatedly) confirm that the user entered a valid number for a dimension. This function should have two function inputs, the first a nu…
Build a function with the prototype that randomly assigns the value `C\' or `G\'
Build a function with the prototype that randomly assigns the value `C' or `G' to the three reference parameters. C++ Your program should have a loop that runs 10000 times. In eac…
Build a hash table using chaining as the collision resolution technique. Inserti
Build a hash table using chaining as the collision resolution technique. Insertions into the hash table will correspond to declarations of variables and values in a program, searc…
Build a heap and and implement heapsort in C code. a)Write a C program that rece
Build a heap and and implement heapsort in C code. a)Write a C program that receives an array with a (size < 100) and produces its max binary heap. The function should follow t…
Build a login GUI (javafx) form(stage) that asks the user to enter their ID and
Build a login GUI (javafx) form(stage) that asks the user to enter their ID and their password. If the user enters an “A900”, the first char tells us this is a Patient login so us…
Build a model in Simulink using transfer functions to represent differential equ
Build a model in Simulink using transfer functions to represent differential equations for closed-loop, proportional-only control of speed of the lab motor omega^dot + 15 omega = …
Build a new Patient class(“Patient.java”). This class will be a sub-class of Per
Build a new Patient class(“Patient.java”). This class will be a sub-class of Person. So it will inherit all the properties of Person(FirstName, LastName, Address and Email). Also …