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

Browse U

Alphabetical listing with fast deep pagination.
19149 items • Page 245 / 383

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
Using Linked List Approach, produce the file \"p3artists.txt\" after updating th
Using Linked List Approach, produce the file "p3artists.txt" after updating the input file "p1artists.txt" using "p2changes.txt" Programming Steps: (Please screenshot or copy the …
Using Linked List Below public class Node { /********* Instance Data ***********
Using Linked List Below public class Node { /********* Instance Data **************/ private String item1; //Data field 1 private String item2; //Data field 2 private Node next; /…
Using Linked Lists, design a Deck of Cards with the following criteria. Define a
Using Linked Lists, design a Deck of Cards with the following criteria. Define a Class Card that will store Ac face value of the Card and the Sim Value 1. Include five fields: Num…
Using Linked Lists, design a Deck of Cards with the following criteria: Define a
Using Linked Lists, design a Deck of Cards with the following criteria: Define a Class Card that will store the face value of the Card and the Suit Value Include five fields: Nume…
Using Linux 1.Access Control Lists (ACL) offer a more advanced way to manage per
Using Linux 1.Access Control Lists (ACL) offer a more advanced way to manage permissions than the basic rwx. In the assignment you used them via the getfacl and setfacl commands. …
Using Linux Create a custom banner that displays the following information when
Using Linux Create a custom banner that displays the following information when you log into your normal user’s shell (hint: edit ~/.bashrc): “Hello USER” – (make use of the USER …
Using Linux Fedora install xinetd. Issue the command \"telnet localhost 7\" prio
Using Linux Fedora install xinetd. Issue the command "telnet localhost 7" prior to completing work on the Echo service; copy and paste the screen response here to show the result.…
Using Linux Suppose the directory ~/IFT383/Bash/archive contains the following f
Using Linux Suppose the directory ~/IFT383/Bash/archive contains the following files: DeductionRequest_To_IA_07142017_040109.csv.PGP LifeSpace_To_IA_CAD20170710.csv.pgp Herr Foods…
Using Linux Ubuntu Complete Question 3 in Introduction to vi What vi commands wo
Using Linux Ubuntu Complete Question 3 in Introduction to vi What vi commands would you use to accomplish the following Search forward for "string" Search Backwards for "String" C…
Using Linux Working with two dimensional array. Write a C++ program which gets t
Using Linux Working with two dimensional array. Write a C++ program which gets the temperatures for morning and afternoon for 7 days of a week. This means that you have to get 14 …
Using Linux commands, I am trying to make a histogram of all three word sequence
Using Linux commands, I am trying to make a histogram of all three word sequences (trigram) in a database given. It needs to be sorted in decreasing order of occurrence, it needs …
Using Linux programing language: uestion1 In this case, you will use functions,
Using Linux programing language: uestion1 In this case, you will use functions, looping structures, arrays, decision statements, calcu- lations, and other commands necessary to co…
Using Linux terminal Installing and removing packages - The real heart of a pack
Using Linux terminal Installing and removing packages - The real heart of a package manager is the ability to install packages, remove packages, and to handle the dependencies tha…
Using Linux, and mock files Write a python script to automatically submit assign
Using Linux, and mock files Write a python script to automatically submit assignments through git (with our course structure) Your script should Take in arguments from the command…
Using Linux, write a C program that forks a child process that ultimately become
Using Linux, write a C program that forks a child process that ultimately becomes a zombie process. This zombie process must remain in the system for at least 10 seconds. Process …
Using Linux, write a C program that forks a child process that ultimately become
Using Linux, write a C program that forks a child process that ultimately becomes a zombie process. This zombie process must remain in the system for at least 10 seconds. Process …
Using Log Data to Identify Indicators of Compromise Log data offer clues about a
Using Log Data to Identify Indicators of Compromise Log data offer clues about activities that have unexpected—and possibly harmful—consequences. The following parsed and normaliz…
Using Logicworks, design and implement a state machine whose output is the 3-bit
Using Logicworks, design and implement a state machine whose output is the 3-bit gray code counter sequence. The output of the counter updates upon each positive edge of a clock s…
Using Logisim and build th F(n) = n × 3 + 6 circuit in simulation How many outpu
Using Logisim and build th F(n) = n × 3 + 6 circuit in simulation          How many output bits will you nd to rprsnt f(n), if n can b any 2-bit numbr? 1.Draw th truth tabl that r…
Using Logisim, design a 1-bit ALU. There should be two outputs, OUT and COUT, an
Using Logisim, design a 1-bit ALU. There should be two outputs, OUT and COUT, and COUT should be low where a carry is not generated. There should be 3 inputs (A,B, CIN) and two se…
Using Loops, Design a program that checks whether a string is a palindrome. The
Using Loops, Design a program that checks whether a string is a palindrome. The string can be several words or just a single word: Acme Palindrome Finder Enter a string to check: …
Using Lorentz transformations, analyse the following sequence of events taking p
Using Lorentz transformations, analyse the following sequence of events taking place in a spaceship piloted by O': A light pulse emitted from a horizontally positioned laser in th…
Using MARS improve the provided program: # An example MIPSbot program that shows
Using MARS improve the provided program: # An example MIPSbot program that shows controlling MIPSbot's velocity to draw the letters "JB" Implement the pseudocode above for each li…
Using MARS program (MIPS) 1. Write a program that ask the user to input a number
Using MARS program (MIPS) 1. Write a program that ask the user to input a number between 0-10 (n). Then your program finds the factorial of the number (n!). n(!) = 1*2*3*4....*(n-…
Using MARS write a MIPS assembly language that 1. prompts for the first integer
Using MARS write a MIPS assembly language that 1. prompts for the first integer by displaying "Give me an integer: "; then reads the first integer into a memory location labeled '…
Using MARS write a MIPS assembly language that prompts for the first integer by
Using MARS write a MIPS assembly language that prompts for the first integer by displaying "Give me an integer: ";then reads the first integer into a memory location labeled 'int1…
Using MARS, it needs to be in MIPS machine language code, computer architecture
Using MARS, it needs to be in MIPS machine language code, computer architecture improve the provided program: # An example MIPSbot program that shows controlling MIPSbot's velocit…
Using MASM write an assembly language program that searches through an array of
Using MASM write an assembly language program that searches through an array of 10 elements. Copy and paste the template on the next page as the starting point for your work. All …
Using MAT LAB only : input required m=input(\'Enter Mass of the bean : \'); F1=i
Using MAT LAB only : input required m=input('Enter Mass of the bean : '); F1=input('Enter Triangular Distributed Load : '); F2=input('Enter Rectangular Distributed Load : '); F3=i…
Using MATLAB (please use code, not just the output display) Use m functions to d
Using MATLAB (please use code, not just the output display) Use m functions to do the following math calculations. (a) Dot product between two vectors are defined by: Define a fun…
Using MATLAB .Write a script to play a short piece of electronic music of your c
Using MATLAB.Write a script to play a short piece of electronic music of your composing. The piece must conform to the following rules 1. It must be between 10 and 15 seconds long…
Using MATLAB .Write a script to play a short piece of electronic music of your c
Using MATLAB.Write a script to play a short piece of electronic music of your composing. The piece must conform to the following rules 1. It must be between 10 and 15 seconds long…
Using MATLAB 1. Consider the function f(t) = t^6 4t^4 2t^3 + 3t^2 + 2t on the in
Using MATLAB 1. Consider the function f(t) = t^6 4t^4 2t^3 + 3t^2 + 2t on the interval 1.5 , 2.5. (a) Graph the function on the given interval. (b) Determine how many local extrem…
Using MATLAB 1. Solve the following system of linear equations -4x +3y+z-18 5x +
Using MATLAB 1. Solve the following system of linear equations -4x +3y+z-18 5x + 12y-2z30 Q2. Given the following matrix: A-1-3 10-2 3 -9 1 Define A in MATLAB and perform the foll…
Using MATLAB 2. (20 pts) Consider matrix A that has -2 for each diagonal entry,
Using MATLAB 2. (20 pts) Consider matrix A that has -2 for each diagonal entry, 1's on each of the first upper and lower diagonals, and the rest of the matrix is all O's. Such a m…
Using MATLAB 2. Create vector X= 24.93. Using fprintf create the following outpu
Using MATLAB 2. Create vector X= 24.93. Using fprintf create the following output: I spent $24.93 at the grocery store last night. You MUST use the variable X in your fprintf stat…
Using MATLAB Create a MATLAB *.m script file that will solve the following 2 pro
Using MATLAB Create a MATLAB *.m script file that will solve the following 2 problems. Use MATLAB array operations to solve the problems. When cars burn one gallon of gasoline, 19…
Using MATLAB Create a set of four stem plots, each stem plot on its own set of a
Using MATLAB Create a set of four stem plots, each stem plot on its own set of axes, but with all stem plots in a single figure. Use the subplot function. The four stem plots are:…
Using MATLAB For this problem, do not run the code in MATLAB, instead try to fin
Using MATLAB For this problem, do not run the code in MATLAB, instead try to find the answer based on your knowledge from MATLAB commands. Write the screen display for the followi…
Using MATLAB I will appreciate if you show me your commands and results after yo
Using MATLAB I will appreciate if you show me your commands and results after you run it lhe obesity of a human is measured by the Body Mass Index (BM). In body standard units, is…
Using MATLAB In this problem you will be estimating . One way to estimate the ou
Using MATLAB In this problem you will be estimating . One way to estimate the outcome of for a problem is to use a Monte Carlo simulation which uses a large number of random numbe…
Using MATLAB ODE45, numerically solve (EQ-1A) for y(t) when b = 10 and over the
Using MATLAB ODE45, numerically solve (EQ-1A) for y(t) when b = 10 and over the time span 0 le t le 5. Assume that the system is initially at rest (all IC's equal to zero).Plot th…
Using MATLAB Problem #2: A friend of the family ask you to babysit their 4 year
Using MATLAB Problem #2: A friend of the family ask you to babysit their 4 year old named Ahsoka. After the kid tablet run out of battery and is almost at the point to start screa…
Using MATLAB The range of an object shot at an angle (with respect to x-axis), w
Using MATLAB The range of an object shot at an angle (with respect to x-axis), with the initial velocity of V0 (in the absence of air resistance), is calculated by the following f…
Using MATLAB Use a for or while Loop to create an n × m matrix, in which: à The
Using MATLAB Use a for or while Loop to create an n × m matrix, in which: à The first row elements should get values equal to the number of their respective column. à The values f…
Using MATLAB Write a function diceRoll that takes in two numeric inputs. The fir
Using MATLAB Write a function diceRoll that takes in two numeric inputs. The first number is how many dice you are rolling, and the second number is the size of the dice (4, 6, 8 …
Using MATLAB You should be using three sets of code for this question (FDM, twoD
Using MATLAB You should be using three sets of code for this question (FDM, twoDpotential, twoDPotentialFixed and providing complete derivation of your analytical solution). WRITE…
Using MATLAB and given the known values and the equation below 2. Calculate an a
Using MATLAB and given the known values and the equation below 2. Calculate an array of temperature values one at a time using a loop. You may not use vectorized techniques to acc…
Using MATLAB c. plot the data and the best-fit logistic regression model Challen
Using MATLAB c. plot the data and the best-fit logistic regression model Challenger ORing: Use the Temperature and failure data from the Challenger O-rings in lecture_18 (challeng…
Using MATLAB codes and show the outputs Write a script m-file that calls the fun
Using MATLAB codes and show the outputs Write a script m-file that calls the function nest() to evaluate P(-2), where P(x) is defined in Problem 1 of the Theoretical Problems. You…