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 1131 / 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 program to send the value 0X45 to PORTB and 0X54 to PORTC every 1/4 seco
Write a program to send the value 0X45 to PORTB and 0X54 to PORTC every 1/4 second. Assume a clock frequency of 1 MHz. Write a program that will monitor the PB4 bit until it becom…
Write a program to separate out a phone number when it is given with colon’s sep
Write a program to separate out a phone number when it is given with colon’s separating the sections. Directions Points The file must be called <YourNameProg1.java> (driver …
Write a program to set up timer1 using NORMAL mode so that it generates an inter
Write a program to set up timer1 using NORMAL mode so that it generates an interrupt in exactly 1/8 of a second. Write an interrupt service routine (ISR), triggered by the timer i…
Write a program to show how money increases over time given a particular interes
Write a program to show how money increases over time given a particular interest rate and a regular deposit amount. The program is written with parameters so that these values co…
Write a program to show how quickly the infinite sum below (an expression of Zen
Write a program to show how quickly the infinite sum below (an expression of Zeno's paradox) converges to 1. The sum is expressed as follows: sigma_n = 1^infinity (where n = 1, 2,…
Write a program to show whether the year is a leap year or not .If it is then ad
Write a program to show whether the year is a leap year or not .If it is then add the digits of the year and write the sum? I know how to do the leap year but i don't know how to …
Write a program to simulate a bank which includes the following. Include a comme
Write a program to simulate a bank which includes the following. Include a commented header section at the top of each class file which includes your name, and a brief description…
Write a program to simulate a bookstore. The bookstore has twotypes of customers
Write a program to simulate a bookstore. The bookstore has twotypes of customers: those who are members of the bookstore andthose who buy books from the bookstore only occasionall…
Write a program to simulate a bookstore. The bookstore has twotypes of customers
Write a program to simulate a bookstore. The bookstore has twotypes of customers: those who are members of the bookstore andthose who buy books from the bookstore only occasionall…
Write a program to simulate a bookstore. The bookstore has twotypes of customers
Write a program to simulate a bookstore. The bookstore has twotypes of customers: those who are members of the bookstore andthose who buy books from the bookstore only occasionall…
Write a program to simulate a calculator without graphical user interface. The c
Write a program to simulate a calculator without graphical user interface. The calculator can do addition, subtraction, multiplication, division and calculate square root. Here ar…
Write a program to simulate a deck of 52 playing cards. Represent your deck as a
Write a program to simulate a deck of 52 playing cards. Represent your deck as a 2D Array where the value in the cell is the position of the card in the deck. Represent the names …
Write a program to simulate a deck of cards with some basic functionality. The e
Write a program to simulate a deck of cards with some basic functionality. The easiest way to do this is to break it up into classes for a Card, a Stack, a Deck, and then a main c…
Write a program to simulate a lottery drawing that uses balls numbered from 1 to
Write a program to simulate a lottery drawing that uses balls numbered from 1 to 10. Assume that five balls are drawn at random. All five balls for each drawing are unique. Allow …
Write a program to simulate a lottery drawing which uses balls that are numbered
Write a program to simulate a lottery drawing which uses balls that are numbered from 1 to 10. Assume that three balls are drawn at random and the number are unique for each draw.…
Write a program to simulate a queue at a bank. The program should be menu driven
Write a program to simulate a queue at a bank. The program should be menu driven and have the following options: 1)      Display queue (Displays customer number and arrival time i…
Write a program to simulate a uniform (meaning every number is equally likely to
Write a program to simulate a uniform (meaning every number is equally likely to appear as the next) integer random number. Your program will be a console application which will s…
Write a program to simulate an indexed sequence. In an indexed sequence, each it
Write a program to simulate an indexed sequence. In an indexed sequence, each item (node) of an unsorted list is paired with an index (node), where the indices are organized into …
Write a program to simulate coin tosses. Probability of heads in a coin toss exp
Write a program to simulate coin tosses. Probability of heads in a coin toss experiment is p where p is equal to the average of the numbers in your RUID divided by 10. Generate a …
Write a program to simulate job scheduling in an operating system. Job informati
Write a program to simulate job scheduling in an operating system. Job information is obtained from an input file. Each job has a job number, execution time required to complete t…
Write a program to simulate routing using flooding. Each packet should contain a
Write a program to simulate routing using flooding. Each packet should contain a counter that is decremented on each hop. When the counter gets to 0, the packet is discarded. Time…
Write a program to simulate the Least-Recently-Used (LRU) Page Replacement Algor
Write a program to simulate the Least-Recently-Used (LRU) Page Replacement Algorithm that appears on page 366 of the textbook. In particular, the simulator should accept the follo…
Write a program to simulate the flipping of three fair coins. Compute the number
Write a program to simulate the flipping of three fair coins. Compute the number of times that all three coins come up the same in 1000 trials, and compare to the number of times …
Write a program to simulate the implementation of a printer interface applicatio
Write a program to simulate the implementation of a printer interface application. The application should consist of a print server object and document objects to be printed. The …
Write a program to simulate the operation of a cashpoint machine. For simplicity
Write a program to simulate the operation of a cashpoint machine. For simplicity, assume that the bank has only 3 clients, whose data will be stored in an array of objects of type…
Write a program to simulate the operation of a cashpoint machine. For simplicity
Write a program to simulate the operation of a cashpoint machine. For simplicity, assume that the bank has only 3 clients, whose data will be stored in an array of objects of type…
Write a program to simulate the operation of a cashpoint machine. For simplicity
Write a program to simulate the operation of a cashpoint machine. For simplicity, assume that the bank has only 3 clients, whose data will be stored in an array of objects of type…
Write a program to simulate the operation of a simple robot . the robot moves in
Write a program to simulate the operation of a simple robot . the robot moves in four directions :forward , right , left. the job of the robot is to move items and place it in the…
Write a program to simulate the operation of a soda vending machine. For simplic
Write a program to simulate the operation of a soda vending machine. For simplicity, assume that the machine has only 3 kinds of products: SPRITE, FANTA, and WATER, each offered i…
Write a program to simulate the work of processes competing for updating a criti
Write a program to simulate the work of processes competing for updating a critical section. Declare and initialize an array of 10 ready processes identified by their numbers from…
Write a program to solve a 10 times 10 maze. Prompt the user for the input text
Write a program to solve a 10 times 10 maze. Prompt the user for the input text file which contains ten rows (ten characters on each row, no space between characters). The followi…
Write a program to solve a linear system Ax = b using Gaussian Elimination with
Write a program to solve a linear system Ax = b using Gaussian Elimination with scaled partial pivoting and backsubstitution. You can just type in the system matrices at the begin…
Write a program to solve a linear system of the form Ax = b by Gauss-Seidel iter
Write a program to solve a linear system of the form Ax = b by Gauss-Seidel iteration. You should pass the matrix A. solution vector b, the initial guess vector x, the size of the…
Write a program to solve a linear system of the form Ax = b by Gauss-Seidel iter
Write a program to solve a linear system of the form Ax = b by Gauss-Seidel iteration. You should pass the matrix A, solution vector b, the initial guess vector x, the size of the…
Write a program to solve a sudoku! Given a partially filled 9×9 2D array ‘grid[9
Write a program to solve a sudoku! Given a partially filled 9×9 2D array ‘grid[9][9]’, the goal is to assign digits (from 1 to 9) to the empty cells so that every row, column, and…
Write a program to solve quadratic equation. A quadratic equation is one of the
Write a program to solve quadratic equation. A quadratic equation is one of the forms ax^2 + bx + c = 0 Where a, b and c are double values that will differ from one equation to an…
Write a program to solve quadratic equation. A quadratic equation is one of the
Write a program to solve quadratic equation. A quadratic equation is one of the forms ax^2 + bx + c = 0 Where a, b and c are double values that will differ from one equation to an…
Write a program to solve the 8-puzzle problem (and its natural generalizations)
Write a program to solve the 8-puzzle problem (and its natural generalizations) using the A* search algorithm in C++. . The N-puzzle is a sliding puzzle that is played on a square…
Write a program to solve the Josephus problem, with the following modification:
Write a program to solve the Josephus problem, with the following modification: Sample Input: ./a.out n m p where n is the number of players and m is the count used for every odd …
Write a program to solve the Towers of Hanoi problem for a tower of size n, usin
Write a program to solve the Towers of Hanoi problem for a tower of size n, using both recursion and iteration. Time each method separately. Be very carefull to time only the actu…
Write a program to solve the Triangle problem. Define a class of objects called
Write a program to solve the Triangle problem. Define a class of objects called Triangle. A Triangle should be a set of three Lines (which for the purpose of this problem should b…
Write a program to solve the linear system Ax = b by Gaussian elimination and ba
Write a program to solve the linear system Ax = b by Gaussian elimination and back substitution, without any pivoting, run it as follows: A = [3 2 -4: -4 5 -1: 2 -3 5] b = [-5: 3:…
Write a program to sort 10 numbers, which need to be taken from the user. Once y
Write a program to sort 10 numbers, which need to be taken from the user. Once you take user input, ask user to select a particular sorting technique to sort the given numbers. Yo…
Write a program to sort an ArrayList of Name(ArrayList) into ascending order. Us
Write a program to sort an ArrayList of Name(ArrayList) into ascending order. Use the sort method in the java.util.Collections class to sort the ArrayList of Names. The program sh…
Write a program to sort an array as follows. a. Use insertion sort to sort the a
Write a program to sort an array as follows. a. Use insertion sort to sort the array. Print the number of comparisons and the number of item movements. b. Use Shellsort to sort th…
Write a program to sort arrays using 3 different methods: Bubble Sort, Selection
Write a program to sort arrays using 3 different methods: Bubble Sort, Selection Sort and Insertion Sort. The numbers to be sorted will be obtained using a library function which …
Write a program to sort numbers in either descending or ascending order. The pro
Write a program to sort numbers in either descending or ascending order. The program should ask the user to enter positive integer numbers one at a time(hiting the enter key after…
Write a program to stimulate a bus operation. The bus departs from initial stop
Write a program to stimulate a bus operation. The bus departs from initial stop with certain amount of passengers. After that, the bus will stop three times before it hits final s…
Write a program to store a bunch of triangles and squares in an arraylist, use o
Write a program to store a bunch of triangles and squares in an arraylist, use object serialization to write the arraylist to a file And the code below has some errors; need help …
Write a program to store a list of customers’social security numbers (SSN) and p
Write a program to store a list of customers’social security numbers (SSN) and phone numbers. Since thecustomers live in Houston area, their phone area code should beeither 281 or…