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

Browse M

Alphabetical listing with fast deep pagination.
30746 items • Page 54 / 615

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
MIPS assembly from C for simple arithmetic and prompting user code. please use P
MIPS assembly from C for simple arithmetic and prompting user code. please use PCSPIM. Objectives: write assembly language programs to -perform arithmetic and logical operations o…
MIPS assembly language ( Towers of Hanoi) Given three pegs and a stack of circul
MIPS assembly language (Towers of Hanoi) Given three pegs and a stack of circular disks of various sizes on peg 1 with the largest on the bottom, move the entire stack to peg 3 so…
MIPS assembly language Write a program that takes in, as a string, an expression
MIPS assembly language Write a program that takes in, as a string, an expression in the Infix format and calculates its output. The program asks then the user for the next express…
MIPS assembly language code Write an assembly language program to: -load address
MIPS assembly language code Write an assembly language program to: -load addresses of variables or values of variables into registers. -perform arithmetic and logical operations o…
MIPS assembly language, must work in MARS and have comments. 1. Write a MIPS ass
MIPS assembly language, must work in MARS and have comments. 1. Write a MIPS assembly language program that does curency conversion between US dollar($) and Japanese Yen (¥). The …
MIPS assemly launguage programming ATTENTION!!!!USE MIPS not C!not C!thanks!!!!
MIPS assemly launguage programming ATTENTION!!!!USE MIPS not C!not C!thanks!!!! ATTENTION!!!!USE MIPS not C!not C!thanks!!!! ATTENTION!!!!USE MIPS not C!not C!thanks!!!! 1.write a…
MIPS code: Using Assembly Input: A predefined array. The size of the array is 10
MIPS code: Using Assembly Input: A predefined array. The size of the array is 100 Output: 1) The sum of all even digits 2) The sum of all odd digits Requirements: Please use “loop…
MIPS code: Using Assembly Input: A predefined array. The size of the array is 10
MIPS code: Using Assembly Input: A predefined array. The size of the array is 100 Output: 1) The sum of all even digits 2) The sum of all odd digits Requirements: Please use “loop…
MIPS convert temperature C to F and vice versa. I need help to covert the F to C
MIPS convert temperature C to F and vice versa. I need help to covert the F to C. This is my code. # Temperature Conversion C -> F .text main: # Get the temp in C from user    …
MIPS implementation of selection sort without manipulating the ra or sp register
MIPS implementation of selection sort without manipulating the ra or sp registers. $a0 is the beginning of the array and $a1 is the size.
MIPS main: lui $a0,0x8000 jal first1pos jal printv0 lui $a0,0x0001 jal first1pos
MIPS main:    lui   $a0,0x8000    jal   first1pos    jal   printv0    lui   $a0,0x0001    jal   first1pos    jal   printv0    li   $a0,1    jal   first1pos    jal   printv0    add…
MIPS on qtspim. Add two string entries to the following code. one string should
MIPS on qtspim. Add two string entries to the following code. one string should be namefield and another shouldbe last name field. no input required .data limit: .word 50 space: .…
MIPS program to count how many times a character occurs in a string The string s
MIPS program to count how many times a character occurs in a string The string should be less than 60 characters. Use a function to determine how many times a character occurs in …
MIPS program: 1. Write and debug a MIPS program that computes factorial of a giv
MIPS program: 1. Write and debug a MIPS program that computes factorial of a given number iteratively (not recursively). This is a MIPS program with looping. Instructions and Hint…
MIPS programming with MIPS simulator, QtSPIM or Mars, for the following two ques
MIPS programming with MIPS simulator, QtSPIM or Mars, for the following two questions. Submit the source code of the program. Make sure that your program is well documented. 1. Gr…
MIPS question The value of the mathematical function e^x can be calculated by ad
MIPS question The value of the mathematical function e^x can be calculated by adding the following terms of an infinite series: Write a program that estimates the value of e 1 = e…
MIPS question Write a program to print out a series of numbers. First input a nu
MIPS question Write a program to print out a series of numbers. First input a number N for the size of the list. This should not be more than 20. Next, you need to calculate F(i) …
MIPS uses conventions to manage data flow to support procedure calls and returns
MIPS uses conventions to manage data flow to support procedure calls and returns. (Select all that apply.) A. A procedure can "return" up to two values by placing them in register…
MIPS using MARS simulator Write a program that asks the user to enter the number
MIPS using MARS simulator Write a program that asks the user to enter the number of integers that needs to be added together. Then you use the loop to get the integers check to se…
MIPS write a program that prompts user for a string, then for a character. The p
MIPS write a program that prompts user for a string, then for a character. The program will search the string for the character and print out the number of times the character app…
MIPS write the program with Mars: Multitasking and Context Switching; Pipelining
MIPS write the program with Mars: Multitasking and Context Switching; Pipelining Assume a 5-stage pipelined processor using the standard 5-stages (IF, ID, EX, MEM, WB) that uses n…
MIPS/ASSEMBLY coding Get five numbers from the user, one at a time, and print th
MIPS/ASSEMBLY coding Get five numbers from the user, one at a time, and print the difference of all the negative numbers in the end. For example, for a sequence in input equal to:…
MIPS/SPIM programming The problem below emphasizes programming a simple loop, wh
MIPS/SPIM programming The problem below emphasizes programming a simple loop, which also requires system calls to simulate input/output, register to register and memory reference …
MIPS/SPIM programming Write a loop program that analyzes the bytes in words w, x
MIPS/SPIM programming Write a loop program that analyzes the bytes in words w, x, y in its data declaration. The program needs to store all non-number characters at address label …
MIPS/SPIM programming Your program is to print the binary representation of a de
MIPS/SPIM programming Your program is to print the binary representation of a decimal number using a divide by 2 conversion routine. 1. Use syscall 4 to prompt for a number betwee…
MIPS/SPIM programming using the data provided Your program is to print the binar
MIPS/SPIM programming using the data provided Your program is to print the binary representation of a decimal number using a divide by 2 conversion routine. 1. Use syscall 4 to pr…
MIPS32 Assembly Language Let $t0 = 0xFEDC_4321, $t1 = 0x9876_ABCD, and $t2 = AAA
MIPS32 Assembly Language Let $t0 = 0xFEDC_4321, $t1 = 0x9876_ABCD, and $t2 = AAAA_AAAA. Suppose the following sequence of in- structions (on the next page) is performed exactly fo…
MIPS: write a function ‘CheckName’ to compare the name with the input string. ‘C
MIPS: write a function ‘CheckName’ to compare the name with the input string. ‘CheckName’ takes the addresses of two strings and returns 1 if those two strings match or returns 0 …
MIPSym Assembly 1. Allocate enough memory (4 bytes for each square) in a 6x6 squ
MIPSym Assembly 1. Allocate enough memory (4 bytes for each square) in a 6x6 square board. Assign the values following values at the specified row,column locations: Board[2,3] = 5…
MIPSym Assembly Write a function to print all the values in the tuple array. Thi
MIPSym Assembly Write a function to print all the values in the tuple array. This function will be used for debugging. It should take the list of tuples as a first argument and th…
MIRR A firm is considering two mutually exclusive projects, X and Y, with the fo
MIRR A firm is considering two mutually exclusive projects, X and Y, with the following cash flows: The projects are equally risky, and their WACC is 10%. What is the MIRR of the …
MIRR A firm is considering two mutually exclusive projects, X and Y, with the fo
MIRR A firm is considering two mutually exclusive projects, X and Y, with the following cash flows: The projects are equally risky, and their WACC is 12%. What is the MIRR  of the…
MIRR and NPV Your company is considering two mutually exclusive projects, X and
MIRR and NPV Your company is considering two mutually exclusive projects, X and Y, whose costs and cash flows are shown below: The projects are equally risky, and their cost of ca…
MIRR and NPV: Your company is considering two mutually exclusive projects, X and
MIRR and NPV: Your company is considering two mutually exclusive projects, X and Y, whose costs and cash flows are shown below: Year 0: X-$5,000, Y -$5,000; Year 1.) X = 1,000, Y …
MIRR and Unequal Lives Practice Problems 1) Project M and N have the following p
  MIRR and Unequal Lives                                                                                    Practice Problems 1) Project M and N have the following projected after…
