Web development and programming
191828 questions • Page 263 / 3837
1. Write a MATLAB function named \"determinant\" to find the determinant of a 3
1. Write a MATLAB function named "determinant" to find the determinant of a 3 x 3 matrix using a subfunction to calculate each 2 x 2 matrix within as shown below. Begin your funct…
1. Write a MATLAB function that takes a matrix, a row number and a scalar as arg
1. Write a MATLAB function that takes a matrix, a row number and a scalar as arguments and multiplies each element of the row of the matrix by the scalar returning the updated mat…
1. Write a MATLAB function, named calc that will ask the user to enter the lengt
1. Write a MATLAB function, named calc that will ask the user to enter the lengths of the two legs of a right triangle, calculates the area and perimeter of the triangle. The func…
1. Write a MATLAB or Octave program that, given a sequence, f[k], of samples in
1. Write a MATLAB or Octave program that, given a sequence, f[k], of samples in the time domain, calculates a filtered output y[k], given by the formula y[k]=-a_2y[k-1]-a_1y[k-2]-…
1. Write a MATLAB script that will apply a uniform border (same number of pixels
1. Write a MATLAB script that will apply a uniform border (same number of pixels on all sides) to any RGB image. The size of the border is in pixels and will be provided by the us…
1. Write a MIPS assembly language program that asks the user for 10 integers one
1. Write a MIPS assembly language program that asks the user for 10 integers one at a time and stores them in memory. (a.) Each integer must be in the range 0 to 15 inclusive. 2. …
1. Write a MIPS assembly language program that asks the user for 10 integers one
1. Write a MIPS assembly language program that asks the user for 10 integers one at a time and stores them in memory. (a). Each integer must be in the range 0 to 15 inclusive. 2. …
1. Write a MIPS assembly language program that reads a customer\'s current and p
1. Write a MIPS assembly language program that reads a customer's current and previous meter readings of electricity and a month to compute its electricity bill. …
1. Write a MIPS assembly language program that repeatedly prompts the user for a
1. Write a MIPS assembly language program that repeatedly prompts the user for a ZIP code, calculates the sum of all digits then prints out the result. If the input is 0 then the …
1. Write a MIPS subprogram called “addtwo” which takes two integer arguments and
1. Write a MIPS subprogram called “addtwo” which takes two integer arguments and adds their values. Then write a main program that uses this subprogram to add the values in $t0 an…
1. Write a Maple loop which beginning with a 2 b 3 computes a new value of. give
1. Write a Maple loop which beginning with a 2 b 3 computes a new value of. given by a.b, a new valae of b gnen bv exceeds 1000. After the loop terminates, display the final value…
1. Write a Maple loop which, beginning with a 2 b 3, computes a new value of a g
1. Write a Maple loop which, beginning with a 2 b 3, computes a new value of a given by a'b, a new valuc of b given by a + b hoth asing the old valaes) umtil cither a or b exceeds…
1. Write a Matlab function that accepts a vector of values and returns a vector
1. Write a Matlab function that accepts a vector of values and returns a vector of derivatives at those points. You can assume that the values are given on an equally spaced array…
1. Write a Matlab program that will allow the user to find area and circumferenc
1. Write a Matlab program that will allow the user to find area and circumference of a circle. Selections and data entry will be done by presenting the user with a menu (using men…
1. Write a Matlab program using WHILE loop that computes the sum of the elements
1. Write a Matlab program using WHILE loop that computes the sum of the elements of an array. Load the lab7.mat file and from it, use Array1 as the sample array to compute the sum…
1. Write a PERL script called tempConverter that takes one input argument for Fa
1. Write a PERL script called tempConverter that takes one input argument for Fahrenheit-and processes the Fahrenheit to Celsius using the formula below to convert the temperature…
1. Write a PERL script to help users calculate compressed file size. Prompt the
1. Write a PERL script to help users calculate compressed file size. Prompt the user to enter the original size of a file (in bytes) from the keyboard. Then use the following rule…
1. Write a PHP script that utilizes the concept of Classes and Objects in creati
1. Write a PHP script that utilizes the concept of Classes and Objects in creating a concrete solution. Create a student class with information about the student. Write a display …
1. Write a PIC18FXX2 assembly program that takes the variable A and save into B
1. Write a PIC18FXX2 assembly program that takes the variable A and save into B in inverted the bit order. For example, if A = 110010102, then the program finishes with B = 010100…
1. Write a PL/SQL procedure getGpaProc which accepts a Student\'s ID and returns
1. Write a PL/SQL procedure getGpaProc which accepts a Student's ID and returns the Student's name and Gpa. 2. Create a stored function called getGpaFun. This function takes input…
1. Write a PROLOG program that investigates family relationships using 1ists. Th
1. Write a PROLOG program that investigates family relationships using 1ists. The facts should be organized as follows: m([first male name, second male name, , last male name] ). …
1. Write a PROLOG program that investigates family relationships using lists. Th
1. Write a PROLOG program that investigates family relationships using lists. The facts should be organized as follows: m ([first_male_name, second_male_name, ..., last_male_name]…
1. Write a PROLOG program that investigates family relationships using lists. Th
1. Write a PROLOG program that investigates family relationships using lists. The facts should be organized as follows: m ([first_male_name, second_male_name, ..., last_male_name]…
1. Write a Perl program that asks the values of the length and width of a rectan
1. Write a Perl program that asks the values of the length and width of a rectangle and prints the area of the rectangle. (10 points. File name:hw3_1) 2. Write a Perl program that…
1. Write a Perl program that counts the number of files in the working directory
1. Write a Perl program that counts the number of files in the working directory and the number of bytes in those files, by filename extension. (for linux OS) 2. Use one hash tabl…
1. Write a Python class that extends the Progression class so that each value in
1. Write a Python class that extends the Progression class so that each value in the progression is the square root of the previous value. (Note that you can no longer represent e…
1. Write a Python function, tripCost(distance, vehSpeed, vehMPG, gasCostPerGallo
1. Write a Python function, tripCost(distance, vehSpeed, vehMPG, gasCostPerGallon, hotelCostPerNight) that returns the cost of a trip of based on several parameters The function's…
1. Write a SELECT statement that returns the same result set as this SELECT stat
1. Write a SELECT statement that returns the same result set as this SELECT statement. Substitute a subquery in a WHERE clause for the inner joint. SELECT DISTINCT VendorName From…
1. Write a SELECT statement that returns the same result set as this SELECT stat
1. Write a SELECT statement that returns the same result set as this SELECT statement but dont use a join. Instead, use a subquery in a WHERE clause that uses in IN keyword. SELE…
1. Write a SELECT statement that returns the same result set as this SELECT stat
1. Write a SELECT statement that returns the same result set as this SELECT statement, but don’t use a join. Instead, use a subquery in a WHERE clause that uses the IN keyword. SE…
1. Write a SELECT statement that returns these columns from the Products table:
1. Write a SELECT statement that returns these columns from the Products table: The ListPrice column A column that uses the CAST function to return the ListPrice column with 1 dig…
1. Write a SELECT statement that returns these columns from the Products table:
1. Write a SELECT statement that returns these columns from the Products table: The ListPrice column A column that uses the CAST function to return the ListPrice column with 1 dig…
1. Write a SELECT statement to list employee information based employees table.
1. Write a SELECT statement to list employee information based employees table. The statement should be able to accept manager id at runtime. (HR.EMPLOYEES table 2. Produce a quer…
1. Write a SELECt statement that returns these colums from the Invoices Table: T
1. Write a SELECt statement that returns these colums from the Invoices Table: The invoice_total colum Use the TO_CHAR function to return the invoice_total colum with 2 digits to …
1. Write a SQL DDL statement to perform the following operations on the database
1. Write a SQL DDL statement to perform the following operations on the database a. Add a new course ISM 4950 Computing b. Make faculty Bernard (ID 1234) to be eligible to teach I…
1. Write a SQL Query to return the average of the salaries of employees in the o
1. Write a SQL Query to return the average of the salaries of employees in the organization 2. Write the SQL query to round the answer you got in question #1 above to 4 decimal pl…
1. Write a SQL script to alter the structure of the DimLocation Table to include
1. Write a SQL script to alter the structure of the DimLocation Table to include a new field named StreetID. Therefore, DimLocation table will now include LocationKey, CityKey, St…
1. Write a SQL statement that creates a use named ray@localhost with a password
1. Write a SQL statement that creates a use named ray@localhost with a password of "temp". 2. This user should have SELECT, INSERT, and UPDATE privileges for the Vendors table of …
1. Write a SQL statement to prepare a list with salesman name, customer name and
1. Write a SQL statement to prepare a list with salesman name, customer name and their cities for the salesmen and customer who belongs to the same city Salesman salesman_id name …
1. Write a Scheme function to implement the following list manipulation operatio
1. Write a Scheme function to implement the following list manipulation operations f. Merge two (ascending) ordered lists of integers into a single (ascending) ordered list. Call …
1. Write a Temperature class to represent Celsius and Fahrenheit temperatures. Y
1. Write a Temperature class to represent Celsius and Fahrenheit temperatures. Your goal is to make this client code work: Write a Temperature class to represent Celsius and Fahre…
1. Write a bool function, answerIsYes, that prompts the user to answer a questio
1. Write a bool function, answerIsYes, that prompts the user to answer a question. The question is teh function's only parameter - a constant string refrence paramter. The paramet…
1. Write a c++ program .to prompt the user to enter the length of a shape and th
1. Write a c++ program .to prompt the user to enter the length of a shape and the height of that same shape . Next, prompt the user to enter the type of shape they would like to c…
1. Write a calculator application. Use a grid layout to arrange buttons for the
1. Write a calculator application. Use a grid layout to arrange buttons for the digits and for the +-x /and- operations. Use a text field to display the results. Use a Calculator …
1. Write a character literal representing the (upper case)letter A . 2. Write a
1. Write a character literal representing the (upper case)letter A . 2. Write a character literal representing acomma. 3. Write a character literal representing the digit 1 . 4. D…
1. Write a class (and a CLIENT CLASS to test it) that encapsulates the evolution
1. Write a class (and a CLIENT CLASS to test it) that encapsulates the evolution of the sales tax rates in the 50 U.S states over the last 10 years. Your only instance varia…
1. Write a class (and a client class to test it) that encapsulates the evolution
1. Write a class (and a client class to test it) that encapsulates the evolution of the sales tax rates in the 50 U.S states over the last 10 years. Your only instance varia…
1. Write a class Compare3 that provides a static method largest. Method largest
1. Write a class Compare3 that provides a static method largest. Method largest should take three Comparable parametersand return the largest of the three (so its return type will…
1. Write a class Name that stores a person\'s first, middle, and last names and
1. Write a class Name that stores a person's first, middle, and last names and provides the following methods: • public Name(String first, String middle, String last)—constructor.…
1. Write a class Student with two instance variables: name (a String for the nam
1. Write a class Student with two instance variables: name (a String for the name of the student) and courses (an array of length 5 with type String naming the courses being taken…
Subject
Web development and programming
Use Browse or pick another subject.