Case-Based Critical Thinking QuestionsCase 17-1Simon is learning about the inner workings of his computer. Before now, he had never thought about what was going on behind the scenes of his computer. Simon wants to measure the performance of his computer hardware. In order to do this, Simon should ____.

A. buy a new computer and time how long it takes his old computer to perform tasks as compared with the new computer
B. ask a computer programmer
C. take his computer somewhere where they can take it apart and perform tests on it
D. perform benchmark tests that will measure the computer's processor performance


Answer: D

Computer Science & Information Technology

You might also like to view...

What will be displayed after the following loop is exited?

``` var name = "Liam"; for(var x = 3; x < 0; x--) document.write(name.charAt(x) + ", "); ``` a. L I a m b. mail c. mail iam am am d. m a I L

Computer Science & Information Technology

HTML documents contain formatting instructions, which are also known as ____.

A. elements B. fonts C. attributes D. tags

Computer Science & Information Technology

In the ________ phase of the SDLC, exploration of the depth of a problem and development of program specifications take place.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

As you add rows of OR criteria to the query design grid, you decrease the number of records selected for the resulting datasheet. ____________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology