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

Browse 0-9

Alphabetical listing with fast deep pagination.
131141 items • Page 220 / 2623

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
1) Write a program to produce all four triangles and the one pyramid similar to
    1) Write a program to produce all four triangles and the one pyramid similar to the output shownbelow. Your program should ask the user to enter the height of the triangle/pyr…
1) Write a program using Java or C# that counts the frequencies of each word in
1) Write a program using Java or C# that counts the frequencies of each word in a text, and output each word with its count and line numbers where it appears. We define a word as …
1) Write a program using the switch statement name GradeReport that reads a grad
1) Write a program using the switch statement name GradeReport that reads a grade from the user and prints the comments accordingly. Instruction: Prompt the user to enter their gr…
1) Write a program using the switch statement name GradeReport that reads a grad
1) Write a program using the switch statement name GradeReport that reads a grade from the user and prints the comments accordingly. Hint Prompt the user to enter their grade user…
1) Write a query that uses the CONCAT function to concatenate the last name with
1) Write a query that uses the CONCAT function to concatenate the last name with the first_name from the Customers table so that a customer name appears in the format example: Fre…
1) Write a query to show the list of number of orders for customers located in e
1) Write a query to show the list of number of orders for customers located in each country. Your query results should show Country name, and number of orders from the customers o…
1) Write a queue class using linked list to implement the queue. Do not us the l
1) Write a queue class using linked list to implement the queue. Do not us the link list from STL. The queue class should be a template class and must implement enqueue and dequeu…
1) Write a scanf statement to read in one number (int), and another statement to
1) Write a scanf statement to read in one number (int), and another statement to print out that number. 2) Write a for loop to read in a series of 5 numbers (int), each iteration …
1) Write a script that accepts as an input parameter the path/name for an input
1)     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-ze…
1) Write a script that accepts as an input parameter the path/name for an input
1)     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-ze…
1) Write a script that solves the linear system Ax=b for x using Matlab\'s LU co
1) Write a script that solves the linear system Ax=b for x using Matlab's LU command to perform LU decomposition. Please state the order of complexity in terms of the number of mu…
1) Write a script using for statement(s) to printout the following? ****** *****
1) Write a script using for statement(s) to printout the following? ****** ***** **** *** ** * ** *** **** ***** ****** 2) Write Script called maxmin to find out the biggest and t…
1) Write a select statement that returns three columns: VendorName, InvoiceCount
1) Write a select statement that returns three columns: VendorName, InvoiceCount, and InvoiceSum. InvoiceCount is the count of the number of invoices, and InvoiceSum is the sum of…
1) Write a shell script called addtwo.sh to read in two numbers from the keyboar
1) Write a shell script called addtwo.sh to read in two numbers from the keyboard and print their sum. The output should consist of a line showing the equation used to calculate t…
1) Write a short paragraph explaining The results(just 3 lines) 2)Answer the fol
1) Write a short paragraph explaining The results(just 3 lines) 2)Answer the following questions very briefly(just 2 lines per answer) a) How many ports are there on a computer? b…
1) Write a shortsnippetofcodethatcreates a J Panel objectcalled p1, and creates
1) Write a shortsnippetofcodethatcreates a J Panel objectcalled p1, and creates a border around it containing the title "this is a JPanel." 2) Write a keyPressed method that behav…
1) Write a single line UNIX command to list all sh files matching the multiple c
1) Write a single line UNIX command to list all sh files matching the multiple conditions below: • at directory "/home/test" • filename containing "exam" 2) Write a single line UN…
1) Write a solution for the bounded-Buffer producer consumer problem, Considerin
1) Write a solution for the bounded-Buffer producer consumer problem, Considering: one producer, one consumer and one buffer. You must declare the number of semaphores used in you…
1) Write a statement that sets the text of a TextField object nameField to \"Mar
1) Write a statement that sets the text of a TextField object nameField to "Mary". 3) Given a Pane object appPane and a TextField object nameField, write a statement that adds nam…
1) Write a static method called Scores that prompts the user for two students\'
1) Write a static method called Scores that prompts the user for two students' overall scores and that computes their letter grades based on those scores.  Assume that scores are …
1) Write a template function named problem6 that accepts a constant integer valu
1) Write a template function named problem6 that accepts a constant integer value as its template argument. Remember, the syntax for this is "template<int N>", where N is th…
1) Write a template function sort in C++ that can be used to sort the elements o
1) Write a template function sort in C++ that can be used to sort the elements of an array, as long as comparison function > is defined on those elements. Test it in main by so…
1) Write a void function that takes as parameters three pointers-to-int (a point
1) Write a void function that takes as parameters three pointers-to-int (a pointer to num1, a pointer to num2 and a pointer to num3) and sorts the values in num1, num2 and num3 in…
1) Write an algorithm that describes the second part of the process of making ch
1) Write an algorithm that describes the second part of the process of making change (counting out the coins and bills). 2) Write an algorithm that describes a common task, such a…
1) Write an application that will declare and instantiate an array of 10 integer
1) Write an application that will declare and instantiate an array of 10 integers. You may use the following: int [] intArr = {99, 89, 34, 93, 47, 30, 55, 93, 20, 67}; 1. Display …
1) Write an eassy about Each of the IPE perspective has at its center a fundamen
1) Write an eassy about Each of the IPE perspective has at its center a fundamental value or idea. What is the central idea of mercantilism, of liberalism, and of Marxism? Please …
1) Write an equation for the reaction HCl(aq) + Na2CO3 (s)-------->? (Note: In t
1) Write an equation for the reaction HCl(aq) + Na2CO3 (s)-------->? (Note: In this reaction the products ust have H, Cl, Na, and O atoms in some new combinations, but no other…
1) Write an opinion about whether you believe auditors should have a public resp
1) Write an opinion about whether you believe auditors should have a public responsibility to “prevent” fraud. Discuss and provide at least 5 good reasons why you think auditors s…
1) Write and run a C++ program that takes a file (grades.txt) containing the dif
1)      Write and run a C++ program that takes a file (grades.txt) containing the different grades of the students and prints out the following information: 1)      the student’s …
1) Write and test a program that consists of the following functions: Initialize
1) Write and test a program that consists of the following functions: Initialize two one-dimension arrays as global variables int main( ): in main function print out the two origi…
1) Write balanced complete ionic equation for MgS( a q )+CuCl2( a q )CuS( s )+Mg
1) Write balanced complete ionic equation for MgS(aq)+CuCl2(aq)CuS(s)+MgCl2(aq) Express your answer as a chemical equation. Identify all of the phases in your answer. 2) Write bal…
1) Write balanced net ionic equation for the neutralization of equal molar amoun
1) Write balanced net ionic equation for the neutralization of equal molar amounts of HNO2 and KOH The pH after neutralization is: 2) Write balanced net ionic equation for the neu…
1) Write chemical equations for the reaction of Calcium with the following subst
1) Write chemical equations for the reaction ofCalcium with the following substances indicatingthe phases (l,s,or g) and making sure the equations on bothsides are balanced. a) H2…
1) Write code that creates an ArrayList object that is restricted to holding onl
1) Write code that creates an ArrayList object that is restricted to holding only String objects. Add the names of three cars to the ArrayList , and then display the contents of t…
1) Write down the steps of a hypothesis testing for the research question: “Whet
1) Write down the steps of a hypothesis testing for the research question: “Whether the mean body-weight in this population is 150 lb?” Use SPSS to obtain the value of the test st…
1) Write fhe function definition for a function named outputDottedLine () which
1) Write fhe function definition for a function named  outputDottedLine() which has no parameters and returns nothing. When called,outputDottedLine() shall display five consecutiv…
1) Write functions. a) Fibonacci number generation function b) GCD function 2. I
1)     Write functions. a)     Fibonacci number generation function b)     GCD function 2. In main () a)      Read from input file(test1.txt)twonumber at a time this two number in…
1) Write functions. a) Fibonacci number generation function b) GCD function 2. I
1)     Write functions. a)     Fibonacci number generation function b)     GCD function 2. In main () a)      Read from input file(test1.txt)twonumber at a time this two number in…
1) Write in pseudocode an algorithm that receives as input the root of a tree an
1) Write in pseudocode an algorithm that receives as input the root of a tree and it returns true if the tree is a proper binary tree (i.e. each internal node has 2 children) and …
1) Write out the algorithm (pseudocode) to find K in the ordered array by the me
1) Write out the algorithm (pseudocode) to find K in the ordered array by the method that compares K to every fourth entry until K itself or an entry larger than K is found, and t…
1) Write out the formula for calculating the 95% confidence interval for a sampl
1) Write out the formula for calculating the 95% confidence interval for a sample mean. 2) In this problem, you will compute confidence intervals for the mean under a variety of c…
1) Write scientific notation of the decimal number x = .8 in binary system up to
1) Write scientific notation of the decimal number x = .8 in binary system up to 11 digits by rounding to the nearest largest value. Show and explain your work. 2) State the maxim…
1) Write the MATLAB code to generate a random number between 1 and 3 using the r
1) Write the MATLAB code to generate a random number between 1 and 3 using the randi function. You can find more information about randi AWWA mathworks co helplmatlablreflrandi.ht…
1) Write the MATLAB code to generate a random number between 1 and 3 using the r
1) Write the MATLAB code to generate a random number between 1 and 3 using the randi function. You can find more information about randi at AWWA mathworks co helplmatlabl refrandi…
1) Write the MATLAB code to generate a random number between 1 and 3 using the r
1) Write the MATLAB code to generate a random number between 1 and 3 using the randi function. You can find more information about randi at http://www.mathworks.com/help/matlab/re…
1) Write the MATLAB code to generate a random number between 1 and 3 using the r
1) Write the MATLAB code to generate a random number between 1 and 3 using the randi function. You can find more information about randi at http://www.mathworks.com/help/matlab/re…
1) Write the NET IONIC equation for each of the titration reactions: a)) HCl tit
1) Write the NET IONIC equation for each of the titration reactions: a)) HCl titration b)) CH3COOH titration: 2) A researcher takes a10 mL sample of HCl from a bottle and titrates…
1) Write the assembly code to implement the expression A=(B-C)*D on 3, 2, 1, and
1) Write the assembly code to implement the expression A=(B-C)*D on 3, 2, 1, and 0 address machine. Do not rearrangethe expression. In accordance with programming language practic…
1) Write the balanced neutralization reaction for sulfurous acid reacting with s
1) Write the balanced neutralization reaction for sulfurous acid reacting with sodium hydroxide. 2) For sulfurous acid(H2SO3 , a diprotic acid), write the equilibrium dissociation…
1) Write the chemical equation, with the transition state, for the reaction betw
1) Write the chemical equation, with the transition state, for the reaction between 2-bromo-2-methylbutane and potassium hydroxide in 1-propanol that gives the major product. Use …