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 1151 / 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 script named lab6s2 that writes the current time and date, lists logged-
Write a script named lab6s2 that writes the current time and date, lists logged-in users, and prints the system’s uptime to a log file. The time should be printed with the format …
Write a script that accepts as an input parameter the path/name for an input pas
Write a script that accepts as an input parameter the path/name for an input password file (either /etc/password or the sample provided). Check for the existence and non-zero size…
Write a script that adds an index to the AP database for the zip code field in t
Write a script that adds an index to the AP database for the zip code field in the Vendors table. Write a script that contains the CREATE TABLE statements needed to implement the …
Write a script that adds an index to the my_guitar_shop database for the zip cod
Write a script that adds an index to the my_guitar_shop database for the zip code field in the Customers table (screenshot). Write a script that implements the following design in…
Write a script that adds rows to the database that you created in exercise 2. Ad
Write a script that adds rows to the database that you created in exercise 2. Add two rows to the Users and Products tables. Add three rows to the Downloads table: one row for use…
Write a script that allows a user to enter a numeric grade and then determine th
Write a script that allows a user to enter a numeric grade and then determine the letter grade. Use a PHP document and a HTML document containing a form with 5 text boxes to enter…
Write a script that allows a user to enter a numeric grade and then determine th
Write a script that allows a user to enter a numeric grade and then determine the letter grade. Use a PHP document and a HTML document containing a form with 5 text boxes to enter…
Write a script that allows the user to play a simplified version a. Automaticall
Write a script that allows the user to play a simplified version a. Automatically generate a random (matrix of Sudoku. Your script must starting grid (matrix) with some numbers an…
Write a script that ask the user to input an integer n. The script should print
Write a script that ask the user to input an integer n. The script should print the factorials 1! up to nt. as shown in the example below. Example: Make sure you test your script …
Write a script that ask the user to input an integer n. The script should print
Write a script that ask the user to input an integer n. The script should print the factorials. If up to as shown in the example below. Example: Enter a number 1 4 1 = 1 1 * 2 = 2…
Write a script that ask the user to input an integer n. The script should print
Write a script that ask the user to input an integer n. The script should print the factorials 1! up to n!, as shown in the example below. Example: Enter a numbers 1 = 1 1*2 = 2 1…
Write a script that asks for an Integer (n) and then computes the following base
Write a script that asks for an Integer (n) and then computes the following based on the value of the Integer: While the value of n is greater than 1, replace the integer with hal…
Write a script that asks the user to enter two numbers, obtains the two numbers
Write a script that asks the user to enter two numbers, obtains the two numbers from the user and outputs text that displays the sum, product, difference and quotient of the two n…
Write a script that calculates the common factors between 18 and 54. To find a c
Write a script that calculates the common factors between 18 and 54. To find a common factor, you can use the modulo operator (%) to check whether a number can be evenly divided i…
Write a script that converts a color image to black and white and to sepia, and
Write a script that converts a color image to black and white and to sepia, and draws all three images -- the original, the black and white, and the sepia - to the canvas. (my cod…
Write a script that creates a craps game and meets the following requirements. N
Write a script that creates a craps game and meets the following requirements. Name the script craps.sh The script will get 2 random numbers between 1-6. The script will display e…
Write a script that creates a tip calculator. The user should be able to enter t
Write a script that creates a tip calculator. The user should be able to enter the amount of the bill, the tip percentage, and the number of people. The calculator should calculat…
Write a script that creates and calls a stored procedure named insert_category.
Write a script that creates and calls a stored procedure named insert_category. First, code a statement that creates a procedure that adds a new row to the Categories table. To do…
Write a script that creates and calls a stored procedure named insert_terms. Fir
Write a script that creates and calls a stored procedure named insert_terms. First, code a statement that creates a procedure that adds a new row to the TERMS table in the AP sche…
Write a script that creates and calls a stored procedure named test. This proced
Write a script that creates and calls a stored procedure named test. This procedure should include these statements coded as a transaction: INSERT INTO orders VALUES (DEFAULT, 3, …
Write a script that creates and calls a stored procedure named test. This stored
Write a script that creates and calls a stored procedure named test. This stored procedure should create a cursor for a result set that consists of the product_name and list_price…
Write a script that creates and calls a stored procedure named test. This stored
Write a script that creates and calls a stored procedure named test. This stored procedure should declare a variable and set it to the count of all products in the Products table.…
Write a script that creates and calls a stored procedure named test. This stored
Write a script that creates and calls a stored procedure named test. This stored procedure should declare a variable and set it to the count of all products in the Products table.…
Write a script that creates four login IDs based on the contents of a new table
Write a script that creates four login IDs based on the contents of a new table called NewLogins. Use dynamic SQL to perform three actions for each row in this table: (1) create a…
Write a script that creates three background processes, waits for them all to co
Write a script that creates three background processes, waits for them all to complete, and then displays a simple message. [level: medium] Such a script will fork off three progr…
Write a script that creates three background processes, waits for them all to co
Write a script that creates three background processes, waits for them all to complete, and then displays a simple message. [level: medium] Such a script will fork off three progr…
Write a script that creates users based on following names: Username is the firs
Write a script that creates users based on following names: Username is the first letter of first name and first 7 letters of last name: total 8 letters Example: David Khan righta…
Write a script that does the following: Create a blank array records . You want
Write a script that does the following: Create a blank array records. You want to run 100 times of generating a 2x2 matrix of random integers in the range between 0 and 50 and cal…
Write a script that finds the intermediates points based on the interpolations u
Write a script that finds the intermediates points based on the interpolations using an initial data, based on different methods. The initial data is as follows: X=0:2*pi/10:2*pi;…
Write a script that includes these statements coded as a transaction: INSERT Ord
Write a script that includes these statements coded as a transaction: INSERT Orders VALUES (3, GETDATE(), '10.00', '0.00', NULL, 4, 'American Express', '378282246310005', '04/2013…
Write a script that inputs a line of encrypted text and a distance value and out
Write a script that inputs a line of encrypted text and a distance value and outputs plaintext using a Caesar cipher. The script should work for any printable characters. my code …
Write a script that inputs a line of encrypted text and a distance value and out
Write a script that inputs a line of encrypted text and a distance value and outputs plaintext using a Caesar cipher. The script should work for any printable characters. my code …
Write a script that inputs a line of plaintext and a distance value and outputs
Write a script that inputs a line of plaintext and a distance value and outputs an encrypted text using a Caesar cipher. The script should work for any printable characters. Here …
Write a script that inputs a numeric check amount and writes the word equivalent
Write a script that inputs a numeric check amount and writes the word equivalent of the amount. For example, the amount 112.43 should be written as ONE HUNDRED TWELVE and 43/100.
Write a script that inputs a telephone number as a string in the form (555) 555-
Write a script that inputs a telephone number as a string in the form (555) 555-5555. The script should use String method split to extract the area code as a token, the first thre…
Write a script that outputs XHTML todisplay the given patterns separately,one be
Write a script that outputs XHTML todisplay the given patterns separately,one below the other. Usefor statements to generate thepatterns. All asterisks (*) should be printed by a …
Write a script that performs the following: 1) Creates the \"Fibonacci\" functio
Write a script that performs the following: 1)      Creates the "Fibonacci" function (refer to a mathematical resource) 2)      Creates an anonymous block that allows the user to …
Write a script that performs the following: 1) Creates the \"Fibonacci\" functio
Write a script that performs the following: 1)      Creates the "Fibonacci" function (refer to a mathematical resource) 2)      Creates an anonymous block that allows the user to …
Write a script that plays a \"guess the number\" game as follows: Your program c
Write a script that plays a "guess the number" game as follows: Your program chooses the number to be guessed by selecting a random integer in the range 1 to 1000. The script disp…
Write a script that prompts the user for a resistance value and tolerance then u
Write a script that prompts the user for a resistance value and tolerance then uses those parameters to generate and print ten random resistor values. Use the rand() function; thi…
Write a script that prompts the user for his or her name. Using a while loop tha
Write a script that prompts the user for his or her name. Using a while loop that counts downwards, print the name with the letters reversed. You may use s.lower () and s.upper ) …
Write a script that prompts the user to input the day, month, and year; determin
Write a script that prompts the user to input the day, month, and year; determine the day of the year (the number of days including the current day). Be sure to take leap year int…
Write a script that prompts the user to input the day, month, and year; determin
Write a script that prompts the user to input the day, month, and year; determine the day of the year (the number of days including the current day). Be sure to take leap year int…
Write a script that reads several lines of text and prints a table indicating th
Write a script that reads several lines of text and prints a table indicating the number of one-letter words, two-letter words, three-letter words, etc. appearing in the text. For…
Write a script that satisfies these criteria: Prompt the user for the minimum x
Write a script that satisfies these criteria: Prompt the user for the minimum x value, maximum x value, and the number of points to use. Check that maximum x value is larger than …
Write a script that solves the following problems. For each problem, first print
Write a script that solves the following problems. For each problem, first print the problem number followed by the answer to make it easier to grade. Be sure your script includes…
Write a script that takes a filename as an argument and adds execution permissio
Write a script that takes a filename as an argument and adds execution permission to the file for the user if the file is a regular file. Make sure that your script checks for err…
Write a script that uses a loop to generate a basic project directory tree (usin
Write a script that uses a loop to generate a basic project directory tree (using the standard described in the first lecture, or one of your own devising). (5 pts) Write a script…
Write a script that uses dynamic SQL and a cursor to loop through each row of th
Write a script that uses dynamic SQL and a cursor to loop through each row of the Administrators table and (1) create a login ID for each row in that consists of the administrator…
Write a script that will ask the user to input a college. The munu of choices in
Write a script that will ask the user to input a college. The munu of choices includes Saint Rose, RPI, Skidmore, and Exit. If the user chooses Saint Rose, the program prints "In …