Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1158 / 1333
Write a single program that computes the value of the following expressions usin
Write a single program that computes the value of the following expressions using loop statements. Read a selection from the user and repeat the process once the selection has bee…
Write a single program to compare between insertion sort and selection sort. For
Write a single program to compare between insertion sort and selection sort. For a given input array, write separate functions to implement insertion sort and selection sort algor…
Write a single statement that computes the product Product^8_ii = 2 ii, i is an
Write a single statement that computes the product Product^8_ii = 2 ii, i is an integer. Specifications: Place the results in EAX/AX/AL. You must choose the correct size, remember…
Write a single statement to copy the string stored in array s2 into array s1. Wr
Write a single statement to copy the string stored in array s2 into array s1. Write a statement that opens the file "trans.dat" for reading and assigns the returned file pointer t…
Write a single-player 3D 4 times 4 times 4 tic-tac-toe game. (1%) Please design
Write a single-player 3D 4 times 4 times 4 tic-tac-toe game. (1%) Please design your own user-interface. (1%) Implement the game logic in your program, for example, each player (A…
Write a six (6) page paper in which you: List specific changes that Apple has ma
Write a six (6) page paper in which you: List specific changes that Apple has made to its Code of Conduct in recent years. Provide at least one (1) example of each change. Explain…
Write a six to eight (6-8) page paper in which you: Provide at least three (3) v
Write a six to eight (6-8) page paper in which you: Provide at least three (3) various reasons why some health care organizations have been reluctant to implement electronic medic…
Write a six to ten (6-10) page paper in which you: Analyze the security features
Write a six to ten (6-10) page paper in which you: Analyze the security features of Linux, Macintosh, and Windows operating systems, and decide which you believe is the most susce…
Write a six to ten (6-10) page paper in which you: Analyze the security features
Write a six to ten (6-10) page paper in which you: Analyze the security features of Linux, Macintosh, and Windows operating systems, and decide which you believe is the most susce…
Write a six- to eight-page paper identifying and describing your personal action
Write a six- to eight-page paper identifying and describing your personal action plan with goals that you will use to become more aware of environmental issues and human impact on…
Write a sixth game program using the random number generator to generate a five-
Write a sixth game program using the random number generator to generate a five-digit number. The player guesses the number. With each guess the computer returns two numbers, the …
Write a sixth game program using the random number generator to generate a five-
Write a sixth game program using the random number generator to generate a five-digit number. The player guesses the number. With each guess the computer returns two numbers, the …
Write a slope-intercept equation for a line passing through the point (3, - 2) t
Write a slope-intercept equation for a line passing through the point (3, - 2) that is parallel to the line 3x + 4y = 7. Then write a second equation for a line passing through th…
Write a small C program called tinyshell that behaves much like a shell; but you
Write a small C program called tinyshell that behaves much like a shell; but your program has to accept and respond to the following four commands only, presented one at a time: w…
Write a small C program newcat , which performs exactly as oldcat (shown below)
Write a small C program newcat, which performs exactly as oldcat (shown below), but uses UNIX system calls for input/output. Specifically, use the UNIX system calls whose prototyp…
Write a small C program newcat , which performs exactly as oldcat (shown below)
Write a small C program newcat, which performs exactly as oldcat (shown below), but uses UNIX system calls for input/output. Specifically, use the UNIX system calls whose prototyp…
Write a small C program that loops reading a line from standard input and checks
Write a small C program that loops reading a line from standard input and checks the first word of the input line. If the first word is one of the following internal commands (or …
Write a small C++ program the randomly populate a 2D array of 6 Times 6 with dou
Write a small C++ program the randomly populate a 2D array of 6 Times 6 with double numbers between 0.00 - 1000.00 once the array is populated the program will display a menu that…
Write a small fragment of code that shows how unions can be used in C to interpr
Write a small fragment of code that shows how unions can be used in C to interpret the bits of a value of one type as if they represented a value of some other type (non-convertin…
Write a small paragraph (2 or 3 sentences) to explain each of your answers Boein
Write a small paragraph (2 or 3 sentences) to explain each of your answers Boeing estimates the elasticity of demand for new commercial jets is –1.25. Explain why the following st…
Write a small program in Java and a similar one in Python which represents their
Write a small program in Java and a similar one in Python which represents their typing. Static typed programming languages are those in which variables need not be defined before…
Write a small program in the ‘Go’ language that implements a simple linear searc
Write a small program in the ‘Go’ language that implements a simple linear search function and tests it. Two example implementations in C and JavaScript are provided. Your solutio…
Write a small program that allows a user to change his or her password using the
Write a small program that allows a user to change his or her password using the Console class. As in the example in the text, assume that there is a method validateLogin already …
Write a small program that calculates the sum and the difference of two integers
Write a small program that calculates the sum and the difference of two integers received from user input with three user-defined functions: //takes two integer arguments and retu…
Write a small program that copies data from a file A to a file B. For different
Write a small program that copies data from a file A to a file B. For different file sizes 1KB – 100MB (doubling the file size in each step) record the time your program requires …
Write a small program that copies everything in a text file to another file. The
Write a small program that copies everything in a text file to another file. The text file is called "in.txt" for reading and the output file is called "out.txt". Two files should…
Write a small program that fills an array of doubles with user input, prints the
Write a small program that fills an array of doubles with user input, prints the doubles on the screen in a column, and adds up all the doubles in the array and prints the sum ont…
Write a small program that will check for balancing symbols in C++. Look for: /*
Write a small program that will check for balancing symbols in C++. Look for: /* */ ( ) [ ] { }
Write a small program to print the sum of the integers between Mand N, inclusive
Write a small program to print the sum of the integers between Mand N, inclusive, where M and N are constants. with M of 1 and N of100, your prog should print 5050. modify the pro…
Write a small program to write the text \"we are one JSU\" to a file named jsu.t
Write a small program to write the text "we are one JSU" to a file named jsu.txt? Write a specification file of a class name Sample, with Private data members(one integer, one cha…
Write a small program to write the text\" we are one JSU\" to a file named jsu.t
Write a small program to write the text" we are one JSU" to a file named jsu.txt? Write a specification file of a class name Sample, with Private data members(one intezer, one cha…
Write a small program, sleepy , that gets a loop count from the command line: sl
Write a small program, sleepy, that gets a loop count from the command line: sleepy n where n is the number of seconds for which the program should run. Implement this timing by p…
Write a small shell script which does the following using shell functions: 1. Go
Write a small shell script which does the following using shell functions: 1. Goes into a loop and prints out a menu with three options 1. Query the user for a month and year, the…
Write a smtp client program and smtp server program to inplement the following s
Write a smtp client program and smtp server program to inplement the following simplified smtp protocol based on the tcp service and make sure the programSupports mulltiple client…
Write a snippet of C++ code that does the following: Create an array of one hund
Write a snippet of C++ code that does the following: Create an array of one hundred thousand int elements that is allocated on the heap. Initialize the array with consecutive valu…
Write a snippet of C++ code that does the following: Create an array of one hund
Write a snippet of C++ code that does the following: Create an array of one hundred thousand int elements that is allocated on the heap. Initialize the array with consecutive valu…
Write a soL statement that will pull balance and last payment amount by account
Write a soL statement that will pull balance and last payment amount by account for the previous 7 days of data. Do not hard-code your dates 2 Write a query to pull the total paym…
Write a soL statement that will pull balance and last payment amount by account
Write a soL statement that will pull balance and last payment amount by account for the previous 7 days of data. Do not hard-code your dates 2 Write a query to pull the total paym…
Write a soL statement that will pull balance and last payment amount by account
Write a soL statement that will pull balance and last payment amount by account for the previous 7 days of data. Do not hard-code your dates 2 Write a query to pull the total paym…
Write a soL statement that will pull balance and last payment amount by account
Write a soL statement that will pull balance and last payment amount by account for the previous 7 days of data. Do not hard-code your dates 2 Write a query to pull the total paym…
Write a soL statement that will pull balance and last payment amount by account
Write a soL statement that will pull balance and last payment amount by account for the previous 7 days of data. Do not hard-code your dates 2 Write a query to pull the total paym…
Write a socket program to implement the numberguessing game. Server randomly gen
Write a socket program to implement the numberguessing game. Server randomly generates a number between 0 to 9 and give client 3chances to guess the number correctly. For a number…
Write a software keylogger and test it while you fill out a web form or type in
Write a software keylogger and test it while you fill out a web form or type in the contents of a document using your favorite document preparation software. You can use Java or P…
Write a solution to Programming Challenges problem #8 -- the Parking Ticket Simu
Write a solution to Programming Challenges problem #8 -- the Parking Ticket Simulator (p. 558 of the textbook). For this problem you will need to write and submit the four Java cl…
Write a sorting function that will sort a vector of ints. Use the selection sort
Write a sorting function that will sort a vector of ints. Use the selection sort algorithm. The sort function should have the following declaration: Note: the function should have…
Write a source code in Java NXT legos for this Lawn Mower Robot. The robot has 3
Write a source code in Java NXT legos for this Lawn Mower Robot. The robot has 3 motors A,B,C. Motor A is the blade which is constantly spinning. Motor B and C are the whelels. Th…
Write a special simple command interpreter that takes command(s) and its argumen
Write a special simple command interpreter that takes command(s) and its arguments. This special command interpreter will only have three different cases that need to be addressed…
Write a spell checker class that stores a set of words, W, in a hash table and i
Write a spell checker class that stores a set of words, W, in a hash table and implements a function, spellCheck(s), which performs a Spell Check on the string s with respect to t…
Write a spell checker, that is, a program that reads the words in a piece of tex
Write a spell checker, that is, a program that reads the words in a piece of text and looks up each of them in a dictionary to check its spelling. Use a BST to store this dictiona…
Write a spell checker, that is, a program that reads the words in a piece of tex
Write a spell checker, that is, a program that reads the words in a piece of text and looks up each of them in a dictionary to check its spelling. Use a BST to store this dictiona…