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

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 1177 / 1333

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
Write an application to be used in a college admission\'s office. To be admitted
Write an application to be used in a college admission's office. To be admitted to this school, the student must have either: •A grade point average of 3.0 or higher and an entran…
Write an application to be used in a college admission\'s office. To be admitted
Write an application to be used in a college admission's office. To be admitted to this school, the student must have either: •A grade point average of 3.0 or higher and an entran…
Write an application to calculate retail sales I need help with this program and
Write an application to calculate retail sales I need help with this program and I already set up all of my source files. i.e. (header files, and my main.cpp) but I need assistanc…
Write an application to maintain a list of friends. Array of Objects (Links to a
Write an application to maintain a list of friends. Array of Objects (Links to an external site.) Specifications Create a simple Friend class with, as a minimum, the following: fi…
Write an application to maintain a list of friends. I need assistance with my co
Write an application to maintain a list of friends. I need assistance with my code since I'm a little lost as to how I should correctly write my code. Specifications Create a simp…
Write an application to maintain a list of friends. I need assistance with my co
Write an application to maintain a list of friends. I need assistance with my code since I'm a little lost as to how I should correctly write my code. NOTE: PLEASE USE C++ CODE ON…
Write an application to pre-sell a limited number of cinema tickets. Each buyer
Write an application to pre-sell a limited number of cinema tickets. Each buyer can buy as many as 4 tickets. No more than 100 tickets can be sold. Implement a program called Tick…
Write an application to pre-sell a limited number of cinema tickets. Each buyer
Write an application to pre-sell a limited number of cinema tickets. Each buyer can buy as many as 4 tickets. No more than 100 tickets can be sold. Implement a pro- gram called Ti…
Write an application to save, retrieve and modify the student survey data. This
Write an application to save, retrieve and modify the student survey data. This application is divided into 2 module Student module and Instructor module. (In Java, eclipse) Stude…
Write an application to simulate the rolling of two dice the application should
Write an application to simulate the rolling of two dice the application should use an object of class Random once to roll the Fust die and again to roll the second die, the sum o…
Write an application to simulate the rolling of two dice. The application should
Write an application to simulate the rolling of two dice. The application should use and object of class Random once to roll the first die and again to roll the second die. The su…
Write an application to simulate the rolling of two dice. The application should
Write an application to simulate the rolling of two dice. The application should use an object of class Random once to roll the first die and again to roll the second die. The sum…
Write an application using C# visual studio that can be used to test input value
Write an application using C# visual studio that can be used to test input values to ensure they fall within an established range. Use an array to keep a count of the number of ti…
Write an application using C# visual studio that can be used to test input value
Write an application using C# visual studio that can be used to test input values to ensure they fall within an established range. Use an array to keep a count of the number of ti…
Write an application using Java or C++ programming language to implement a simpl
Write an application using Java or C++ programming language to implement a simple command line peer-to-peer chat system through socket programming, and multi-threading using the f…
Write an application using Java programming language to implement a simple chat
Write an application using Java programming language to implement a simple chat system through socket programming using the following specifications. 1. The application is impleme…
Write an application using an appropriate language, such as C++ or C#. The appli
Write an application using an appropriate language, such as C++ or C#. The application will simulate a scenario in which objects interact in a virtual environment, while also reco…
Write an application using your preferred programming language to implement a si
Write an application using your preferred programming language to implement a simple chat system through socket programming using the following specifications. The application is …
Write an application which accepts requests to scrape web URLs and store the res
Write an application which accepts requests to scrape web URLs and store the results. The application should do the following : 1. Have an HTTP API to accept requests to fetch a p…
Write an application which implements this graph maze using reference to a Node
Write an application which implements this graph maze using reference to a Node class. Each node in the graph will correspond to an instance of the Node class. The edges correspon…
Write an application which will write five student ID numbers and GPAs to a “rw”
Write an application which will write five student ID numbers and GPAs to a “rw” file called “Stu.dat” and then allow you to display the GPA of any student upon entering their ID …
Write an application with menu bar to process Random-Access File. The menu bar i
Write an application with menu bar to process Random-Access File. The menu bar is created with JFrame. There are three menu options: File, Process,and About. The File menu has thr…
Write an appropriate main method that reads from a text file named “input.txt” s
Write an appropriate main method that reads from a text file named “input.txt” some strings and adds them to the String array. Then test the following methods in 1, 2, 3 and 4. 1-…
Write an approximate square root program using nextGuess=(previousGuess+(num/pre
Write an approximate square root program using nextGuess=(previousGuess+(num/previousGuess))/2 When next Guess and previous Guess are almost identical The previous Guess to start …
Write an arduino program that calculates Vout in a wheatstone bridge. The voltag
Write an arduino program that calculates Vout in a wheatstone bridge. The voltage (Vin) is input via a potentiometer attached to analog pin 0. The program must read the pot and co…
Write an arithmetic unit and related self testing in MIPS assembly as following.
Write an arithmetic unit and related self testing in MIPS assembly as following. Put all the source codes in a directory and compress them into a zip file and upload. Grader shoul…
Write an arithmetic unit and related self testing in MIPS assembly as following.
Write an arithmetic unit and related self testing in MIPS assembly as following. Put all the source codes in a directory and compress them into a zip file and upload. Grader shoul…
Write an array-based stack class that inherits the LeakyStackInterface to implim
Write an array-based stack class that inherits the LeakyStackInterface to impliment a "leaky stack". When such a stack is full, and push is invoked, rather than throwing an except…
Write an assembler program that asks the user (as shown below) for two integers
Write an assembler program that asks the user (as shown below) for two integers and a single character representing the arithmetic operations: addition, subtraction, multiplicatio…
Write an assembler program that will turn on and off the four leds on your proto
Write an assembler program that will turn on and off the four leds on your proto-board in an infinite loops sequentially. Do this sing the registers as we did in class. You will h…
Write an assembly (Assembly x86) program to calculate the factorial of an unsign
Write an assembly (Assembly x86) program to calculate the factorial of an unsigned integer n (n!) - You need to prompt the user to enter an unsigned integer: Enter an unsigned int…
Write an assembly code subroutine to approximate the square root of an argument
Write an assembly code subroutine to approximate the square root of an argument using the bisection... Each and every maths is done with integers, so the resulting square root wil…
Write an assembly code that declare three arrays A,B,C where the value of array
Write an assembly code that declare three arrays A,B,C where the value of array A from the user and array B you can load it “array of 5” you need to calculate and store values in …
Write an assembly code that declare three arrays A,B,C where the value of array
Write an assembly code that declare three arrays A,B,C where the value of array A from the user and array B you can load it “array of 5” you need to calculate and store values in …
Write an assembly code that does the following: Read the content of the memory l
Write an assembly code that does the following: Read the content of the memory location at 0 times 2000 0008 to R1, and R2=0 times 00 If R1 is a negative number, then shift the co…
Write an assembly code that would do the following: Set R1=0x1234 5678 R2=0x7856
Write an assembly code that would do the following: Set R1=0x1234 5678 R2=0x7856 3412 R3=0xABCD 5678 R4=0x0000 7856 Read bit 4 of a word stored at memory location 0x2000 0008 If b…
Write an assembly code that would do the following: Set R1=0x1234 5678 R2=0x7856
Write an assembly code that would do the following: Set R1=0x1234 5678 R2=0x7856 3412 R3=0xABCD 5678 R4=0x0000 7856 Read bit 4 of a word stored at memory location 0x2000 0008 If b…
Write an assembly code to read the integer values 1 to 5 and 40 to 45 from conso
Write an assembly code to read the integer values 1 to 5 and 40 to 45 from console and store them in Memory in Array A[5] and Array B[6] respectively. Then implement the following…
Write an assembly language (MIPS) program to encrypt digits as shown below: Inpu
Write an assembly language (MIPS) program to encrypt digits as shown below: Input digit: 0 1 2 3 4 5 6 7 8 9 Encrypted digit: 4 6 9 5 0 3 1 8 7 2 Your program should accept a stri…
Write an assembly language (SPARC) program to compute: y = (x-4)(x-14) During ea
Write an assembly language (SPARC) program to compute: y = (x-4)(x-14) During each iteration, print out a message stating the current value of x and the corresponding value of y. …
Write an assembly language Program that Compare two arrays of 10elements. Arrays
Write an assembly language Program that Compare two arrays of 10elements. Arrays are given below Array1:      10      15       20       25       30       35       40       45     …
Write an assembly language Programthat Compare two arrays of 10 elements. Arrays
Write an assembly language Programthat Compare two arrays of 10 elements. Arrays are given below Array1:      10      15       20       25       30       35       40       45     …
Write an assembly language function to count the number of odd integer values in
Write an assembly language function to count the number of odd integer values in an array of integers. The assembly language routine has the definition: int countodd( int array[],…
Write an assembly language function to determine the hamming distance (the numbe
Write an assembly language function to determine the hamming distance (the number of different bits) between two characters passed as a parameter. An implementation of Hamming dis…
Write an assembly language procedure using string instruction. Given two strings
Write an assembly language procedure using string instruction. Given two strings, SI and S2, determine if S2 is a sub string of S1. Sub string example: S1: 'I am happy today', S2:…
Write an assembly language program in ARC Tools that: Stores two values in diffe
Write an assembly language program in ARC Tools that: Stores two values in different variables (a, b) Calculates the result of the first number to the power of the second value Co…
Write an assembly language program in a file called hw6.asm. The program will ta
Write an assembly language program in a file called hw6.asm. The program will take a number specified in memory and compute the integer squareroot of the number. This is the integ…
Write an assembly language program in a file called hw6.asm. The program will ta
Write an assembly language program in a file called hw6.asm. The program will take a number specified in memory and compute the integer squareroot of the number. This is the integ…
Write an assembly language program in a file, hw6 asm, that will add the countin
Write an assembly language program in a file, hw6 asm, that will add the counting numbers from 1 up to an integer that is supplied in a word in memory. So if the integer is 5, the…
Write an assembly language program in a file, hw6.asm, that will add the countin
Write an assembly language program in a file, hw6.asm, that will add the counting numbers from 1 up to an integer that is supplied in a word in memory. So if the integer is 5, the…