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

Browse M

Alphabetical listing with fast deep pagination.
30746 items • Page 417 / 615

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
Modify the program so that it sorts two parallel arrays. Use the existing array
Modify the program so that it sorts two parallel arrays. Use the existing array of scores and add a parallel array of floating-point data to track a GPA that corresponds to the sc…
Modify the program so that it uses a void function to display the multiplication
Modify the program so that it uses a void function to display the multiplication table. #include <iostream> using namespace std; int main() { //declare variables int multipl…
Modify the program so that it will prompt the user to enter one number at a time
Modify the program so that it will prompt the user to enter one number at a time. Something like this: Enter five numbers 0 through 9 for lottery numbers Please enter number#1: 5 …
Modify the program so that the robot stops moving when it runs out of energy. Th
Modify the program so that the robot stops moving when it runs out of energy. This simply requires an additional test in the move() function to make sure that there is sufficient …
Modify the program so that the user enters both fractions at the same time, sepa
Modify the program so that the user enters both fractions at the same time, separated by a plus sign: Enter two fractions separated by a plus sign: 1/2+1/4 The sum is 3/4 #include…
Modify the program so that, rather than printing data directly to the screen, it
Modify the program so that, rather than printing data directly to the screen, it will read the data into an array of car structs and then print out the contents of the array. Car …
Modify the program that just prints a line of output from each process (mpi outp
Modify the program that just prints a line of output from each process (mpi output.c) so that the output is printed in process rank order: process 0s output first, then process 1s…
Modify the program that just prints a line of output from each process (mpi outp
Modify the program that just prints a line of output from each process (mpi output.c) so that the output is printed in process rank order: process 0s output first, then process 1s…
Modify the program that just prints a line of output from each process (mpi outp
Modify the program that just prints a line of output from each process (mpi output.c) so that the output is printed in process rank order: process 0s output first, then process 1s…
Modify the program that just prints a line of output from each process (mpi outp
Modify the program that just prints a line of output from each process (mpi output.c) so that the output is printed in process rank order: process 0s output first, then process 1s…
Modify the program that just prints a line of output from each process (mpi outp
Modify the program that just prints a line of output from each process (mpi output.c) so that the output is printed in process rank order: process 0s output first, then process 1s…
Modify the program to \'deal\' two hands of cards (two players). Each player wil
Modify the program to 'deal' two hands of cards (two players). Each player will be dealt 5 cards. Deal one to the first player, then one to second player. Repeat until both player…
Modify the program to \'deal\' two hands of cards (two players). Each player wil
Modify the program to 'deal' two hands of cards (two players). Each player will be dealt 5 cards. Deal one to the first player, then one to second player. Repeat until both player…
Modify the program to \'deal\' two hands of cards (two players). Each player wil
Modify the program to 'deal' two hands of cards (two players). Each player will be dealt 5 cards. Deal one to the first player, then one to second player. Repeat until both player…
Modify the program to accept port interrupt from a switch. Initially, the system
Modify the program to accept port interrupt from a switch. Initially, the system is toggling the two LEDs every 2 seconds. Whenever a port interrupt occurs, the LEDs will go to th…
Modify the program to allow the user to enter name-score pairs. For each student
Modify the program to allow the user to enter name-score pairs. For each student taking a test, the user types the student's name followed by the student's integer test score. Mod…
Modify the program to be a table and so the entries are to be sorted into ascend
Modify the program to be a table and so the entries are to be sorted into ascending order by customer number. The sort routine should be a function called from your main program. …
Modify the program to calculate the WVHT without ordering the array of values,Hi
Modify the program to calculate the WVHT without ordering the array of values,Hint:read and store the "top3rd" values in a new array, then compare each additional value to the sma…
Modify the program to calculate the WVHT without ordering the array of values. h
Modify the program to calculate the WVHT without ordering the array of values. hint: read and store "top3rd" values in a new array, then compare each additional value to the small…
Modify the program to do 3 x 3 matrix multiplication: #include #inclu
Modify the program to do 3 x 3 matrix multiplication: #include <iostream> #include <cstdlib> #include <pthread.h> using namespace std; int A[3] [3] = {{1,2,5},{3…
Modify the program to find the satellite that is farthest from the receiver (rgh
Modify the program to find the satellite that is farthest from the receiver (rght now it finds the one that is closest) ORIGINAL: #include <iostream> #include <cfloat>…
Modify the program to implement the strict alternation solution to achieve mutua
Modify the program to implement the strict alternation solution to achieve mutual exclusion (refer back to the relevant prep work video/slides if you need to). Code: #include <…
Modify the program to include two-character .com names where the second characte
Modify the program to include two-character .com names where the second character can be a letter or a number, as in a2.com. Hint: Add a second loop, following the while (letter2 …
Modify the program to include two-character .com names where the second characte
Modify the program to include two-character .com names where the second character can be a letter or a number, as in a2.com. Hint: Add a second loop, following the while (letter2 …
Modify the program to prevent duplicate names being inserted in the vector. Modi
Modify the program to prevent duplicate names being inserted in the vector. Modify the program to prompt the user for another name if best friend is not found. #include <iostre…
Modify the program to prevent duplicate names being inserted in the vector. Modi
Modify the program to prevent duplicate names being inserted in the vector. Modify the program to prompt the user for another name if best friend is not found. Person.h #ifndef PE…
Modify the program to print \"1st\", \"2nd\", \"3rd\", \"4th\" and \"5th\" rathe
Modify the program to print "1st", "2nd", "3rd", "4th" and "5th" rather than "1th", "2th", etc., without introducing redundant statements (Hint: Precede the "if-else" statement wi…
Modify the program to read the people.txt file line by line using nextLine(). Pr
Modify the program to read the people.txt file line by line using nextLine(). Print each line between angle bracks <...>. Your output should look like this: <75 Fresco, A…
Modify the program to step the lights through a realistic sequence. Include cond
Modify the program to step the lights through a realistic sequence. Include conditional statements that ensure that assembly program only executes for 10 times. ; ===== CONTROL TH…
Modify the program you wrote for programming challenge 4 so it defines an enumer
Modify the program you wrote for programming challenge 4 so it defines an enumeratedmdata type for the months. The program should use the enumerated type to step through the eleme…
Modify the program you wrote in programming challenge 19 so that it reports the
Modify the program you wrote in programming challenge 19 so that it reports the number of pizzas you need to buy for a party if each person attending is expected to eat an average…
Modify the program you wrote so it also calculates and displays the amount of mo
Modify the program you wrote so it also calculates and displays the amount of money Package A customers would save if they purchased Package B or C, and the amount of money Packag…
Modify the programs Project1A.c and Project1B.c so that the result will support
Modify the programs Project1A.c and Project1B.c so that the result will support your answer to the question: 1. VARIABLES: Are any of the variables of a parent shared with any of …
Modify the project so tat records are inserted into the random acess file in asc
Modify the project so tat records are inserted into the random acess file in ascending order using an insertion sort methodology with the SSN acting as the key value. This require…
Modify the proof (given in class) of the First Mean Value Theorem for Integrals
Modify the proof (given in class) of the First Mean Value Theorem for Integrals to prove the Second Mean Value Theorem for Integrals: Let a and b be real numbers with a 0 for ever…
Modify the provided String class to internally store Pascal strings, which are c
Modify the provided String class to internally store Pascal strings, which are character arrays that start with a number of characters in the string, followed by those characters,…
Modify the pthread-data-sharing-mutex-os-call.cpp program to apply a Pthread mut
Modify the pthread-data-sharing-mutex-os-call.cpp program to apply a Pthread mutex solution, i.e., you will use Linux system calls to control access to the critical region. You ma…
Modify the python code to make the LED blink three times rapidly followed by a p
Modify the python code to make the LED blink three times rapidly followed by a pause of five seconds, followed by four rapid blinks, another pause and repeating the whole thing ag…
Modify the query select \'John Smith\' from DUAL; . This time, use the SUBSTR fu
Modify the query select 'John Smith' from DUAL;. This time, use the SUBSTR function to extract a substring that represents your last name from the text string 'your_first_name you…
Modify the quicksort algorithm so that it sorts Strings instead of integers. Pro
Modify the quicksort algorithm so that it sorts Strings instead of integers. Provide code for the partition and quicksort methods, as well as for any helper methods you might need…
Modify the rain program in Listing 10.7 so that the calculations using pointers
Modify the rain program in Listing 10.7 so that the calculations using pointers instead of subscripts. (You still have to declare and initilized the array) //array2d.c -- function…
Modify the readFromDisk method to only output vowels for each line read from a f
Modify the readFromDisk method to only output vowels for each line read from a file. Example, if a disk has the following text: hello world! this is great testing The program woul…
Modify the recursive function Fibonacci so that each time it is called it prints
Modify the recursive function Fibonacci so that each time it is called it prints out what number call it is as well as the requested Fibonacci number. Write a program that prompts…
Modify the reduction algorithm so the output reads \"TEST PASSED, cpu = 494503.9
Modify the reduction algorithm so the output reads "TEST PASSED, cpu = 494503.906, gpu = 494503.906". kernel.cu #include "cuda_runtime.h" #include "device_launch_parameters.h" #in…
Modify the sample program in Figure 3.1 to add two numbers stored in memory at n
Modify the sample program in Figure 3.1 to add two numbers stored in memory at number 1 and number 2: respectively. Continue to store the total in memory at sum. Assemble, link an…
Modify the selection sort algorithm to sort an array of coins by their value. pu
Modify the selection sort algorithm to sort an array of coins by their value. public class SelectionSorter { public static void sort(int[] a) { for(int i = 0; i < a.length -1; …
Modify the selectionSort function presented in this chapter so it sorts an array
Modify the selectionSort function presented in this chapter so it sorts an array of strings instead of an array of ints.  Test the function with a driver program. Use program 9-9 …
Modify the sentence-generator program of Case Study so that it inputs its vocabu
Modify the sentence-generator program of Case Study so that it inputs its vocabulary from a set of text files at startup. The filenames are nouns.txt, verbs. txt, articles.txt, an…
Modify the sequential search and binary search program below so that they use po
Modify the sequential search and binary search program below so that they use pointer notation to access array elements. Do not use [ ] to retrieve an element of the array. Use * …
Modify the server.cs and client.cs programs for C# that will read from XML File
Modify the server.cs and client.cs programs for C# that will read from XML File, such that a client can enter a student ID like 'U101' and the server returns his/her major 'PHYSIC…