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 1170 / 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 an LC-3 assembly language program that counts the number of 1s in the valu
Write an LC-3 assembly language program that counts the number of 1s in the value stored in RO and stores the result in R1. For example, if RO contains 0001001101110000 (x1370), t…
Write an LC-3 assembly language program that counts the number of positive and n
Write an LC-3 assembly language program that counts the number of positive and negative numbers in a sequence of numbers that are stored beginning at address x3300. The last numbe…
Write an LC-3 assembly language program that counts the occurrences of a charact
Write an LC-3 assembly language program that counts the occurrences of a character in string stored in a word in memory. The address of the word is passed in register R1 and the t…
Write an LC-3 assembly language program that determines the maximum and minimum
Write an LC-3 assembly language program that determines the maximum and minimum values of an array. Your program should start at memory location x3000; the “max” and “min” values …
Write an LC-3 assembly language to left shift the bits of R1 register by five po
Write an LC-3 assembly language to left shift the bits of R1 register by five positions. That is, every bit has to be moved over one bit slot left, and a zero is added at the empt…
Write an LC-3 program (starting at memory location 0x3000) that checks if a stri
Write an LC-3 program (starting at memory location 0x3000) that checks if a string is the reverse of another string. The end of the string is denoted by '#' Your program should ta…
Write an LC-3 program (starting at memory location 0x3000) that checks if a stri
Write an LC-3 program (starting at memory location 0x3000) that checks if a string is hte reverse of another string... Please answer the question as stated. These are old HW quest…
Write an LC-3 program (starting at memory location 0x3000) that checks if a stri
Write an LC-3 program (starting at memory location 0x3000) that checks if a string is the reverse of another string. The end of the string is denoted by ‘#’. Your program should t…
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 LC-3 program to test whether a string contains the sequence \"aaa\". As
Write an LC-3 program to test whether a string contains the sequence "aaa". Assume that the string starts at the memory location 0 times 4000, and is terminated by a '' character …
Write an LC3 program that includes- a main function (code located at the top of
Write an LC3 program that includes- a main function (code located at the top of your program)- a function MULT that calculates the product of two non-negative numbers The main fun…
Write an LEGv8 that finds weight and potential energy associated with a body fal
Write an LEGv8 that finds weight and potential energy associated with a body falling from a height (h) and mass (m). Assume g = 9.8 m/s2 and is stored in the memory. The address o…
Write an LLStack class that implementsthe Stack interface given below usin
    Write an LLStack<T> class that implementsthe Stack<T> interface given below using alinked list rather than an array (as done in class).Your LLStack<T> class …
Write an M-file Using MATLAB to solve an equation with an iterative search and t
Write an M-file Using MATLAB to solve an equation with an iterative search and the bisection method. Request upper and lower limits for the search and for the bisection. Functions…
Write an M-file called syn sin.m that will synthesize a waveform in the form of
Write an M-file called syn sin.m that will synthesize a waveform in the form of (7). Although for loops are rather inefficient in MATLAB, you must write the function with one loop…
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 M-file that draws a swinging pendulum in the Grand Father Clock. The st
Write an M-file that draws a swinging pendulum in the Grand Father Clock. The steps are as follows: Draw the pendulum weight as a circle with the center in the origin and diameter…
Write an M-file to solve an equation with the bisection method and with the seca
Write an M-file to solve an equation with the bisection method and with the secant method to a desired accuracy precision. Request upper and lower limits for bisection (you may as…
Write an MASM program that will count the total number of characters, the number
Write an MASM program that will count the total number of characters, the number of lowercase characters, the numbers of decimal digits, and the number of blank characters contain…
Write an MATLAB function (M-file) to solve a second-order polynomial: Ax 2 + Bx
Write an MATLAB function (M-file) to solve a second-order polynomial: Ax2 + Bx + C = 0 Request input from the user (three numbers: A, B, and C). Check for real/imaginary roots Sol…
Write an MATLAB function (M-file) to solve a second-order polynomial: Ax2 + Bx +
Write an MATLAB function (M-file) to solve a second-order polynomial: Ax2 + Bx + C = 0 Request input from the user (three numbers: A, B, and C). Check for real/imaginary roots Sol…
Write an MC68000 assembly language program that computes the average of fifteen
Write an MC68000 assembly language program that computes the average of fifteen data bytes in memory (use EASY68k software) The program should expect to find the data bytes stored…
Write an MC68000 assembly language program that will add three numbers: one numb
Write an MC68000 assembly language program that will add three numbers: one number in register D3, second one in memory locations specified by A4, and the third is an immediate va…
Write an MC68000 assembly language program that will computethe net pay for an e
Write an MC68000 assembly language program that will computethe net pay for an employee    * The employer has povided the individual'sgross earning     * Taxes must be deducted fr…
Write an MIPS assembly language code to count all the \"a\", \"e\" and \"o\" cha
Write an MIPS assembly language code to count all the "a", "e" and "o" characters of an user defined string. These 3 characters will be counted and displayed at the console indivi…
Write an MIPS assembly language code to swap the two adjacent elements of an arr
Write an MIPS assembly language code to swap the two adjacent elements of an array of 12 numbers. The elements of the array will be given by the user input. The swap operation is …
Write an MIPS assembly program that declares a static array of 10 words (initial
Write an MIPS assembly program that declares a static array of 10 words (initialized to zero) and static variable initialized to 10. call read_array to read all values into the ar…
Write an MIPS assembly program to do the following. You are required to provide
Write an MIPS assembly program to do the following. You are required to provide the source code, as well as the screenshots of the running of the programming in QtSpim. a. Display…
Write an MIPS assembly program to exercise system call 1, 2, 4, 5, 6, 8, 10, 11
Write an MIPS assembly program to exercise system call 1, 2, 4, 5, 6, 8, 10, 11 and 12. You are required to provide the source code, as well as the screenshots of the running of t…
Write an MIPS assembly program which contains the following data statements. .da
Write an MIPS assembly program which contains the following data statements. .data Data: .word 8, 127, 983, 16000, 65537 Value: .byte 255, 128, 64, 32, 5 Your program should read …
Write an MIPS assembly program which contains the following data statements. .da
Write an MIPS assembly program which contains the following data statements. .data Data: .word 8, 127, 983, 16000, 65537 Value: .byte 255, 128, 64, 32, 5 Your program should read …
Write an MIPS assembly program which contains the following data statements. .da
Write an MIPS assembly program which contains the following data statements. .data Data: .word 8, 127, 983, 16000, 65537 Value: .byte 255, 128, 64, 32, 5 Your program should read …
Write an MIPS assembly program which contains the following data statements. .da
Write an MIPS assembly program which contains the following data statements. .data Data: .word 8, 127, 983, 16000, 65537 Value: .byte 255, 128, 64, 32, 5 Your program should read …
Write an MIPS assembly program which gets two double numbers from the user. Thes
Write an MIPS assembly program which gets two double numbers from the user. These two numbers are height in terms of feet and inches. You are asked to write a program to convert t…
Write an MIPS program that computes terms of the Fibonacci series, defined as: 1
Write an MIPS program that computes terms of the Fibonacci series, defined as: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 ... (This is sometimes started with a 0th term: 0, 1, 1, 2, etc.) T…
Write an MIPS program that computes the sum of the integers from 1 to 100 by add
Write an MIPS program that computes the sum of the integers from 1 to 100 by addition: 1 + 2 + 3 + 4 + 5 + ... + 98 + 99 + 100 Do this by using the blt macro (branch if less than)…
Write an MIPS program that prompts the user for a series of 10 integers and hold
Write an MIPS program that prompts the user for a series of 10 integers and holds them in an integer array. Print the array with tabs between the elements, go to the next line, th…
Write an MIPS program that prompts the user for a series of 10 integers and hold
Write an MIPS program that prompts the user for a series of 10 integers and holds them in an integer array. Print the array with tabs between the elements, go to the next line, th…
Write an MIPS program that prompts the user for a series of 10 integers and hold
Write an MIPS program that prompts the user for a series of 10 integers and holds them in an integer array. Print the array with tabs between the elements, go to the next line, th…
Write an MIPS program to compute three sums: 1 + 2 + 3 + 4 + ... + 99 + 100 # al
Write an MIPS program to compute three sums: 1 + 2 + 3 + 4 + ... + 99 + 100 # all values 1…100 1 + 3 + 5 + 7 + ... + 97 + 99 # all odd values 1…100 2 + 4 + 6 + 8 + ... + 98 + 100 …
Write an MIPS program to compute three sums: 1 + 2 + 3 + 4 + ... + 99 + 100 # al
Write an MIPS program to compute three sums: 1 + 2 + 3 + 4 + ... + 99 + 100 # all values 1…100 1 + 3 + 5 + 7 + ... + 97 + 99 # all odd values 1…100 2 + 4 + 6 + 8 + ... + 98 + 100 …
Write an ML (SML; Standard Meta Language) High-order function philter(f,x,L) tha
Write an ML (SML; Standard Meta Language) High-order function philter(f,x,L) that takes a function f and an element x and returns the list of all those elements y on list L such t…
Write an ML (SML; Standard Meta Language) function getith(i,L) that takes an int
Write an ML (SML; Standard Meta Language) function getith(i,L) that takes an integer i and a list L, and returns the ith element on list L. Write exception definition, raise and h…
Write an ML function qsort which, given a list of objects l and a comparator fun
Write an ML function qsort which, given a list of objects l and a comparator function f (given curry in curry style, f has type ?a right arrow ?a right arrow boot) outputs a sorte…
Write an ML function qsort which, given a list of objects t and a comparator fun
Write an ML function qsort which, given a list of objects t and a comparator function f (given curry in curry style, f has type 'a --> 'a --> bool) outputs a sorted version …
Write an ML function qsort which, given a list of objects t and a comparator fun
Write an ML function qsort which, given a list of objects t and a comparator function f (given curry in curry style, f has type boot) outputs a sorted version of t in ascending or…
Write an ML function sue which, given an integer n computes the sum of the first
Write an ML function sue which, given an integer n computes the sum of the first n naturals. Namely, it computes: sigma_i = 0^ni fun sum n = ... Extent your suit function into a s…
Write an ML function sum which, given an integer n computes the sum of the first
Write an ML function sum which, given an integer n computes the sum of the first n naturals. Namely, it computes: sigma_i = 0^n i fun sum n = ... Extent your sum function into a s…
Write an MPI program in C, countprimes which will count the number of prime numb
Write an MPI program in C, countprimes which will count the number of prime numbers in the numbers from 1 to n inclusive where n is a long integer. The value for n which can be se…
Write an MPI program in C, countprimes which will count the number of prime numb
Write an MPI program in C, countprimes which will count the number of prime numbers in the numbers from 1 to n inclusive where n is a long integer. The value for n which can be se…