You are researching RAM for a computer you are building for a friend who will be using the system as a home office server for her small business. She wants the added protection so the computer will not crash due to a memory error.
?
What type of RAM should you consider purchasing?

A. Unbuffered
B. Buffered
C. ECC
D. Registered


Answer: C

Computer Science & Information Technology

You might also like to view...

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

1. When a base class method is overridden in a derived class, it is common to have the derived class version call the base class version and then do some additional work. 2. A base class’s method that’s overridden in a derived class will be executed implicitly when the derived class’s method is called. 3. The Protected members of a base class may be accessed in their class or any classes derived from that base class. 4. With Protected instance variables in the base class, all the derived classes of the base class may need to be modified if the base-class implementation changes. In such a case, the software is said to be non-modifiable, because a small change in the base class can “break” derived-class implementations. 5. In practice, derived classes should depend only on the base-class services (that is, Private methods and properties) and not on the base-class data implementation.

Computer Science & Information Technology

SSH is a secure version of this software.

What will be an ideal response?

Computer Science & Information Technology

Match the following portable storage device terms to their descriptions:

I. CD-R A. A disk for very large amounts of data that is available in recordable or reusable format. II. CD-RW B. A type of permanent storage. III. DVD C. A disk that may be written upon but not erased. IV. Flash drive D. A small rectangular port or connection found on the front of many computers. V. USB E. A disk that may be written upon, erased, and reused.

Computer Science & Information Technology

The Auto Hide button is located on the window's status bar.

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

Computer Science & Information Technology