ENGR 325 (ENGR325)

Calvin College

Here are the best resources to pass ENGR 325 (ENGR325). Find ENGR 325 (ENGR325) study guides, notes, assignments, and much more.

All 12 results

Sort by

ENGR 325 HOMEWORK #3 KEY
  • ENGR 325 HOMEWORK #3 KEY

  • Exam (elaborations) • 4 pages • 2022
  • Available in package deal
  • (5) What is 5ED4 – 07A4 when these values represent unsigned 16-bit hexadecimal numbers? The result should be written in hexadecimal. Show your work. (P&H 3.1, §3.2) SOLUTION: 5ED4 - 07A4 0x5730 2. (5) What is 5ED4 – 07A4 when these values represent signed 16-bit hexadecimal numbers stored in sign-magnitude format? The result should be written in hexadecimal. Show your work. (P&H 3.2, §3.2) SOLUTION: If both are signed hex numbers in sign-magnitude format (MSB = sign), the resul...
    (0)
  • $9.49
  • + learn more
ENGR 325 HOMEWORK #4 KEY
  • ENGR 325 HOMEWORK #4 KEY

  • Exam (elaborations) • 4 pages • 2022
  • Available in package deal
  • 1. (5) Consider the following instruction (P&H 4.1, §4.1): Instruction: AND Rd, Rs, Rt Interpretation: Reg[Rd] = Reg[Rs] AND Reg[Rt] a. What are the values of the control signals generated by the control in Figure 4.2 in the text for the above instruction? b. Which resources (blocks) perform a useful function for this instruction? c. Which resources (blocks) produce outputs, but their outputs are not used for this instruction? Which resources produce no outputs for this instruction? SOL...
    (0)
  • $8.49
  • + learn more
ENGR 325 HOMEWORK #9 KEY
  • ENGR 325 HOMEWORK #9 KEY

  • Exam (elaborations) • 16 pages • 2022
  • Available in package deal
  • (5) Mean Time Between Failures (MTBF), Mean Time To Replacement (MTTR), and Mean Time To Failure (MTTF) are useful metrics for evaluating the reliability and availability of a storage resource. Explore these concepts by answering the questions about devices with the following metrics. (P&H 5.8, §5.5) MTTF MTTR a. 3 Years 1 Day b. 7 Years 3 Days a. Calculate the MTBF for each of the devices in the table. b. Calculate the availability for each of the devices in the table. c. What happens...
    (0)
  • $8.49
  • + learn more
ENGR 325 HOMEWORK #2 KEY
  • ENGR 325 HOMEWORK #2 KEY

  • Exam (elaborations) • 6 pages • 2022
  • Available in package deal
  • . (5) For the following C statement, what is the corresponding MIPS assembly code? Assume that the variables f, g, and h are given and could be considered 32-bit integers as declared in a C program. Use a minimal number of MIPS instructions. (P&H 2.1, §2.2) f = g + (h – 5); SOLUTION: Since f, g, and h are declared registers, the corresponding assembly code is: addi f, h, -5 # f = h - 5 add f, f, g # f = f + g 2. (5) For the following MIPS assembly instructions, what is a corresponding...
    (0)
  • $8.49
  • + learn more
ENGR 325 HOMEWORK #8 ANSWER KEY
  • ENGR 325 HOMEWORK #8 ANSWER KEY

  • Exam (elaborations) • 5 pages • 2022
  • Available in package deal
  • 5) Recall that we have two write policies and write allocation policies, and their combination can be implemented either in L1 or L2 cache. Assume the following choice for L1 and L2 caches: L1 L2 Write-through, non-write allocate Write-back, write allocate Describe the procedure of handling an L1 write-miss, considering the component involved and the possibility of replacing a dirty block. (P&H 5.4, §5.3, 5.8) SOLUTION: When an L1 write miss occurs, a cache block is not allocated in L1 f...
    (0)
  • $7.99
  • + learn more
ENGR 325 HOMEWORK 7.
  • ENGR 325 HOMEWORK 7.

  • Exam (elaborations) • 7 pages • 2022
  • Available in package deal
  • (5) In this exercise we look at memory locality properties of matrix computation. The following code is written in C, where elements within the same row are stored contiguously. Assume each word is a 32-bit integer. (P&H 5.1, §5.1) for (I=0; I<8; I++) for (J=0; J<8000; J++) A[I][J]=B[I][0]+A[J][I]; a. How many 32-bit integers can be stored in a 16-byte cache block? b. References to which variables exhibit temporal locality? c. References to which variables exhibit spatial locality...
    (0)
  • $8.99
  • + learn more
ENGR 325 HOMEWORK #5 KEY
  • ENGR 325 HOMEWORK #5 KEY

  • Exam (elaborations) • 3 pages • 2022
  • Available in package deal
  • (5) Assume that the logic blocks needed to implement a processor’s datapath have the latencies shown in the table below. These problems refer to the datapath element Shift-Left-2. (P&H 4.4, §4.3) Block Latency (ps) I-Mem 200 Add 70 Mux 20 ALU 90 Regs 90 D-Mem 250 Sign-Extend 15 Shift-Left-2 10 a. Which kinds of instructions require this resource? b. For which kinds of instructions (if any) is this resource on the critical path? SOLUTION:
    (0)
  • $8.49
  • + learn more
ENGR 325 HOMEWORK #1 ANSWER KEY
  • ENGR 325 HOMEWORK #1 ANSWER KEY

  • Exam (elaborations) • 10 pages • 2022
  • Available in package deal
  • (5) Aside from the smart cell phones used by a billion people, list and describe four other types of computers. (P&H 1.1, §1.1) SOLUTION:  Desktop PC – relatively powerful, single user, personal machine  Server – more powerful, large workloads or many small tasks, reliable  Supercomputer – often tailor-mode for a specific task or set of tasks  Embedded computers – computers in automobiles, white goods, planes, printers, etc.  Tablet – positioned between smart pho...
    (0)
  • $8.49
  • + learn more
ENGR 325 HOMEWORK 7.
  • ENGR 325 HOMEWORK 7.

  • Exam (elaborations) • 7 pages • 2022
  • ENGR 325 HOMEWORK 7. 1. (5) In this exercise we look at memory locality properties of matrix computation. The following code is written in C, where elements within the same row are stored contiguously. Assume each word is a 32-bit integer. (P&H 5.1, §5.1) for (I=0; I<8; I++) for (J=0; J<8000; J++) A[I][J]=B[I][0]+A[J][I]; a. How many 32-bit integers can be stored in a 16-byte cache block? b. References to which variables exhibit temporal locality? c. References to which variables ...
    (0)
  • $4.49
  • + learn more