GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

Write a function call for the function min.  Write the code…

Write a function call for the function min.  Write the code that would store the values 7 and 9 to send to the function then make the function call.  Make sure to store the values in the correct registers. # Function to find the minimum of two numbers   min:        blt $a0, $a1, min_done   # Branch if $a0

Read Details

Given the signed 8-bit binary number 1011 1011, what is the…

Given the signed 8-bit binary number 1011 1011, what is the equivalent number when extended to a 16-bit binary number?

Read Details

Subtract the following binary numbers.  Your answer should b…

Subtract the following binary numbers.  Your answer should be in binary.   0011 1101 – 0001 1011 _____________

Read Details

What type of hazard occurs in a pipelined processor when the…

What type of hazard occurs in a pipelined processor when the result of a write operation overwrites the source operand of a subsequent instruction before it has been read?

Read Details

If a procedure is going to update registers $s2, $s3, and $s…

If a procedure is going to update registers $s2, $s3, and $s4, how does it make space on the stack for these values?

Read Details

When printing a string, what do you put in register $a0 befo…

When printing a string, what do you put in register $a0 before making the syscall?

Read Details

Select the two items from the list below that describe RISC…

Select the two items from the list below that describe RISC architecture.   

Read Details

Assume memory at the following addresses have the characters…

Assume memory at the following addresses have the characters (shown as decimal values) indicated below:2716: 312717: 122718: 632719: 28 If $t1 holds 2716, what is $t3 (in decimal) after:lb $t3, 0($t1)

Read Details

The Boolean expressions, 0x = 0 and 1 + x = 1, are examples…

The Boolean expressions, 0x = 0 and 1 + x = 1, are examples of (the):

Read Details

Convert 7D16 to a decimal number. 

Convert 7D16 to a decimal number. 

Read Details

Posts pagination

Newer posts 1 … 149 150 151 152 153 … 75,188 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top