USE THE STATEMENT AND FIGURE BELOW TO ANSWER THE NEXT TWO QU…

USE THE STATEMENT AND FIGURE BELOW TO ANSWER THE NEXT TWO QUESTIONS (14 and 15). In a physics lab, your professor asked you to design an experiment that will produce the acceleration-versus-time graph as shown below. Q14a.png  Which of the following experiments will you perform to get the graph? Q14b.png

A woman exerts a constant horizontal force on a large box. A…

A woman exerts a constant horizontal force on a large box. As a result, the box moves across a horizontal floor at a constant speed “vo”. If the woman doubles the constant horizontal force that she exerts on the box to push it on the same horizontal floor, the box then moves:

Figure below shows the velocity of a train as a function of…

Figure below shows the velocity of a train as a function of time. kinematics-graph.pngAt what time was its velocity greatest? During what periods, if any, was the velocity constant? During what periods, if any, was the acceleration constant? When was the magnitude of the acceleration greatest?

A projectile is fired from ground level with a speed of 150…

A projectile is fired from ground level with a speed of 150 m/s at an angle 30° above the horizontal on an airless planet where g = 10.0 m/s 2. What is the horizontal component of its velocity after 4.0 s? [Remember: The horizontal motion is a uniform motion.]

Rank the following types of memories in terms of average mem…

Rank the following types of memories in terms of average memory access time:      Disk storage, Register, Main Memory, L1 Cache, L2 Cache        Fastest                                                                                                                                      Slowest 

Write a MIPS program that always checks the bit 0 of a memor…

Write a MIPS program that always checks the bit 0 of a memory data at address 0x0BF81234. If it is equal to one add nth  and (n+1)th elements of an array and store it to memory address 0x0BF85678 . Suppose $t0  contains the address of the 0th element of an array of 32-bit data and $t1 = n.  

In an attempt to improve cache performance, you try a new st…

In an attempt to improve cache performance, you try a new strategy. You think that because your L1 cache has a hit rate of 90%, you could improve the AMAT by randomly going straight to memory 10% of the time instead of first checking the L1 cache. Assuming the cache has a hit time of 5 cycles, and memory has an access time of 100 cycles, calculate the AMAT for this “improved” system.      Average Memory Access Time =                                                                               cycles