: For questions 30 through 32, consider the following code: If locking is needed, where should we insert the function ReleaseLock(&lock)? check all that apply View
: For questions 30 through 32, consider the following code: If locking is needed, where should we insert the function AcquireLock(&lock)? check all that apply View
: For questions 20 through 27, consider the following processor spec: How many bits in each level? Check all that apply View
: For questions 20 through 27, consider the following processor spec: How many levels is this page table structure? View
: For questions 17 through 19, consider the following instruction sequence table: There are four processors executing the code as interleaved below. Assume a 128-byte cache line (block size). Assume all cores contain a direct mapped data cache of size 2KB. View
: problem does vector stripmining solve? How is the Vector Length Register (VLR) involved with stripmining? Please check all that apply. View
: [Figure showing Three Lane VMIPS Processor Pipeline] Questions 13 through 15 will ask about the resulting pipeline diagram of the following task: Draw the optimal pipeline diagram for the vector portion of the following code executing on this vector processor. View
: [Figure showing Three Lane VMIPS Processor Pipeline] Questions 13 through 15 will ask about the resulting pipeline diagram of the following task: Draw the optimal pipeline diagram for the vector portion of the following code executing on this vector processor. View
: The above program sums the odd and even numbers in array and outputs them to two registers. Conceptually, what values are kept in R2 and R3? What do R5, and R6 contain View