COGNITIVE ASSESSMENT
Two commons types of RAM are ______ RAM and ______ RAM.

A. dynamic, static
B. volatile, nonvolatile
C. temporary, permanent
D. storage, memory


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. True/False: The Round(X) function and the Int(X) function do exactly the same thing. 2. True/False: Functions that are program modules, created by the programmer, are called built-in functions. 3. True/False: Code for built-in functions is supplied by the programming language in separate modules, often referred to as a library.

Computer Science & Information Technology

What is the default password hashing algorithm in PHP 5.5?

a. MD5 b. Blow fish c. SHA1 d. SHA2

Computer Science & Information Technology

The part of the data bus that runs between the microprocessor and RAM is called the _______ bus.

A. local B. expansion C. USB D. network

Computer Science & Information Technology

Which of the following is the complement of less-than or equal (<=)?

A. > B. >= C. <= D. !=

Computer Science & Information Technology