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 1207 / 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 the Lottery program so that it asks the user to enter a series of 5 number
Write the Lottery program so that it asks the user to enter a series of 5 numbers in the range of 0 through 9 for each element in the array. After the user enters the numbers, the…
Write the MATLAB code for this problem The following are the model for Dynamics
Write the MATLAB code for this problem The following are the model for Dynamics of 3 tanks in series Tanks 1 dC_1 / dt = 1 / tau (C_0 - C_1) Tank 2 dC_2 / dt = 1 / tau (C_1 - C_2)…
Write the MATLAB code needed to generate the following: a) An array, A, is gener
Write the MATLAB code needed to generate the following: a) An array, A, is generated with the following command: A = randn {8, 12); Create a new array, B, composed of the last fou…
Write the MATLAB code to create a guessing game. Your code must do all or the fo
Write the MATLAB code to create a guessing game. Your code must do all or the following: a. Prompt the user for their choice of upper bound (largest positive integer). Continue pr…
Write the MIPS assembly code that corresponds to the pseudo code below. Assume t
Write the MIPS assembly code that corresponds to the pseudo code below. Assume that the address for integer i is baseaddress+4 and the address for a[0] is baseaddress+8. Assume th…
Write the MIPS assembly code that corresponds to the pseudo code below. Assume t
Write the MIPS assembly code that corresponds to the pseudo code below. Assume that the address for integer i is baseaddress+4 and the address for a[0] is baseaddress+8. Assume th…
Write the Music class in Java (including the equals method shown on page 3 of Le
Write the Music class in Java (including the equals method shown on page 3 of Lesson 1). The toString method should return a String with the values of each instance variable. Musi…
Write the OOP components such that a user can create Transportation objects. We
Write the OOP components such that a user can create Transportation objects. We will implement both a Car and a Train. Each Transportation object will have a speed in member varia…
Write the OUTPUT as it would appear on the screen include using namespace std; v
Write the OUTPUT as it would appear on the screen include using namespace std; void xyz(int &, int &, int &); int main() {int side1 = 1, side2 = 2, prod = 0; xyz(side1…
Write the PHP code for a web page course_query.php that displays the courses a s
Write the PHP code for a web page course_query.php that displays the courses a student takes for this term. The page should contain a short form with a text box where the user can…
Write the PHP code for a web page that searches for names that contain a given l
Write the PHP code for a web page that searches for names that contain a given letter a given number of times, case-insensitively. Your web service would be located in a file name…
Write the PSEUDOCODE/ALGORITHM for an Essay class that extends the GradedActivit
Write the PSEUDOCODE/ALGORITHM for an Essay class that extends the GradedActivity class presented in this chapter. The Essay class should determine the grade a student receives fo…
Write the PrintItem() function for the base class. Sample output for below progr
Write the PrintItem() function for the base class. Sample output for below program: #include <iostream> #include <string> #include <vector> using namespace std; …
Write the Pseudocode for the following algorithms: For example: Declare Integer
Write the Pseudocode for the following algorithms: For example: Declare Integer index Declare Integer numDigits = 0 For index = 0 To length(str) - 1    If isDigit( str[index] ) Th…
Write the Pseudocode for the following algorithms: For example: Declare Integer
Write the Pseudocode for the following algorithms: For example: Declare Integer index Declare Integer numDigits = 0 For index = 0 To length(str) - 1    If isDigit( str[index] ) Th…
Write the Pseudocode for the following programming problem. Write a program that
Write the Pseudocode for the following programming problem. Write a program that will calculate a tip based on the meal price and a 6% tax on a meal price. The user will enter the…
Write the Python code for the following programming problem below. You do not ha
Write the Python code for the following programming problem below. You do not have to use modular design. Combine Exercise 1 and 2 of Chapter 9. Write a program that will allow th…
Write the Python code for the following programming problem below. You do not ha
Write the Python code for the following programming problem below. You do not have to use modular design. Last year, a local college implemented rooftop gardens as a way to promot…
Write the Python code for the following programming problem below.You must use m
Write the Python code for the following programming problem below.You must use modular design. Last year, a local college implemented rooftop gardens as a way to promote energy ef…
Write the Python code to parse hl7 message into JSON. **Cannot use Hl7 parse pac
Write the Python code to parse hl7 message into JSON. **Cannot use Hl7 parse packages.** Split the message by the fields (|), components (^), and sub-component (~). And position e…
Write the R code for ANOVA, using the following data set. Get the following outp
Write the R code for ANOVA, using the following data set. Get the following output: Analysis of Variance Table Response: Admission Df Sum Sq Mean Sq F value Pr(>F) Month 11 455…
Write the R code to get the graphs in the image below Use the following data set
Write the R code to get the graphs in the image below Use the following data set. I know the beginning of the code is: > MentalHealth$MonthNumber<-c(8:12,1:12,1:12,1:7) >…
Write the R command to produce a table where the rows are the YEARS (yr), the co
Write the R command to produce a table where the rows are the YEARS (yr), the columns are the months (1 through 12) and the entries are the maximum temperature for that month and …
Write the SQL Code based on the tables Name of employees in alphabetical order.
Write the SQL Code based on the tables Name of employees in alphabetical order. Name of employees, name of their corresponding departments and name of their corresponding branches…
Write the SQL Command from MS SQL Server to answer the following questions. Ther
Write the SQL Command from MS SQL Server to answer the following questions. There are two assumptions in this database; All courses start with the prefix of ISM, meaning that this…
Write the SQL DDL to create the following 5 tables describing airports, airplane
Write the SQL DDL to create the following 5 tables describing airports, airplanes, passengers, and flights: 1. An Airplane table where each airplane is identified by a field calle…
Write the SQL DDL to create the following 5 tables describing cooking: recipe, i
Write the SQL DDL to create the following 5 tables describing cooking: recipe, ingredient, author, cook, requires: 1. An Author table where each author is identified by an integer…
Write the SQL Query for the question pertaining to the ERD diagram listed.. than
Write the SQL Query for the question pertaining to the ERD diagram listed.. thanks QUESTION 8. For check-ins during June and July (Folio check-in Date), what is the total number o…
Write the SQL Script and Relationships (In 3NF) for the following Entity class D
Write the SQL Script and Relationships (In 3NF) for the following Entity class Diagram: Materials Required WrkOrasklD (PK, FK) MatD (PK, FK) Mat EstQuant MatAct Quant Materials Ma…
Write the SQL and give output in from ORACLE for the following queries, (Q 15 –
Write the SQL and give output in from ORACLE for the following queries, (Q 15 – q 21) Q 15. Give the count of students who got better grade than Apple. Q16. Give the name of facul…
Write the SQL code that would be needed to find the below (3 queries) 1. List th
Write the SQL code that would be needed to find the below (3 queries) 1. List the SSNO of employees who are also department managers. -Demonstrate the use of INTERSECT operator in…
Write the SQL code to create *at least* two tables; however, you might need more
Write the SQL code to create *at least* two tables; however, you might need more tables to accomplish the specific task. Your tables will keep track of: Owners; the properties of …
Write the SQL commands for the following queries using the tables above 5. Displ
Write the SQL commands for the following queries using the tables above 5.       Display a list of products (Show ProductID and ProductDescription as the first two columns) for th…
Write the SQL queries (select statements) to obtain the following information 1-
Write the SQL queries (select statements) to obtain the following information 1- List of all movies 2-List of all Action movies 3-List of all Comedy movies 4- List of all movies r…
Write the SQL queries for the following. 5.3 Get the names of all workers in the
Write the SQL queries for the following. 5.3 Get the names of all workers in the Accounting department 5.7 Get the names and departments of all workers on project 1019. 5.15. Find…
Write the SQL statements for each question below. Display all information on emp
Write the SQL statements for each question below. Display all information on employees between 18- JUL-97 and 08- NOV-00 Display job code and descriptor where the Job charge hour …
Write the SQL statements required to create the following tables, including appr
Write the SQL statements required to create the following tables, including appropriate primary and foreign key constraints. (supervisor is also an employee; employee belongs to o…
Write the SQL statements to complete the following action on the Persons table.
Write the SQL statements to complete the following action on the Persons table. The Persons table contains two attributes FirstName and LastName. (a) Select all the records from a…
Write the SQL to answer the following queries. General Queries: f. Who is at the
Write the SQL to answer the following queries. General Queries: f. Who is at the top of the organization (i.e., reports to no one)? g. Who reports to William Patterson? h. List al…
Write the SQL to answer the following queries. Single entity a. What is the aver
Write the SQL to answer the following queries. Single entity a. What is the average percentage markup of the MSRP on buyPrice? b. How many distinct products does ClassicModels sel…
Write the SQL to create the 4 tables Customers Sales Products Fields:PID,name,pr
Write the SQL to create the 4 tables Customers Sales Products Fields:PID,name,price Line Items Fields:PID,SID,quantity Once the table are created create INSERT INTO commands to ad…
Write the SWAP and ORDER macros so that the second version of sort in the exampl
Write the SWAP and ORDER macros so that the second version of sort in the example program works correctly. Example Program: // insertion sort w macros /* insertion sort bad: ineff…
Write the Stack.h file. You don\'t need method bodies. You don\'t need to put in
Write the Stack.h file. You don't need method bodies. You don't need to put in any comments. Write everything else, including the "guard". Make MAX_STACK be 10. Make StackInfo be …
Write the Standard Cell Notation and Half Reactions of the following voltaic cel
Write the Standard Cell Notation and Half Reactions of the following voltaic cell combinations. 1. Zinc Nitrate (0.20 M) and Copper Nitrate (0.30 M); Copper – Anode, Zinc – Cathod…
Write the Student class that has name, address, major and GPA as its attributes
Write the Student class that has name, address, major and GPA as its attributes . All of its attributes are Strings except for the GPA, which is a double. In addition defining the…
Write the Summative Chemical Equation for Photosynthesis below: Each Component (
Write the Summative Chemical Equation for Photosynthesis below: Each Component (reactants and products) of the equation for photosynthesis comes from someplace!! For each componen…
Write the Unix command that performs the requested action: 1. Finger all the cur
Write the Unix command that performs the requested action: 1. Finger all the currently logged in users who have the string “le” anywhere in their name and redirect the output into…
Write the VERILOG code for a 4-bit arithmetic/logic unit (ALU) which has as inpu
Write the VERILOG code for a 4-bit arithmetic/logic unit (ALU) which has as inputs two 4-bit vectors aluin a and aluin. b as well as a 1-bit carry in, Cin. The output is a 4-bit v…
Write the VERILOG code for a 4-bit arithmetic/logic unit (ALU) which has as inpu
Write the VERILOG code for a 4-bit arithmetic/logic unit (ALU) which has as inputs two 4-bit vectors aluin a and aluin. b as well as a 1-bit carry in, Cin. The output is a 4-bit v…
Write the VERILOG code to implement the following Finite State Machine. This FSM
Write the VERILOG code to implement the following Finite State Machine. This FSM has four states: St0, St1, St2, and St3. There are three inputs: Reset, A and B. There is only one…