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 1153 / 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 segment of code (application level) to perform each of the following ope
Write a segment of code (application level) to perform each of the following operations. Assume myQueue is an object of the class ArrayUnbndQueue. You may call any of the public m…
Write a segment of code (application level) to perform each of the following ope
Write a segment of code (application level) to perform each of the following operations. Assume myStack is an object of the class ArrayStack. You may call any of the public method…
Write a segment of code that reads a sequence of integers from the keyboard unti
Write a segment of code that reads a sequence of integers from the keyboard until the user enters a negative number. It should then output a count of the number of even integers a…
Write a segment of code to perform each of the following operations. Assume mySt
Write a segment of code to perform each of the following operations. Assume myStack is an object of class ArrayStack. You may call any of the public methods of ArrayStack. You may…
Write a segment of code to perform each of the following operations. You may cal
Write a segment of code to perform each of the following operations. You may call any of the member functions of Que Type. The details of the queue are encapsulated; you may use o…
Write a segment of code which will do the following Declare a structure which co
Write a segment of code which will do the following Declare a structure which contains two integer values, start and end Declare a thread which will take in a pointer to the struc…
Write a select statement that will display customer number, customer name and th
Write a select statement that will display customer number, customer name and the number of orders belong to the customer whose state is California. You will need to join two tabl…
Write a selection sort algorithm so that it sorts an array of Comparable objects
Write a selection sort algorithm so that it sorts an array of Comparable objects in Java. NO PRIMITIVE DATA TYPES, ONLY WRAPPER CLASS. For example, with selectionsort, you would h…
Write a self-checking VHDL testbench for Exercise 2 (4.3). Create and load a tes
Write a self-checking VHDL testbench for Exercise 2 (4.3). Create and load a test vector file containing all 16 test cases which provides stimulus to your XOR HDL nodule. Run you …
Write a self-checking VHDL testbench for Exercise 2 (4.3). Create and load a tes
Write a self-checking VHDL testbench for Exercise 2 (4.3). Create and load a test vector file containing all 16 test cases which provides stimulus to your XOR HDL nodule. Run you …
Write a self-contained program to apply Newton\'s method to the equation x3 + 2x
Write a self-contained program to apply Newton's method to the equation x3 + 2x2 + 10x = 2, starting with x0 = 2. Evaluate the appropriate f(x) and f'(x) using nested multiplicati…
Write a sentence definition of one of these three items: scissors dictionary oni
Write a sentence definition of one of these three items: scissors dictionary onion Remember that all sentence definitions have three parts: item, category, and distinguishing char…
Write a sentence for each mechanism describing the manner in which the DNA can b
Write a sentence for each mechanism describing the manner in which the DNA can be transferred from one cell to another. Choose a disease or an organism that has a well-documented …
Write a separate Java class for a triangle named YourName_Triangle that will hav
Write a separate Java class for a triangle named YourName_Triangle that will have three private instance variables of type double for the lengths of the sides of a triangle. Note …
Write a separate algorithm(preferably using java) for each of the following that
Write  a  separate  algorithm(preferably using java) for  each  of  the following   that will allow you to: a. Input three numbers from the  user,  compute their sum and output th…
Write a separate balanced chemical equation for the combustion of each of the fo
Write a separate balanced chemical equation for the combustion of each of the following: C(s), H_2(g), and C_2 H_5OH(l). Consider the only products to be CO_2(g) and/or H_2O(l). (…
Write a separate, balanced chemical equation for the combustion of each of the f
Write a separate, balanced chemical equation for the combustion of each of the following: C(s), H2(g) , and CaHsOH(l) . Consider the only products to be CO2(g) and/or H2O(1) . In …
Write a sequence of LC-3 instructions (ADD, AND, NOT, BR) in binary to perform e
Write a sequence of LC-3 instructions (ADD, AND, NOT, BR) in binary to perform each task. (NOTE: Each task is independent - do not rely on the results of one task to perform the n…
Write a sequence of MIPS assembly instructions (no pseudo instructions allowed)
Write a sequence of MIPS assembly instructions (no pseudo instructions allowed) to multiply the contents of $sl and $s2 together, and store the lower 32 bits of the result in $s3 …
Write a sequence of MOV instructions that will exchange the upper and lower in t
Write a sequence of MOV instructions that will exchange the upper and lower in the doubleword variable named three. Show the order of individual bytes in memory (lowest to highest…
Write a sequence of Matlab commands that will create a vector (row vector or col
Write a sequence of Matlab commands that will create a vector (row vector or column vector, doesn't matter) containing 800 points such that the first 400 points represent the samp…
Write a sequence of Matlab commands that will create a vector (row vector or col
Write a sequence of Matlab commands that will create a vector (row vector or column vector, doesn’t matter) containing 800 points such that a) The first 400 points represent the s…
Write a sequence of moves for n=4 What kind of path is the resulting path? Expla
Write a sequence of moves for n=4 What kind of path is the resulting path? Explain why the solution gives this kind of path. Let us suppose that we are trying to solve a Towers of…
Write a sequence of operations to answer the query. Also, provide an answer to t
Write a sequence of operations to answer the query. Also, provide an answer to the query. Use Tables 1-4 Find the names of all employees. (Do not include any managers.) Table 1 Ex…
Write a sequence of sentences that use the random generator command rand to dete
Write a sequence of sentences that use the random generator command rand to determine: (a) The number of random numbers it takes to add up to 20 (or more). (b) The number of rando…
Write a sequence to represent how many shaded trances there are at each stage. B
Write a sequence to represent how many shaded trances there are at each stage. Based on this sequence, write a formula (or the n^th term of the sequence. Using at least two senten…
Write a series of JavaScript functions to perform varying tasks using both funct
Write a series of JavaScript functions to perform varying tasks using both function definition and function expression Function 6 passingAverage Write a function called "passingAv…
Write a series of nuclear equations to represent the bombardment of Al-27 with a
Write a series of nuclear equations to represent the bombardment of Al-27 with a neutron to form a product that then undergoes an alpha decay followed by a beta decay. Part A Equa…
Write a series of statements that accomplish each of the following. Assume that
Write a series of statements that accomplish each of the following. Assume that we've defined class Person that contains the private data members char lastName[15]; char firstName…
Write a series of tests for Newton\'s Method (attached below) that verifies that
Write a series of tests for Newton's Method (attached below) that verifies that the function produces the correct value with the indicated inputs: input: (@(x) x.^2 -2,@(x) 2*x,1)…
Write a server for multiple clients. The client sends loan information (annual i
Write a server for multiple clients. The client sends loan information (annual interest rate, number of years, and loan amount) to the server (see Figure 30.21(b)). The server com…
Write a set of C functions to manipulate a linked list of journal entry structs.
Write a set of C functions to manipulate a linked list of journal entry structs. 1. Create an Empty List 2. Insert an Element to the start. The function should take a pointer to a…
Write a set of instructions for a complex process (minimum of 10 steps) that can
Write a set of instructions for a complex process (minimum of 10 steps) that can be carried out in less than two hours. Determine an appropriate beginning state and include a list…
Write a set of instructions to prompt the user for an int, value and input it us
Write a set of instructions to prompt the user for an int, value and input it using the Scanner class into the variable x and prompt the user for a float value and input it using …
Write a shell (text-based) program, called sum_num.py, that asks the user for a
Write a shell (text-based) program, called sum_num.py, that asks the user for a semicolon (;) separated list of numbers, and calculated the total. See the example below. C Secure …
Write a shell in C/C++ **Prefer this to be written in C++** You do NOT need to b
Write a shell in C/C++ **Prefer this to be written in C++** You do NOT need to be concerned with piping the output of commands to other commands or background job control Your she…
Write a shell in C/C++ **Prefer this to be written in C++** You do NOT need to b
Write a shell in C/C++ **Prefer this to be written in C++** You do NOT need to be concerned with piping the output of commands to other commands or background job control Your she…
Write a shell in C/C++ **Prefer this to be written in C++** Your shell should us
Write a shell in C/C++ **Prefer this to be written in C++** Your shell should use the fork system call and the execv system call (or one of its variants) to execute commands. The …
Write a shell program called find to locate an existing record in users.ref and
Write a shell program called find to locate an existing record in users.ref and display the student's username and full name on the screen. The search should not be case sensitive…
Write a shell script (in Linux) that displays the following menu items, prompts
Write a shell script (in Linux) that displays the following menu items, prompts the user to enter a selection, and then executes the command associated with that menu item. If req…
Write a shell script call fmgr.sh which will provide the ability to either recov
Write a shell script call fmgr.sh which will provide the ability to either recover a file from the user's $HOME/junk directory into the current working directory or to remove it p…
Write a shell script called :addall: that takes a list of integers as command li
Write a shell script called :addall: that takes a list of integers as command line arguments and displays their sum. The shell also appends this list and sum as one line containin…
Write a shell script called backup.bash that accepts a filename. Then your scrip
Write a shell script called backup.bash that accepts a filename. Then your script should check if the file exists or not. If the file exists, copy the file to the same_name.bak. I…
Write a shell script called backup.bash that accepts a filename. Then your scrip
Write a shell script called backup.bash that accepts a filename. Then your script should check if the file exists or not. If the file exists, copy the file to the same_name.bak. I…
Write a shell script called hello that takes one argument at the command line: h
Write a shell script called hello that takes one argument at the command line: hello < the person’s name > Within the script, count backward from 10, displaying each number;…
Write a shell script in bash doing the following task: search for all the files
Write a shell script in bash doing the following task: search for all the files whose name ends with '.jpg' under the home directory, including all the subdirectories within; crea…
Write a shell script in bash that includes a function that reports the number of
Write a shell script in bash that includes a function that reports the number of files whose names have a given ending, and lists the file names if the number if less than 10. For…
Write a shell script myFile which will output the total number of lines in the f
Write a shell script myFile which will output the total number of lines in the file whose name will be given by the user. Also, it will read certain lines from the file and put th…
Write a shell script named check_accounts which will check some accounts for con
Write a shell script named check_accounts which will check some accounts for consistency. 1st scenario: See if a group ID exists in etc/passwd file but that group ID is non exista…
Write a shell script named group report. This script will accept a list of group
Write a shell script named group report. This script will accept a list of group names on the command line and produce a group report detailing the group id and the number of grou…