Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1042 / 1333
Write a prgram that compares the two ways of computing the (n)th Fibonacci numbe
Write a prgram that compares the two ways of computing the (n)th Fibonacci number. It should include one function that computes it recursively, and another that implements an iter…
Write a prime number checker. A very simple algorithm for determining whether a
Write a prime number checker. A very simple algorithm for determining whether a number, n, is prime would be: For each number i between 2 and the square root of n: see if the rema…
Write a printf or scanf statement for each of the following: a) Print unsigned i
Write a printf or scanf statement for each of the following: a) Print unsigned integer 40000 left justified in a 15-digit fieldwith 8 digits. b) Read a hexadecimal value into vari…
Write a printf or scanf statement for each of the following: a. Print 200 with a
Write a printf or scanf statement for each of the following: a. Print 200 with and without a ‘+’ sign. b. Print 1.234 in a 9-digit field with preceding zeros. c. Read characters i…
Write a printf or scanf statement for each of the following: a. Print unsigned i
Write a printf or scanf statement for each of the following: a. Print unsigned integer 40000 left justified in a 15 – digit field with 8 digit. b. Read a hexadecimal value into a …
Write a printf or scanf statement for each of the following: a. Print unsigned i
Write a printf or scanf statement for each of the following: a. Print unsigned integer 40000 left justified in a 15 – digit field with 8 digit. b. Read a hexadecimal value into a …
Write a printf statement that will print the floating point variable x with 3 di
Write a printf statement that will print the floating point variable x with 3 digits before the decimal point and two digits after the decimal point. I got this answer, if correct…
Write a procedural oriented program for making basicsarithmetic operations over
Write a procedural oriented program for making basicsarithmetic operations over two real operands. The menu-drivenapplication must show in any moment a menu on the console with th…
Write a procedure (function) in C that inserts an element in a sorted array. The
Write a procedure (function) in C that inserts an element in a sorted array. The prototype of the function should be something similar to the following: insertelm(int elm, int arr…
Write a procedure COURSES_BY_DEPARTMENT (departmentId VARCHAR(3)). When executed
Write a procedure COURSES_BY_DEPARTMENT (departmentId VARCHAR(3)). When executed it displays Professor Name, Course Name, Semester and Section for all courses in the department.Te…
Write a procedure PROFESSORS_BY_DEPARTMENT (departmentId VARCHAR(3)). When execu
Write a procedure PROFESSORS_BY_DEPARTMENT (departmentId VARCHAR(3)). When executed it displays the Ids, names and the department names for all the professors in a department.Test…
Write a procedure STUDENTS_BY_STATUS (status VARCHAR(10)) that accepts a status
Write a procedure STUDENTS_BY_STATUS (status VARCHAR(10)) that accepts a status like: "Freshman", "Sophomore", “Junior” or "Senior" and when called displays the BannerId’s and n…
Write a procedure You don\'t need to look up any information, it is all here. th
Write a procedure You don't need to look up any information, it is all here. that you have used this semester (or anything you can think of) your equipment bos or Reaction time 16…
Write a procedure depth that takes as argument an arbitrarily deeply nested list
Write a procedure depth that takes as argument an arbitrarily deeply nested list and returns the maximum depth of any of its sublists: the depth of an object in a list is the numb…
Write a procedure is_little_endian that will return 1 when compiled and run on a
Write a procedure is_little_endian that will return 1 when compiled and run on a little---endian machine, and will return 0 when compiled and run on a big---endian machine. This p…
Write a procedure named BitwiseMultiply that multiplies any unsigned 32-bit inte
Write a procedure named BitwiseMultiply that multiplies any unsigned 32-bit integer by EAX, using only shifting and addition. Pass the integer to the procedure in the EBX register…
Write a procedure named BitwiseMultiply that multiplies any unsigned 32-bit inte
Write a procedure named BitwiseMultiply that multiplies any unsigned 32-bit integer by EAX, using only shifting and addition. Pass the integer to the procedure in the EBX register…
Write a procedure named BitwiseMultiply that multiplies any unsigned 32-bit inte
Write a procedure named BitwiseMultiply that multiplies any unsigned 32-bit integer by EAX, using only shifting and addition. Pass the integer to the procedure in the EBX register…
Write a procedure named CountNearMatches that receives pointers to two arrays of
Write a procedure named CountNearMatches that receives pointers to two arrays of signed dou- blewords, a parameter that indicates the length of the two arrays, and a parameter tha…
Write a procedure named CountNearMatches that receives pointers to two arrays of
Write a procedure named CountNearMatches that receives pointers to two arrays of signed doublewords, a parameter that indicates the length of the two arrays, and a parameter that …
Write a procedure named CountNearMatches that receives pointers to two arrays of
Write a procedure named CountNearMatches that receives pointers to two arrays of signed doublewords, a parameter that indicates the length of the two arrays, and a parameter that …
Write a procedure named PackedToAsc that converts a 4-byte packed decimal number
Write a procedure named PackedToAsc that converts a 4-byte packed decimal number to a string of ASCII decimal digits. Pass the packed number to the procedure in EAX, and pass a po…
Write a procedure that follows this EXACT algoritm in MIPS: Arguments: # $a0 - s
Write a procedure that follows this EXACT algoritm in MIPS: Arguments: # $a0 - starting address of the list # $a1 - list length h = 1; while ( (h*3+1) < length ) { h = 3 * h + …
Write a procedure that performs simple encryption by rotating each plaintext byt
Write a procedure that performs simple encryption by rotating each plaintext byte a varying number of positions in different directions. For example, in the following array that r…
Write a procedure that performs simple encryption by rotating each plaintext byt
Write a procedure that performs simple encryption by rotating each plaintext byte a varying number of positions to the left based on the key value. The integer in each position in…
Write a process (do not create a program) that will allow the user to enter the
Write a process (do not create a program) that will allow the user to enter the values for two one-dimensional arrays that are in parallel. The first array will contain the sample…
Write a process for summing the digits in the odd places (working from right to
Write a process for summing the digits in the odd places (working from right to left) of an integer number. For example given the number 72391, 1 is in the first place, 3 is in th…
Write a process that will use the Monte Carlo method to estimate PI as described
Write a process that will use the Monte Carlo method to estimate PI as described below. The Monte Carlo method to estimate probability generates a large number of points then dete…
Write a professional 1 page memo that responds to this problem... Jack Jones is
Write a professional 1 page memo that responds to this problem... Jack Jones is an employee who performs below expected levels. You hired Jack because he was highly qualified for …
Write a professional Code of Ethics for your organization, modeling it on the co
Write a professional Code of Ethics for your organization, modeling it on the codes you have reviewed. Include at least 1 element from each example code you looked at. For example…
Write a professional informative memo to Richard Mann, Division Manager of restu
Write a professional informative memo to Richard Mann, Division Manager of restuarant, with your specific, actionable recommendations. as an ethics consultant to ensure employees …
Write a professional memo to management with your recommendation for whether or
Write a professional memo to management with your recommendation for whether or not to implement a set of hardening guidelines. What guidelines would you recommend, if you would r…
Write a progam that inputs three numbers from the user and informs the user whet
Write a progam that inputs three numbers from the user and informs the user whether or not those values could represent the sides of a triangle. The program itself should consist …
Write a progra superclas August ram to represent an athletic department of a col
Write a progra superclas August ram to represent an athletic department of a college. Athletics should be the s. Its 973, the current three-division setup of Division I, Division …
Write a program ( HashCodeForString.java ) that displays the hash code for each
Write a program ( HashCodeForString.java ) that displays the hash code for each of the elements in an array list. Write a method that returns a hash code for a string using the ap…
Write a program ( RadixSortAnimation.java ) that animates the radix sort algorit
Write a program ( RadixSortAnimation.java ) that animates the radix sort algorithm. Create an array that consists of 20 random integers from 0 to 999, inclusive. The array element…
Write a program (ATMega128) that reads two different positive numbers from two D
Write a program (ATMega128) that reads two different positive numbers from two DIP Switches (8-bits each) on UNI-DS6 board. The program should also read another input of two contr…
Write a program (Arduino Code) to make use of an Arduino mega 2560. The program
Write a program (Arduino Code) to make use of an Arduino mega 2560. The program should have a DHT 11/22 temperature and humidity meter with led functionality to give a visual repr…
Write a program (C Language) that has two threads - creating thread (thread A) a
Write a program (C Language) that has two threads - creating thread (thread A) and created thread (thread B). After creating thread B, thread A waits for thread B to terminate and…
Write a program (C++) that allows the user to determine how many lines, words an
Write a program (C++) that allows the user to determine how many lines, words and characters are in a file specified by the user. The program expects the user to pass information …
Write a program (C++) that calculates and displays the total travel expenses of
Write a program (C++) that calculates and displays the total travel expenses of a businessperson on a trip. The program should have functions that ask for and return the following…
Write a program (C++) that will use partially filled parallel arrays to store th
Write a program (C++) that will use partially filled parallel arrays to store the periodic table information. 1. Your main program will call ther function read_periodic_table to r…
Write a program (C++) that will use partially filled parallel arrays to store th
Write a program (C++) that will use partially filled parallel arrays to store the periodic table information. 1. Your main program will call ther function read_periodic_table to r…
Write a program (GameOfNim.java) in which the computer plays against a human opp
Write a program (GameOfNim.java) in which the computer plays against a human opponent:
Write a program (IN C LANGUAGE, **NOT C++) that builds a simple linked list cont
Write a program (IN C LANGUAGE, **NOT C++) that builds a simple linked list containing integers from 0 to 20. The program then prints out the contents of the linked list to the sc…
Write a program (In Java) that has two parallel arrays of String objects. One of
Write a program (In Java) that has two parallel arrays of String objects. One of the arrays should hold people's names and the other should hold their phone numbers. Here are samp…
Write a program (MATLAB) which generates exponential random variables, and use i
Write a program (MATLAB) which generates exponential random variables, and use it to test the Central Limit Theorem as follows. For various values of n (say, 5, 10, 20, 50, 100, 1…
Write a program (Mastermind.java) that plays a variation of the game of Mastermi
Write a program (Mastermind.java) that plays a variation of the game of Mastermind with a user. The program uses pseudorandom numbers to generate a four-digit number. The user sho…
Write a program (Note the extra credit below if done in a user-defined class) to
Write a program (Note the extra credit below if done in a user-defined class) to enter student names and grades ( I recommend using only 4 students) that will also print out the t…
Write a program (Note the extra credit below if done in a user-defined class) to
Write a program (Note the extra credit below if done in a user-defined class) to enter student names and grades ( I recommend using only 4 students) that will also print out the t…