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

Browse A

Alphabetical listing with fast deep pagination.
167681 items • Page 3215 / 3354

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
a) Write a line of VBA code that generates a random number in the range [-11, 17
a) Write a line of VBA code that generates a random number in the range [-11, 17] and assigns the number to the variable r.               b) In the following lines, identify the r…
a) Write a logic statement for the process of checking whether to go from green
a) Write a logic statement for the process of checking whether to go from green to yellow. Define a letter for each condition for the state change. A or B is represented by A+B. A…
a) Write a method called countWord. It takes in a String returns the number of t
a) Write a method called countWord. It takes in a String returns the number of times the String is contained in the LinkedList. public int countWord (String word) b) Write a metho…
a) Write a method getNextPoint that takes as input three doubles parameters. The
a) Write a method getNextPoint that takes as input three doubles parameters. The first parameter is a double which represents the height of the previous point in the mountain rang…
a) Write a method in Java or Python/pseudo-code that reverses the contents of an
a) Write a method in Java or Python/pseudo-code that reverses the contents of an ArrayList, in place ublic void reve rse În place (final ArrayList list) { } This means that you ca…
a) Write a method named firstVowel that takes a string named word as parameter a
a) Write a method named firstVowel that takes a string named word as parameter and returns the index at which the first vowel occurs. For example, firstVowel("apple") should retur…
a) Write a program in C that determines how many calls to a random number genera
a) Write a program in C that determines how many calls to a random number generator it takes to match a number between 0 and 99 that is entered by a user. Use a seeded random numb…
a) Write a program in Python for a server application, that runs locally on a PC
a) Write a program in Python for a server application, that runs locally on a PC, accepts messages via UDP on port 1470 and replies with a response to the client that contains the…
a) Write a program that has two pthreads - original thread (thread A) and a new
a) Write a program that has two pthreads - original thread (thread A) and a new thread (thread B). After creating thread B, thread A waits for SIGINT using sigwait(). On receiving…
a) Write a program that takes three integer values a, b, and c as command-line a
a) Write a program that takes three integer values a, b, and c as command-line arguments in any order and prints True if they form a Pythagorean triple (see https://en.wikipedia.o…
a) Write a program that will allow user to enter five different scores for a stu
a) Write a program that will allow user to enter five different scores for a student. Store the scores in a five-element array named scores. Then display back the content of the a…
a) Write a program thatcreates a file containing the following data: Carno . kmd
a)      Write a program thatcreates a file containing the following data:                                Carno.               kmdriven                   gallons used              …
a) Write a program to prompt a user for a filename. Count: -the number of charac
a) Write a program to prompt a user for a filename. Count: -the number of characters in the file (letters or numbers) -the number of words in the file -the number of lines in the …
a) Write a program to quiz the user on a topic of your choosing. Here are the cr
a) Write a program to quiz the user on a topic of your choosing. Here are the criteria: Your program "L3Q1 initials.py" must start with a commented ID Box AND include a comment th…
a) Write a query to list the hotel numbers and room numbers of any single rooms
a) Write a query to list the hotel numbers and room numbers of any single rooms that are cheaper than ?60. b) Write a query to list names and cities of all London and Liverpool lo…
a) Write a structure called Time which has three int fields: hrs, mins, secs. b)
a) Write a structure called Time which has three int fields: hrs, mins, secs. b) Write a function called Display() which prints the time in form "hh/mm/ss" c) In main declare a Ti…
a) Write an MC68000 subroutine MUL_SUB and a macro MUL_MAC that implement unsign
a) Write an MC68000 subroutineMUL_SUB and a macro MUL_MAC that implement unsigned multiplication of two 16 bit numbers without using the mulu ormuls instruction (for example, use …
a) Write an MC68000 subroutine MUL_SUB and a macro MUL_MAC that implement unsign
a) Write an MC68000 subroutineMUL_SUB and a macro MUL_MAC that implement unsigned multiplication of two 16 bit numbers without using the mulu ormuls instruction (for example, use …
a) Write an algorithm (pseudocode) to generate a set of triangular numbers using
a) Write an algorithm (pseudocode) to generate a set of triangular numbers using the formula below: TriangularNumber = n(n + 1)/2 for any integer value of n. Generate every 5th tr…
a) Write an algorithm in pseudo-code (in file h2.doc) in a function find dup_str
a) Write an algorithm in pseudo-code (in file h2.doc) in a function find dup_str(s, n) that determines whether a string s contains a duplicated substring of a given length n and t…
a) Write an astrology program. The user types in a birthday, and the program res
a) Write an astrology program. The user types in a birthday, and the program responds with the sign and horoscope for that birthday. The month may be entered as a number from 1 to…
a) Write an equation for the curve in the figure below that describes the motion
a) Write an equation for the curve in the figure below that describes the motion of the mass oscillating on the spring as a function of time. Hint: Find the angular frequency, amp…
a) Write an expression for the ring\'s internal energy at point 1, assuming the
a) Write an expression for the ring's internal energy at point 1, assuming the gravitational potential at point 3 is 0. b) If the ring rolls (without slipping) to point 2, what is…
a) Write an expression for the velocity v of the ball. b) Calculate the velocity
a) Write an expression for the velocity v of the ball. b) Calculate the velocity of the ball, v in m/s. c) In order to travel in a circle, the direction the balls path must consta…
a) Write an expression similar to En = -13.6 eV/n2 ? E2 = -13.6 eV/22 = -3.40 eV
a) Write an expression similar to En = -13.6 eV/n2 ? E2 = -13.6 eV/22 = -3.40 eV for the energy levels of the sole remaining electron. (Use the following as necessary: n.) En=eV (…
a) Write c++ expression for the following algebraic expression y = 2a + b/a - b,
a) Write c++ expression for the following algebraic expression y = 2a + b/a - b, assume a and are declared and defined. b) Declared a floating point variable: x as below: double x…
a) Write down a class definition for a class named City. Each city object must h
a) Write down a class definition for a class named City. Each city object must have four attributes: name, x, y, and pop. The first two should be thought of as the (x, y) coordina…
a) Write down the general expression for Lagrange Polynomial. b) If you have 5 d
a) Write down the general expression for Lagrange Polynomial. b) If you have 5 data points, what order of polynomial you would get? C) Write down the Lagrange Polynomial passing t…
a) Write the .h file for a class Card, described below. Description of Card clas
a) Write the .h file for a class Card, described below. Description of Card class: Data members: a string suit to hold the suit of a card in a deck of playing cards an integer fac…
a) Write the balanced chemical equation for the complete combustion of 1 mole of
a) Write the balanced chemical equation for the complete combustion of 1 mole of liquid methanol (CH3OH) to carbon dioxide (CO2 (g)) and water (H2O(g)). (b) Using the data given, …
a) Write the balanced equation (not the mechanism) for the protonation ofnitric
a) Write the balanced equation (not the mechanism) for the protonation ofnitric acid by sulfuric acid, represented as an equilibrium expression. b) Write the equilibrium constant …
a) Write the chemical equation for the for the dissociation of magnesium chlorid
a) Write the chemical equation for the for the dissociation of magnesium chloride into the metal and gaseous chlorine. b) At 1000 K, what is the pressure of chlorine in equilibriu…
a) Write the code that reads values for a,b,c and displays their sum, repeating
a) Write the code that reads values for a,b,c and displays their sum, repeating this process as long as none of the three values are negative. b) write the code that reads an inte…
a) Write the dissolution reaction for lead(II) iodide. How many grams of lead(II
a) Write the dissolution reaction for lead(II) iodide. How many grams of lead(II) iodide will dissolve in 250.0 mL of water? What are the molarities of lead(II) ion and iodide ion…
a) Write the electronic configuration of 3sBr b) Indicate # ofelectrons in each
a) Write the electronic configuration of 3sBr b) Indicate # ofelectrons in each of the followings: 16S2 Br 1. 13 2. a) Calculate the molar mass of (NH4)3 P04 b) If7.21 g of KCl is…
a) Write the electronic configuration of 3sBr b) Indicate # ofelectrons in each
a) Write the electronic configuration of 3sBr b) Indicate # ofelectrons in each of the followings: 16S2 Br 1. 13 2. a) Calculate the molar mass of (NH4)3 P04 b) If7.21 g of KCl is…
a) Write the equation for the esterification of 3-pentanol with acetic acid and
a) Write the equation for the esterification of 3-pentanol with acetic acid and give a catalyst for the reaction. b) Given the equilibrium constant, K=2.0, calculate how many mole…
a) Write the equation for the esterification of 3-pentanol with acetic acid and
a) Write the equation for the esterification of 3-pentanol with acetic acid and give a catalyst for the reaction. b) Given the equilibrium constant, K=2.0, calculate how many mole…
a) Write the following C function in Assembly. You must follow the System V 64-b
a) Write the following C function in Assembly. You must follow the System V 64-bit calling convention and use AT&T; Syntax notation. Note: You cannot change the algorithm in a…
a) Write the following C function in Assembly. You must follow the System V 64-b
a) Write the following C function in Assembly. You must follow the System V 64-bit calling convention and use AT&T; Syntax notation. long fibonacci (long n) { if (n == 0) retu…
a) Write the net ionic equations for Reactions 1, 2 and 3. Reaction 1 : Solid so
a) Write the net ionic equations for Reactions 1, 2 and 3. Reaction 1: Solid sodium hydroxide dissolves in water to form an aqueous solution of ions.    NaOH(s) Na+(aq) + OH-(aq) …
a) Write the pseudocode for an efficient algorithm that computes the 25th and 75
a) Write the pseudocode for an efficient algorithm that computes the 25th and 75th percentile (i.e, returns the identity of the (N/4)th and (3N/4)th elements) in an array of unsor…
a) Write the statements to declare a \"struct\" type named \"Circle\" which will
a) Write the statements to declare a "struct" type named "Circle" which will describe a circle. The following information should be included: Radius (double) Diameter (double) Are…
a) Write three alternative implementations of the factorial function (n!) in pse
a) Write three alternative implementations of the factorial function (n!) in pseudocode; at least one must be recursive b) For one of your recursive implementations of the factori…
a) Wtrite the equation for dissociation of ammonium hydroxide (ammonia), its equ
a) Wtrite the equation for dissociation of ammonium hydroxide (ammonia), its equilibrium expression, and the value of it's Kb: b)Write the net ionic equation for the reaction of w…
a) Wtrite the equation for dissociation of ammonium hydroxide (ammonia), its equ
a) Wtrite the equation for dissociation of ammonium hydroxide (ammonia), its equilibrium expression, and the value of it's Kb: b)Write the net ionic equation for the reaction of w…
a) Xand Y are two points at respective distances R and 4R from the centre of the
a) Xand Y are two points at respective distances R and 4R from the centre of the Earth, where R is the radius of the Earth. The gravitational potential at Xis 800 kJ/kg. What is t…
a) You also wish to synthesize a degenerate oligonucleotide primer that could be
a) You also wish to synthesize a degenerate oligonucleotide primer that could be used eventually to clone DNA that encodes your mutant protein (based on the amino acid sequence of…
a) You are an engineering sales manager and are analyzing your sales data in you
a) You are an engineering sales manager and are analyzing your sales data in your rapidly expanding communications company. After plotting the first six months of sales data after…
a) You are assigned by s bioethanol industry to design and fabricate a stirred t
a) You are assigned by s bioethanol industry to design and fabricate a stirred tank bioreactor with the variation of the procenses such as batch, fed-batch and continuous system a…