Browse 0-9
Alphabetical listing with fast deep pagination.
131141 items • Page 218 / 2623
1) With how many bacteria should you inoculate a broth if you wish to obtain 327
1) With how many bacteria should you inoculate a broth if you wish to obtain 32768 bacteria after 24 hours? Assume that the bacteria double every 3 hours? 2)There are initially 2 …
1) With imperfect competition, when the demand for a firm’s product is greater t
1) With imperfect competition, when the demand for a firm’s product is greater than it planned, the firm will A) increase the price of the product until supply equals demand. B) m…
1) With the alpha particle energy set at 7.0 MeV, what Z will allow a closest ap
1) With the alpha particle energy set at 7.0 MeV, what Z will allow a closest approach of 20.0 fm? (Since Z is quantized to integers, give the number that gives the nearest value.…
1) With what speed v did the particle enter the region containing the magnetic f
1) With what speed v did the particle enter the region containing the magnetic field? __________m/s 2) What is Fx, the x-component of the force on the particle at a time t1 = 17…
1) Witherspoon Corporation reports the following information on its financial st
1) Witherspoon Corporation reports the following information on its financial statements for the current year: Net income $40,000 Interest expense 6,000 Income tax expense 12,500 …
1) Women born with an extra X chromosome (XXX) are healthy and phenotypically in
1) Women born with an extra X chromosome (XXX) are healthy and phenotypically indistinguishable from normal XX women. What is a likely explanation for this finding? How could you …
1) Workers in one country are more productive than workers in another country be
1) Workers in one country are more productive than workers in another country because -they have more complementary factors to work with. -they have fewer complementary factors to…
1) World Domination Enterprises is considering the purchase of equipment with a
1) World Domination Enterprises is considering the purchase of equipment with a cost of $800,000, a salvage value of $100,000, and an estimated useful life of 5 years. World Domin…
1) World Domination Enterprises is considering the purchase of equipment with a
1) World Domination Enterprises is considering the purchase of equipment with a cost of $800,000, a salvage value of $100,000, and an estimated useful life of 5 years. World Domin…
1) Would a reaction occur if a piece of metallic Sn wereplaced in distilled wate
1) Would a reaction occur if a piece of metallic Sn wereplaced in distilled water with a piece of metallic Zn? Explain andwrite a net ionic equation 2) Would a reaction occur if a…
1) Would each of the following cause an increase, decrease or no change in the b
1) Would each of the following cause an increase, decrease or no change in the budget deficit? a) a decrease in the unemployment rate b) …
1) Would the A, B, or C soil horizon typically have the greatest number of micro
1) Would the A, B, or C soil horizon typically have the greatest number of microorganisms? Click on the correct soil horizon in the soil profile picture below. A: Moderately deep …
1) Would the calculated molarity of the unknown acid solution be higher, lower,
1) Would the calculated molarity of the unknown acid solution be higher, lower, or not affected if each of the following occurred. Explain your answers. a. The buret containing Na…
1) Write C++ implement a dictionary program using a table. The user inputs a wor
1) Write C++ implement a dictionary program using a table. The user inputs a word and the word definition is displayed. Using a string as the search key and use a hash function im…
1) Write Kc expression for the following reaction: Co^(3+)(aq) + 6NH_3 (aq)
1) Write Kc expression for the following reaction: Co^(3+)(aq) + 6NH_3 (aq) <-----> (Co(NH_3)_6)^(3+) (aq) 2)Using the following initial concentrations measured, [Co^(3+)]=3…
1) Write Kc expression for the following reaction: Co^(3+)(aq) + 6NH_3 (aq)
1) Write Kc expression for the following reaction: Co^(3+)(aq) + 6NH_3 (aq) <-----> (Co(NH_3)_6)^(3+) (aq) 2)Using the following initial concentrations measured, [Co^(3+)]=3…
1) Write Matlab code to implement the Crank-Nicolson method to solve the one-dim
1) Write Matlab code to implement the Crank-Nicolson method to solve the one-dimensional heat equation Cusz combined with the boundary conditions u(t, 0) = a(t) and initial condit…
1) Write a .m file that accepts a vector of data, and calculates the sample mean
1) Write a .m file that accepts a vector of data, and calculates the sample mean and sample standard deviation. 2) Write a .m file that accepts a vector of data, and calculates a …
1) Write a C Shell script that will allow you to set the name of an input postsc
1) Write a C Shell script that will allow you to set the name of an input postscript file and desired output name of a jpg file, and then use ImageMagick's convert command Gust go…
1) Write a C program or edit my code which reads the standard input and prints t
1) Write a C program or edit my code which reads the standard input and prints the longest word found. A word is considered to be any sequence of letters; and we also allow charac…
1) Write a C program which reads the standard input and prints the longest word
1) Write a C program which reads the standard input and prints the longest word found. A word is considered to be any sequence of letters; and we also allow characters minus (-) a…
1) Write a C++ function to print out all unique letters of a given string. You a
1) Write a C++ function to print out all unique letters of a given string. You are free to use any C++ standard library function including STL and your middle school math knowledg…
1) Write a C++ program that prints the following line on stdout: Hello ECS40 fro
1) Write a C++ program that prints the following line on stdout: Hello ECS40 from xxxxx. The program source file name should be hello.cpp . 2) Write a Makefile such that the comma…
1) Write a C++ program to compute the sum of the digits of a positive number. Pr
1) Write a C++ program to compute the sum of the digits of a positive number. Prompt the user to enter the number. If the user enters a 0 or a negative number, you program should …
1) Write a C++ program to find the min of two entered numbers usinga conditional
1) Write a C++ program to find the min of two entered numbers usinga conditional expression (i.e. compacted if-else). 2) Write a C++ program to return the absolute value of anumbe…
1) Write a GetNth() function that takes a linked list and an integer index and r
1) Write a GetNth() function that takes a linked list and an integer index and returns the data value stored in the node at that index position. GetNth() uses the C numbering conv…
1) Write a Java class called Stackthat will have push, pop and peek methods alon
1) Write a Java class called Stackthat will have push, pop and peek methods along with theconstructor. This class should have two additional functions asfollows: a. Str…
1) Write a Java program called “NameCollector” that contains an object invocatio
1) Write a Java program called “NameCollector” that contains an object invocation for a class called “Collector”. 2) Write a separate Java “Collector” class (not contained within …
1) Write a Java program that fills a 3x4 matrix with random numbers in (0, 9] an
1) Write a Java program that fills a 3x4 matrix with random numbers in (0, 9] and calculates the sum of the elements in each row. For example: 0 32 71sum 12 6031| 5148] - - sum·10…
1) Write a Little Man program that accepts three values as input and produces th
1) Write a Little Man program that accepts three values as input and produces the largest of the three as output. Keep the following in mind while solving this problem. • It shows…
1) Write a MATLAB function that takes a matrix, two row numbers and a scalar as
1) Write a MATLAB function that takes a matrix, two row numbers and a scalar as arguments and returns a matrix with a linear combination of the rows. For example, if the rows pass…
1) Write a MATLAB function to evaluate exp(x) using the Taylor seriese exp (x) =
1) Write a MATLAB function to evaluate exp(x) using the Taylor seriese exp (x) = sigma n=0 to infinity X^n /n! The inputs are the value of x and the desired absolute accuracy of …
1) Write a MATLAB function to evaluate exp(x) using the Taylor seriese exp (x) =
1) Write a MATLAB function to evaluate exp(x) using the Taylor seriese exp (x) = sigma n=0 to infinity X^n /n! …
1) Write a MATLAB® expression that creates the 5-element row vector, x = [1 3 5
1) Write a MATLAB® expression that creates the 5-element row vector, x = [1 3 5 7 9] by using the colon operator instead of listing out each number. 2) Write a MATLAB® expression …
1) Write a Matlab program that takes in as an input up to 4 polygon vertices in
1) Write a Matlab program that takes in as an input up to 4 polygon vertices in Cartesian coordinates (x,y). It should also take as an input a matrix that can describe any of the …
1) Write a PowerShell script that takes names of two files as parameters and cop
1) Write a PowerShell script that takes names of two files as parameters and copies content of one file into another without asking any questions. The copy should contain a note t…
1) Write a Pseudo code that produces table 1 (see directly below) table 1: colum
1) Write a Pseudo code that produces table 1 (see directly below) table 1: column h: |1/2 | 1/4 | 1/8 | 1/16 | 1/32| 1/64 | 1/128 column f ' + o(h): | 1.29744| 1.13610 | 1.0651…
1) Write a SELECT statement that returns two columns from the invoices table: ve
1) Write a SELECT statement that returns two columns from the invoices table: vendorID and paymentSum where paymentSum is the SUM() of the paymentTotal column. (Since we have vend…
1) Write a balanced chemical equation for the overall reaction represented by th
1) Write a balanced chemical equation for the overall reaction represented by the cell notation below. Cr(s) | Cr3+(aq) || Br–(aq) | Br2(g) | Pt(s) 2Cr3+(aq) + 6Br–(aq) ? 2Cr(s) +…
1) Write a balanced equation for the combustion of candle wax? 2) How many many
1) Write a balanced equation for the combustion of candle wax? 2) How many many burned ? 3) From the equation, how many moles of oxygen were consumed in the combustion of candlewa…
1) Write a balanced net ionic equation for the reaction of AgNO 3 (aq) with KI(a
1) Write a balanced net ionic equation for the reaction of AgNO3(aq) with KI(aq) a)AgNO3(aq) + KI(aq) AgI(s) + KNO3(aq) b)Ag+(aq) + I-(aq) AgI(s) c)Ag+(aq) + NO3-(aq) + K+(aq) + I…
1) Write a bash shellscript named decbin that converts binary to decimal and the
1) Write a bash shellscript named decbin that converts binary to decimal and the other wayaround. Do not worry aboutnumbers that go over 8 bits, i.e. 11111111 is your highest bina…
1) Write a class called Animal that has a single private instance variable of ty
1) Write a class called Animal that has a single private instance variable of type int that represents the number of legs the animal has. Override the equals method (inherited fro…
1) Write a class called SodaCan that contains instance data for the height and d
1) Write a class called SodaCan that contains instance data for the height and diameter of the soda can. (70 points) Define the SodaCan constructor to accept and initialize the he…
1) Write a client method that returns a count of the number of nodes in a binary
1) Write a client method that returns a count of the number of nodes in a binary search tree that contains a value less than or equal to the argument value. The signature of the m…
1) Write a code fragment that will use the operator to concatenate two strings f
1) Write a code fragment that will use the operator to concatenate two strings first name and lastname together with a space between them. The strings are defined as follows: stri…
1) Write a code snippet which asks the user to enter city names until \"DONE\" i
1) Write a code snippet which asks the user to enter city names until "DONE" is entered and stores the cities entered in a string vector. Then print the cities that were entered b…
1) Write a complete class definition for a class named Point . It will represent
1) Write a complete class definition for a class named Point. It will represent a standard Cartesian point consisting of an x and y coordinate. These two coordinates should be cre…
1) Write a composition explaining the origins of our Universe, using the followi
1) Write a composition explaining the origins of our Universe, using the following terms in your narrative. Do not copy/paste from Internet sources, and use boldface or capitalize…
1) Write a computer program that prompts the user for a number, creates an array
1) Write a computer program that prompts the user for a number, creates an array for that number of random integers, and then uses bubble sort to order the array. The program shou…