Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse G

Alphabetical listing with fast deep pagination.
13318 items • Page 106 / 267

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
Given an article, design an algorithm in pseudo code to find the top 150 most fr
Given an article, design an algorithm in pseudo code to find the top 150 most frequently co-occurring word-pairs in the article. Two words are said to co-occur if they appear in t…
Given an electric dipole with charges q = +- 3 (mu)C separated by a distance of
Given an electric dipole with charges q = +- 3 (mu)C separated by a distance of 1cm = .01m. The dipole is placed in an external uniform electric field of magnitude E = 4N/C A) If …
Given an electron ejected by the sun, how much force would it feel as it approac
Given an electron ejected by the sun, how much force would it feel as it approached the Earth at the equator? Assume the electron's speed to be 90% the speed of light, approaches …
Given an electron ejected by the sun, how much force would it feel as it approac
Given an electron ejected by the sun, how much force would it feel as it approached the Earth at the equator? Assume the electron's speed to be 90% the speed of light, approaches …
Given an electron ejected by the sun, how much force would it feel as it approac
Given an electron ejected by the sun, how much force would it feel as it approached the Earth at the equator? Assume the electron's speed Given an electron ejected by the sun, how…
Given an elevator with an acceleration of 4m/s^2 upwards,if,at t=0,this elevator
Given an elevator with an acceleration of 4m/s^2 upwards,if,at t=0,this elevator has a velocity of 8m/s upwards and at this time a bolt drops from the ceiling to the floor(the ele…
Given an equivalent audience, which of these sites do you think would generate t
Given an equivalent audience, which of these sites do you think would generate the most revenue? You could develop a simple spreadsheet model based on the following figures: 1 Mon…
Given an example of three different groups with 8 elements. Why are the groups d
Given an example of three different groups with 8 elements. Why are the groups different? My related questions are: 1. How to prove that groups are different? My textbook shows th…
Given an existing class , BankAccount, containing: a constructor accepting a Str
Given an existing class , BankAccount, containing: a constructor accepting a String corresponding to the name of the account holder. a method , getBalance, that returns a double c…
Given an existing class, BankAccount, containing: a constructor accepting a Stri
Given an existing class, BankAccount, containing: a constructor accepting a String corresponding to the name of the account holder. a method, getBalance, that returns a double cor…
Given an existing class, BankAccount, containing: a constructor accepting a Stri
Given an existing class, BankAccount, containing: a constructor accepting a String corresponding to the name of the account holder. a method, getBalance, that returns a double cor…
Given an existing class, BankAccount, containing: a constructor accepting a Stri
Given an existing class, BankAccount, containing: a constructor accepting a String corresponding to the name of the account holder. a method, getBalance, that returns a double cor…
Given an exponential distribution with =28, what is the probability that the arr
Given an exponential distribution with =28, what is the probability that the arrival time is a. less than X = 0.1? b. greater than 0.1? c. BETWEEN x = 0.1 AND x = 0.3 d. a. P(Arri…
Given an exponential distribution with =28, what is the probability that the arr
Given an exponential distribution with =28, what is the probability that the arrival time is a. less than X = 0.1? b. greater than 0.1? c. BETWEEN x = 0.1 AND x = 0.3 d. a. P(Arri…
Given an expression tree, evaluate the expression and obtain a paranthesized for
Given an expression tree, evaluate the expression and obtain a paranthesized form of the expression.
Given an expression using only* and binary operators and integer operands we wan
Given an expression using only* and binary operators and integer operands we want to "evaluate it" such that we obtain the largest possible result. For our task we do not follow t…
Given an infinite population with a mean of 75 and a standard deviation of 12, t
Given an infinite population with a mean of 75 and a standard deviation of 12, the probability that the mean of a sample of 36 observations, taken at random from this population, …
Given an infinite population with a mean of 75 and a standard deviation of 12, t
Given an infinite population with a mean of 75 and a standard deviation of 12, the probability that the mean of a sample of 36 observations, taken at random from this population, …
Given an initial asset investment of $3 million, and projected cash flows of $70
Given an initial asset investment of $3 million, and projected cash flows of $700,000 per year for five years, and with a discount rate of 8%: a)      Calculate NPV, P.I., IRR, an…
Given an initial deposit of $500, and assuming that required reserves equal 15%,
Given an initial deposit of $500, and assuming that required reserves equal 15%, and that bank customers do not hold any currency, fill out the following chart for three rounds of…
Given an initial deposit of $500, and assuming that required reserves equal 15%.
Given an initial deposit of $500, and assuming that required reserves equal 15%. and that bank customers do not hold any currency, fill out the following chart for three rounds of…
Given an initial deposit of $500,000, and a required reserve ratio of 15%: a) Ca
Given an initial deposit of $500,000, and a required reserve ratio of 15%: a) Calculate the simple money multiplier: b) Calculate the total change in the money supple from this de…
Given an initialized String variable fileName, write a sequence of statements th
Given an initialized String variable fileName, write a sequence of statements that create a file whose name is given by the variable and whose content is a single line consisting …
Given an initialized String variable fileName, write a sequence of statements th
Given an initialized String variable fileName, write a sequence of statements that append the line "All is well." to the file whose name is given by the variable. Make sure that t…
Given an initialized variable fileName , write a sequence of statements that cre
Given an initialized variable fileName, write a sequence of statements that create a file whose name is given by the variable and whose content is a single line consisting of "Thi…
Given an initialized variable fileName , write a sequence of statements that cre
Given an initialized variable fileName, write a sequence of statements that create a file whose name is given by the variable and whose content is a single line consisting of "Thi…
Given an initialized variable fileName , write a sequence of statements that cre
Given an initialized variable fileName, write a sequence of statements that create a file whose name is given by the variable and whose content is a single line consisting of "Thi…
Given an initialized variable fileName, write a sequence of statements that crea
Given an initialized variable fileName, write a sequence of statements that create a file whose name is given by the variable and whose content is a single line consisting of "Thi…
Given an initialized variable fileName, write a sequence of statements that crea
Given an initialized variable fileName, write a sequence of statements that create a file whose name is given by the variable and whose content is a single line consisting of "Thi…
Given an input array [1, 3, 4, 8, 2, 5, 7, 6], sort the array by Quicksort. Pick
Given an input array [1, 3, 4, 8, 2, 5, 7, 6], sort the array by Quicksort. Pick a median value of three elements from the input array as a pivot: data[0], data[n/2], and data[n-1…
Given an input file name input2.txt containing two rows of numbers: 10 50 20 40
Given an input file name input2.txt containing two rows of numbers: 10 50 20 40 30 30 40 20 50 10 Write a program that reads the numbers in input2.txt and stores the numbers in ea…
Given an input file name input2.txt containing two rows of numbers: 10 50 20 40
Given an input file name input2.txt containing two rows of numbers: 10 50 20 40 30 30 40 20 50 10 Write a program that reads the numbers in input2.txt and stores the numbers in ea…
Given an input file of dates represented as Strings, read the dates from the fil
Given an input file of dates represented as Strings, read the dates from the file and display them in a GUI. The dates will be in the form yyyymmdd (such as 20161001 for October 1…
Given an input file( named inputFile.txt) with a list of students in the followi
Given an input file( named inputFile.txt) with a list of students in the following format: Name: John Milton Major: EE GPA: 3.98 Name: Karl Lewis Major: CS GPA: 3.6 Name: Homer Si…
Given an input file( named inputFile.txt) with a list of students in the followi
Given an input file( named inputFile.txt) with a list of students in the following format: Name: John Milton Major: EE GPA: 3.98 Name: Karl Lewis Major: CS GPA: 3.6 Name: Homer Si…
Given an int variable n that has already been declared and initialized to a posi
Given an int variable n that has already been declared and initialized to a positive value and another int variable j that has already been declared , use for loop to print a sing…
Given an integer N, it is required to compute the sum of the numbers from 1 to N
Given an integer N, it is required to compute the sum of the numbers from 1 to N. The sum can be computed directly or analytically by the following formula: S= 1+2 + 3+ ... + N (N…
Given an integer array a[o..n-1], please design an algorithm to output all the a
Given an integer array a[o..n-1], please design an algorithm to output all the a[i] which satisfy: all the elements from a[0] to a[i] are larger than or equal to a[i], and all the…
Given an integer array that uses a sentinel value to indicate the end of values,
Given an integer array that uses a sentinel value to indicate the end of values, and can contain anywhere from 10 to 10,000,000 values, such as short quartile[ ] = { 1, 3, 2, 4, 1…
Given an integer between 0-999 input by the user, print the English words corres
Given an integer between 0-999 input by the user, print the English words corresponding to that integer. Similar to previous assignment, your program should print an ending when u…
Given an integer n, make an n-by-n matrix a made up of alternating ones and zero
Given an integer n, make an n-by-n matrix a made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Input = n = 5 Make a Checkerboard Matrix Recent best solu…
Given an integer num and a sentence str, perform the following tasks. If num is
Given an integer num and a sentence str, perform the following tasks. If num is even, take the second half of the string and put it in front of the first half. In addition, put a …
Given an integer set A, we would like to find out if there exists a proper subse
Given an integer set A, we would like to find out if there exists a proper subset of A whose sum is the same as the sum of A. For instance, in the following array there is such a …
Given an integer variable count , write a statement that displays the value of c
Given  an integer  variable   count , write a statement  that displays the value  of  count on the screen. id="mathjax_msie_frame" style="height: 145px;"> style="margin: 0px; p…
Given an integer, perhaps a long integer, calculate its score as described below
Given an integer, perhaps a long integer, calculate its score as described below. If the integer input happens to be prime then the largest digit in the number will be added to th…
Given an interest rate of 14% per year, what is the value today of a perpetual s
Given an interest rate of 14% per year, what is the value today of a perpetual stream of $1,500 annual payments that begins in one year? (Do not round intermediate calculations an…
Given an interest rate of 6.0 % per year, what is the value at date t=5 of a per
Given an interest rate of 6.0 % per year, what is the value at date t=5 of a perpetual stream of $1,500 payments that begins at date t=15? Note: Valuing a perpetuity is easy: PVp=…
Given an interest rate of 6.4 percent per year, what is the value at Year 8 of a
Given an interest rate of 6.4 percent per year, what is the value at Year 8 of a perpetual stream of $3,150 payments that begin at Year 19? (Enter rounded answer as directed, but …
Given an interest rate of 6.9 percent per year, what is the value at Year 8 of a
Given an interest rate of 6.9 percent per year, what is the value at Year 8 of a perpetual stream of $3,650 payments that begin at Year 17? (Enter rounded answer as directed, but …
Given an interest rate of 7.05 percent per year, what is the value at Year 11 of
Given an interest rate of 7.05 percent per year, what is the value at Year 11 of a perpetual stream of $3,800 payments that begin at Year 18? (Enter rounded answer as directed, bu…