What is another name for a stick of RDRAM?

A. RIMM
B. DIPP
C. SIMM
D. STRAM


Ans: A. RIMM

Computer Science & Information Technology

You might also like to view...

A chip is housed in a small, black, rectangular ____.

A. memory module B. circuit board C. chip carrier D. chip bag

Computer Science & Information Technology

A virus is the technical term for any type of intrusive program.

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

Computer Science & Information Technology

What kind of figure does it draw?

Consider the code segment below: ``` int xValues[] = {100, 150, 200, 100}; int yValues[] = {30, 130, 30, 30}; g.drawPolyline(xValues, yValues, 4); ``` a. A rectangle. b. A triangle. c. A V with its corner at the top. d. A square.

Computer Science & Information Technology

The ________ function adds all of the numbers in a range of cells

A) MAX B) MIN C) SUM D) MEDIAN

Computer Science & Information Technology