MIS - Electronic Business Strategy Please Read the below TESCO case and answer t
MIS - Electronic Business Strategy Please Read the below TESCO case and answer the following question : 2) Discuss the role of IT on Tesco cost saving. Tesco Case Founded in 1919 …
MIS - Electronic Business Strategy Please Read the below TESCO case and answer t
MIS - Electronic Business Strategy Please Read the below TESCO case and answer the following question : 3) Discuss the role of IT on Tesco revenue growth. Tesco Case Founded in 19…
MIS - Electronic Business Strategy Please Read the below TESCO case and answer t
MIS - Electronic Business Strategy Please Read the below TESCO case and answer the following question : 4) Suppose you are the CIO of Tesco, what IT innovative ideas, that have bu…
MIS - Electronic Business Strategy Question 1 - Reflecting on the materials you
MIS - Electronic Business Strategy Question 1 - Reflecting on the materials you read and the concepts you learned in this class and your familiarity with Google as a major interne…
MIS 11. The most basic metric that can be measured at a site is the number of?.
MIS 11. The most basic metric that can be measured at a site is the number of?. a. impressions?b. podcasts c. servers?d. cookies 12. A(n)?is a network used only by the employees o…
MIS 16. Businesses such as Amazon.com and Buy.com that transact business only th
MIS 16. Businesses such as Amazon.com and Buy.com that transact business only through an online environment are called ?retailers. a. big data?b. pure play c. brick-and-mortar?d. …
MIS 204 (Intro to business information system) I am having difficulty understand
MIS 204 (Intro to business information system) I am having difficulty understanding how to solve this question. Can someone please help? I will need the analyzed data in a spreads…
MIS 21. ?transfers visitor inquiries from a busy server to a less busy server fo
MIS 21. ?transfers visitor inquiries from a busy server to a less busy server for identical information and services. a. Load balancing?b. Shared hosting c. Pure playing?d. Co-loc…
MIS 26. The process of?enables organizations to plan and carefully design their
MIS 26. The process of?enables organizations to plan and carefully design their global sites to cater to local needs and preferences. a. globalization?b. localization c. socializa…
MIS 3210 Homework #2-Part C Industry Analysis and Final Recommendation Part 1: I
MIS 3210 Homework #2-Part C Industry Analysis and Final Recommendation Part 1: Industry data and analysis Please answer the questions provided below. Answers can be obtained from …
MIS 3210 Homework #9 Pro-forma income statement Remember Alex McMann from the At
MIS 3210 Homework #9 Pro-forma income statement Remember Alex McMann from the Athlete's Foot shoe store? Well there is this large store that went out of business located in the sa…
MIS 3210 Homework W9 Pro-forma income statement Remember Alex McMann from the At
MIS 3210 Homework W9 Pro-forma income statement Remember Alex McMann from the Athlete's Foot shoe store? Well there is this large store that went out of business located in the sa…
MIS 33. In Japan, many In Japan, many people who order merchandise online prefer
MIS 33. In Japan, many In Japan, many people who order merchandise online prefer to pick it up at?called “konbini,” and pay there for what they purchased. a. dealers' warehouses?b…
MIS 396 Final Project Due by 10 pm on 11/24/14 Write a network proposal for the
MIS 396 Final Project Due by 10 pm on 11/24/14 Write a network proposal for the following scenario. You have inherited your grandfather’s auto repair shop. With your IT knowledge,…
MIS 43. The_____?enforces a privacy law called the Directive on Data Privacy. a.
MIS 43. The_____?enforces a privacy law called the Directive on Data Privacy. a. European Union (EU)?b. United States (US) c. U.S. Customs and Border Protection (CBP)?d. Electroni…