GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

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

Write the MIPS assembly instructions to implement the follow…

Write the MIPS assembly instructions to implement the following loop. Include labels. count is in $t1 total is in $s0 result is in $s2   while(count != 9) {     count = count +1;}result = total + count;     

Read Details

A company wants to upgrade the server. What clock rate shoul…

A company wants to upgrade the server. What clock rate should be required for the new server given the following requirements?  The current server has a 2 GHz clock rate and can accomplish a particular task in 10 seconds.  They would like to cut that time in half with the new server.  The new server will require .9 times as many clock cycles.    

Read Details

Convert 109 to an 8-bit binary number. Enter just the digits…

Convert 109 to an 8-bit binary number. Enter just the digits, do not include the subscript for base 2. 

Read Details

Posts pagination

Newer posts 1 … 8 9 10 11 12 … 75,047 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top