If a PC, over a period of time, takes longer and longer to perform a task such as a File Save operation, it likely has a ____.

A. hardware problem
B. software problem
C. performance problem
D. need to be upgraded


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following program segments will sum the eight numbers input by the user?

(A)For k As Integer = 1 To 8 s = CDbl(InputBox("Enter a number.") s += k Next (B) For k As Integer = 1 To 8 a = CDbl(InputBox("Enter a number.") s += 1 Next (C) For k As Integer = 1 To 8 a = CDbl(InputBox("Enter a number.") a += s Next (D) For k As Integer = 1 To 8 a = CDbl(InputBox("Enter a number.") s += a Next

Computer Science & Information Technology

What is the difference between streaming and nonstreaming media? Name a streaming technology.

What will be an ideal response?

Computer Science & Information Technology

There are several advantages of digital modulation over analog modulation.  What are they?

What will be an ideal response?

Computer Science & Information Technology

You want to use software-restriction policies to prevent an application from running no matter where it’s located on the system. Which of the following rules will work?

A. A hash rule B. A path rule C. A network zone rule D. An ACL rule

Computer Science & Information Technology