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 1157 / 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 a simple telephone directory program in C++ that looks up phone numbers in
Write a simple telephone directory program in C++ that looks up phone numbers in a file containing a list of names and phone numbers. The user should be prompted to enter a first …
Write a simple telephone directory program in C++ that looks up phone numbers in
Write a simple telephone directory program in C++ that looks up phone numbers in a file called directory.txt containing a list of names and phone numbers. The user should be promp…
Write a simple text editor, which stores astring of characters using Java Linked
Write a simple text editor, which stores astring of characters using Java LinkedPositionalList (see pastebin links), together with a cursor object that highlights the position of …
Write a simple text-formatting program that reads a text file and produces anoth
Write a simple text-formatting program that reads a text file and produces another text file in which blank lines are removed, multiple blanks are replaced with a single blank, an…
Write a simple trivia quiz game. Start by creating a Trivia class that contains
Write a simple trivia quiz game. Start by creating a Trivia class      that contains information about a single trivia question. The class should      contain a string to the ques…
Write a simple version of MovingAverage Your program will prompt and input for a
Write a simple version of MovingAverage Your program will prompt and input for a sequence of monthly profits. Then it will output information about the profits. Develop it increme…
Write a simple version of the classic game Hangman in python. As the heart of yo
Write a simple version of the classic game Hangman in python. As the heart of your program, implement a function playHangman(secret) that manages a single round of the game. The p…
Write a simple way to write this code in C using cases Write a main function tha
Write a simple way to write this code in C using cases Write a main function that prompts the user to enter a non-negative integer resistance value between 0 and 99x10 ^9, reads i…
Write a simple web service that shows a 4 times 5 grid (as in the above figure)
Write a simple web service that shows a 4 times 5 grid (as in the above figure) and allows the user to perform some required operations. The user may enter any numeric values in t…
Write a simple web service that shows a 4 times 5 grid (as in the above figure)
Write a simple web service that shows a 4 times 5 grid (as in the above figure) and allows the user to perform some required operations. The user may enter any numeric values in t…
Write a simple, but functional, web server java program that is capable of sendi
Write a simple, but functional, web server java program that is capable of sending files to a web browser on request. The web server must create a listening socket and accept conn…
Write a simplie c++ program that does the follwoing . Password Verifier Imagine
Write a simplie c++ program that does the follwoing . Password Verifier Imagine you are developing a software package that requires users to enter their own passwords. Your softwa…
Write a simulation function (submit an R script) Write your own function, called
Write a simulation function (submit an R script) Write your own function, called bs(). It will produce a 95% bootstrap confidence interval for a mean. The user will provide a vect…
Write a simulation program for a small airport that has only one runway. There w
Write a simulation program for a small airport that has only one runway.          There will be a queue of planes waiting to land and a queue of planes waiting to take off. Howeve…
Write a simulation program for a small airport that has only one runway. · There
Write a simulation program for a small airport that has only one runway. · There will be a queue of planes waiting to land and a queue of planes waiting to take off. However, only…
Write a simulation program for the 32-bit ALU. The ALU uses 32-bit ripple-carry
Write a simulation program for the 32-bit ALU. The ALU uses 32-bit ripple-carry adder, and performs six operations; i.e., logic AND, logic OR, addition subtration, set on less tha…
Write a simulation program in C++ that simulates cars entering a parking lot, pa
Write a simulation program in C++ that simulates cars entering a parking lot, paying for parking, and leaving the parking lot. The officer will randomly appear to survey the cars …
Write a simulation program to simulate lines at a grocery store for a typical da
Write a simulation program to simulate lines at a grocery store for a typical day’s business. You will assume there are three cashier lines at the grocery store. Customers will en…
Write a simulation program to simulate lines at a grocery store for a typical da
Write a simulation program to simulate lines at a grocery store for a typical day’s business. You will assume there are three cashier lines at the grocery store. Customers will en…
Write a simulation program to simulate lines at a grocery store for a typical da
Write a simulation program to simulate lines at a grocery store for a typical day’s business. You will assume there are three cashier lines at the grocery store. Customers will en…
Write a simulation program to simulate lines at a grocery store for a typical da
Write a simulation program to simulate lines at a grocery store for a typical day's business. You will assume there are three cashier lines at the grocery store. Customers will en…
Write a simulation program to simulate lines at a grocery store for a typical da
Write a simulation program to simulate lines at a grocery store for a typical day's business. You will assume there are three cashier lines at the grocery store. Customers will en…
Write a simulation program to simulate lines at a grocery store for a typical da
Write a simulation program to simulate lines at a grocery store for a typical day's business. You will assume there are three cashier lines at the grocery store. Customers will en…
Write a simulation program to simulate lines at a grocery store for a typical da
Write a simulation program to simulate lines at a grocery store for a typical day's business. You will assume there are three cashier lines at the grocery store. Customers will en…
Write a simulation program to simulate lines at a grocery store for a typical da
Write a simulation program to simulate lines at a grocery store for a typical day’s business. You will assume there are three cashier lines at the grocery store. Customers will en…
Write a simulation to analyze a virtual memory paging system given a certain num
Write a simulation to analyze a virtual memory paging system given a certain number of memory accesses and a certain amount of available memory. Command Line Arguments The command…
Write a single 16-bit LC-3 instruction (in binary) that doubles the value in R3
Write a single 16-bit LC-3 instruction (in binary) that doubles the value in R3. Write a single 16-bit LC-3 instruction (in binary) that clears all the bits of R6 except the least…
Write a single C ++ that uses fork and pipe. The program should first calculate
Write a single C ++ that uses fork and pipe. The program should first calculate the prime numbers between 2 and 1, 000 inclusive. The program should then use fork to spawn 10 proc…
Write a single C statement for each of the following . Declare an integer called
Write a single C statement for each of the following . Declare an integer called total, initialize it to 10 Declare a pointer to an int called ptr and set it to point to the above…
Write a single C statement that declares an int variable randomGuess, and initia
Write a single C statement that declares an int variable randomGuess, and initializes it with a randomly generated odd number between LOWER_BOUND and UPPER_BOUND (inclusive). Assu…
Write a single C statement to accomplish each of the following: a) Define the va
Write a single C statement to accomplish each of the following: a) Define the variables c, thisVariable, q76354 and number to be of type int. b) Prompt the user to enter an intege…
Write a single C statement to print the value 123.4567 with two digits of precis
Write a single C statement to print the value 123.4567 with two digits of precision. Write a statement to assign the value 3.333 to the seventh element of array called fractions. …
Write a single C++ statement to accomplish each of the following (assume that us
Write a single C++ statement to accomplish each of the following (assume that using declarations have not been used): Declare the variables c, thisIsAVariable, q76354 and number t…
Write a single Java application (not required to be in a single source file) tha
Write a single Java application (not required to be in a single source file) that will prompt the user for an integer representing the size of an array of integers to be randomly …
Write a single Java statement to store the number of elements of a char array ca
Write a single Java statement to store the number of elements of a char array called letters into the int variable called numLetters. You may assume that all variables have been d…
Write a single MATLAB statement that will accomplish the stated purpose. Assume
Write a single MATLAB statement that will accomplish the stated purpose. Assume a text string TS1 has already been defined. Find all occurrences of the string @3G in string TS1 an…
Write a single SQL (using SQLite) statement to list albums with three columns: t
Write a single SQL (using SQLite) statement to list albums with three columns: the title of the album, the total number of tracks in that album, and the price of the album. Exclud…
Write a single SQL statement that lists all suppliers supplying ONLY hammers WIT
Write a single SQL statement that lists all suppliers supplying ONLY hammers WITHOUT using the difference operation. (A join or subquery would be appropriate.) The output should o…
Write a single SQL statement that lists all suppliers supplying only hammers usi
Write a single SQL statement that lists all suppliers supplying only hammers using the difference operation. When finished, stop the spooling and exit the program. Load SQL file t…
Write a single SQL statment that Updates the gpa in the student relation accordi
Write a single SQL statment that Updates the gpa in the student relation according to this rule: • if it is negative, set it to 0 • if it is larger than 4,then set it to 4 • if it…
Write a single VB statement to display the value of Netpay variable with 2 decim
Write a single VB statement to display the value of Netpay variable with 2 decimal places in the LabelI in the following form: The net pay is: 450.00 The function VariableName. To…
Write a single class that has the methods: public static double sphereVolume(dou
Write a single class that has the methods: public static double sphereVolume(double r) public: static double sphereSurface(double r) public static double coneVolume(double r, doub…
Write a single equation that includes the following sets of variables: wavelengt
Write a single equation that includes the following sets of variables: wavelength and frequency frequency and energy energy and wavelength Calculate the energy (In J) of a photon.…
Write a single file program (in java) that computes the convex hull of a set of
Write a single file program (in java) that computes the convex hull of a set of points. Input from the terminal! First line will be integer n that indicates the number of points i…
Write a single file system code in C++ to implement all of the following functio
Write a single file system code in C++ to implement all of the following functions In this part of the project, you will have to implement your File System in C/C++, which would p…
Write a single instruction that will dear the bits 2 and 3 in AL to 0 while pres
Write a single instruction that will dear the bits 2 and 3 in AL to 0 while preserving the other bits Write a single instruction that mil complement the sign bit in al while prese…
Write a single line UNIX command to list all C files matching the two conditions
Write a single line UNIX command to list all C files matching the two conditions below: filenames starting with A the length of filename (excluding ".c") is at least 4 Write a sin…
Write a single line of ARM assembly code to invert the lower six bits of registe
Write a single line of ARM assembly code to invert the lower six bits of register rl. What are the contents of register r9 after the following instructions have executed? Assume r…
Write a single line of C code to implement each of the following. Assume the fol
Write a single line of C code to implement each of the following. Assume the following declarations, unsigned char ch; unsiqned int n; Example: For ch, check if bit 0 is set to 1 …
Write a single program for checking the integrity of a data file that contains f
Write a single program for checking the integrity of a data file that contains financial transactions. Your program will: Use a GUI file chooser to ask the user to select a financ…