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

Engineering analysis

218221 questions • Page 3958 / 4365

Write a short one page letter to your classmate explaining why his response is i
Write a short one page letter to your classmate explaining why his response is incorrrect and help him to come to a correct understanding of the motion that the figure represents.…
Write a simple Java application which calculates the RC time constant in a simpl
Write a simple Java application which calculates the RC time constant in a simple RC circuit. Your application should ask the user to enter the capacitor and resistor values of th…
Write a simple program called Prob5.m , which will prompt the user to input test
Write a simple program called Prob5.m, which will prompt the user to input test scores for a class. Your program should compute the letter grades using the following rules: score …
Write a simple program called Prob5.m , which will prompt the user to input test
Write a simple program called Prob5.m, which will prompt the user to input test scores for a class. Your program should compute the letter grades using the following rules: score …
Write a snippet of C++ code that does the following: Create an array of one hund
Write a snippet of C++ code that does the following: Create an array of one hundred thousand int elements that is allocated on the heap. Initialize the array with consecutive valu…
Write a subroutine, called FUZZY, that performs the I/O function that performs:
Write a subroutine, called FUZZY, that performs the I/O function that performs: If "In" is greater than or equal to "Th", then "Out" = 0, else if "In" is less than "Th" then "Out"…
Write a subroutine, called FUZZY, that performs the I/O function that performs:
Write a subroutine, called FUZZY, that performs the I/O function that performs: If "In" is greater than or equal to "Th", then "Out" = 0, else if "In" is less than "Th" then "Out"…
Write a technical proposal in any engineering topic which includes following par
Write a technical proposal in any engineering topic which includes following paragraphs and contains 200-250. Then specify the main requirements of the planning sheet. The INTRODU…
Write a test bench for the sequence detector given below: library IEEE; use IEEE
Write a test bench for the sequence detector given below: library IEEE; use IEEE std logic 1164 all; entity sequence detector is port clk: in STD LOGIC; rst: in STD LOGIC; x: in S…
Write a test bench for the sequence detector given below: library IEEE; use IEEE
Write a test bench for the sequence detector given below: library IEEE; use IEEE std logic 1164 all; entity sequence detector is port clk: in STD LOGIC; rst: in STD LOGIC; x: in S…
Write a top level module to implement the circuit on an Altera FPGA board. a. Da
Write a top level module to implement the circuit on an Altera FPGA board. a. Data input - switches 3:0 b. Select input - switches 5:4 c. Show switch states on the red leds d. Sho…
Write a user-defined MATLAB function mycuberoot (p, tol) that returns the cube r
Write a user-defined MATLAB function mycuberoot (p, tol) that returns the cube root of a real number p using the modified Babylonian method with an accuracy of tol. In addition th…
Write a user-defined MATLAB function that converts real numbers in decimal form
Write a user-defined MATLAB function that converts real numbers in decimal form to binary form. Name the function b = deciTObina (d), where the input argument d is the number to b…
Write a user-defined MATLAB function that solves a system of n linear equations,
Write a user-defined MATLAB function that solves a system of n linear equations, [a] [x] =[b], with the Gauss-Seidel iteration method. For the function name and arguments use x= G…
Write a user-defined MATLAB function that solves the system of linear equations
Write a user-defined MATLAB function that solves the system of linear equations of Ax = b using the iterative Guass - Seidel method. For function name and arguments, use x = Gauss…
Write a user-defined MATLAB. AU function that calculates the local maximum or mi
Write a user-defined MATLAB. AU function that calculates the local maximum or minimum of a quadratic function of the form f(x) - ax2+bx + c . For the function name and arguments u…
Write a user-defined function that plots a circle given the coordinates of the c
Write a user-defined function that plots a circle given the coordinates of the center and a pont on the circle. For rhe function name and arguments, use circlePC(c,p). The input a…
Write a “B1FF filter” that reads a message entered by the user and translate it
Write a “B1FF filter” that reads a message entered by the user and translate it into B1FF-speak: Enter message: Hey dude, C is rilly cool In B1FF-speak: H3Y DUD3, C 15 R1LLY COOL!…
Write a “B1FF filter” that reads a message entered by the user and translate it
Write a “B1FF filter” that reads a message entered by the user and translate it into B1FF-speak: Enter message: Hey dude, C is rilly cool In B1FF-speak: H3Y DUD3, C 15 R1LLY COOL!…
Write an 8086-family assembly language procedure (code fragment) that would fill
Write an 8086-family assembly language procedure (code fragment) that would fill the first part of a complete segment of memory (assume the segment is the data segment) with zeros…
Write an 8086-family assembly language procedure (code fragment) that would fill
Write an 8086-family assembly language procedure (code fragment) that would fill the first pan o a complete segment of memory (assume the segment is the data segment) with zeros (…
Write an 8086-family assembly language procedure (code fragment) that would fill
Write an 8086-family assembly language procedure (code fragment) that would fill the first part of a complete segment of memory (assume the segment is the data segment) with zeros…
Write an 80x86 assembly language program to do the following tasks: 1. a. Displa
Write an 80x86 assembly language program to do the following tasks: 1. a. Display the original unsorted contents of the data file NUTS.DAT on the screen. One entry per line. b. So…
Write an 80x86 assembly language program to do the following tasks: 1. a. Displa
Write an 80x86 assembly language program to do the following tasks: 1. a. Display the original unsorted contents of the data file NUTS.DAT on the screen. One entry per line. b. So…
Write an ARM assembly language which accepts an integer and returns a string whi
Write an ARM assembly language which accepts an integer and returns a string which is the hexadecimal representation of the integer. The signature of the routine is: char * int2he…
Write an Arduino Program that detects a reflective surface using the line sensor
Write an Arduino Program that detects a reflective surface using the line sensor array of a QTR-3RC (*Must be specific to this sensor! please this is important*) Must include a fu…
Write an Arduino code that contain both (2 analog line sensors breckout) and (1
Write an Arduino code that contain both (2 analog line sensors breckout) and (1 Ultra sonic sensor) to follow the white line and avoid obstacles. PS; the white line could be on th…
Write an F# function cut xs that cuts a list into two equal parts: Assume that t
Write an F# function cut xs that cuts a list into two equal parts: Assume that the list has even length. To implement cut, first define an auxiliary function gencut(n, xs) that cu…
Write an LC-3 program that will repeatedly read a character from the keyboard. F
Write an LC-3 program that will repeatedly read a character from the keyboard. For each character read in, your program will print a neat message that echoes the input value, and …
Write an M-file in MATLAB to implement the following steps: (a) Request a positi
Write an M-file in MATLAB to implement the following steps: (a) Request a positive integer n from the user in the command window. (b) Check whether n1. If not, report an error mes…
Write an SRC assembly code to work both multiplication (*) and division (/). Ope
Write an SRC assembly code to work both multiplication (*) and division (/). Operands are defined as constants, and the operator is defined as an ASCII character as follows:      …
Write an algorithm and create a flowchart to solve the following problem. Ask th
Write an algorithm and create a flowchart to solve the following problem. Ask the user to input 5 numbers. Find the average, highest value and lowest value and display these numbe…
Write an algorithm and translate it to a C program for a calculator that perform
Write an algorithm and translate it to a C program for a calculator that performs three (3) operations on 1-byte numbers: addition, subtraction, and multiplication. The type of op…
Write an application to pre-sell a limited number of cinema tickets. Each buyer
Write an application to pre-sell a limited number of cinema tickets. Each buyer can buy as many as 4 tickets. No more than 100 tickets can be sold. Implement a program called Tick…
Write an assembly code that would do the following: Set R1=0x1234 5678 R2=0x7856
Write an assembly code that would do the following: Set R1=0x1234 5678 R2=0x7856 3412 R3=0xABCD 5678 R4=0x0000 7856 Read bit 4 of a word stored at memory location 0x2000 0008 If b…
Write an assembly code that would do the following: Set R1=0x1234 5678 R2=0x7856
Write an assembly code that would do the following: Set R1=0x1234 5678 R2=0x7856 3412 R3=0xABCD 5678 R4=0x0000 7856 Read bit 4 of a word stored at memory location 0x2000 0008 If b…
Write an assembly language program to add all of the digits of D14643668 Solutio
Write an assembly language program to add all of the digits of D14643668
Write an assembly language program to add all of the digits of D14643668 Solutio
Write an assembly language program to add all of the digits of D14643668
Write an assembly language program to of the digits of D14643668 Solution this p
Write an assembly language program to of the digits of D14643668
Write an assembly language program to of the digits of D14643668 Solution this p
Write an assembly language program to of the digits of D14643668
Write an assembly language program to perform the following calculations: value1
Write an assembly language program to perform the following calculations: value1 = a + b value2 = a - b value3 = a * b value4 = value1 + value2 + value3 All data values (a and b) …
Write an assembly program that first allocates and initializes two 16-bit signed
Write an assembly program that first allocates and initializes two 16-bit signed numbers, A and B. This program will be responsible for passing data to the two subroutines SW_MUL …
Write an assembly program that will examine an input string. Assume that a strin
Write an assembly program that will examine an input string. Assume that a string does not include more than one line. Assume the input string is “Welcome to Assembly Programming …
Write an assembly program to allocate a block of 16 words in memory called SOURC
Write an assembly program to allocate a block of 16 words in memory called SOURCE_BLOCK, and initialize them with values 0000H, 1000H, 2000H, 3000H, 4000H, 5000H, 6000H, 7000H, 80…
Write an assembly program to multiply two decimal numbers and print the output o
Write an assembly program to multiply two decimal numbers and print the output on the standard output as “The product is <product result>”. Use Easy86k to write the program …
Write an assembly program to multiply two decimal numbers and print the output o
Write an assembly program to multiply two decimal numbers and print the output on the standard output as “The product is <product result>”. Use Easy86k to write the program …
Write an essay that explains the importance of motion to the study of physics. F
Write an essay that explains the importance of motion to the study of physics. First, describe and define the properties of a moving particle, including position, velocity, and ac…
Write an essay that explains the importance of motion to the study of physics. F
Write an essay that explains the importance of motion to the study of physics. First, describe and define the properties of a moving particle, including position, velocity, and ac…
Write an expression for the magnitude of the net torque required for the disc to
Write an expression for the magnitude of the net torque required for the disc to achieve a given rotational speed when starting from rest in terms of M, R, ?, and t. What is an ex…
Write an expression for the number of wires of length L_1 cm that (when put in p
Write an expression for the number of wires of length L_1 cm that (when put in parallel) would present the same obstacle as a wire of length L_1. (Call this number of wires, N_1 a…