Which type of memory is erasable by exposing it to an electrical charge?

A. EPROM
B. ROM
C. EEPOM
D. PROM


Answer: C

Computer Science & Information Technology

You might also like to view...

Method paintComponent is called when:

a. a lightweight Swing component is created. b. a lightweight Swing component is displayed. c. a lightweight Swing component is clicked. d. an application exits.

Computer Science & Information Technology

What is displayed by the following code?

``` System.out.print("Hi, ABC, good".matches("ABC ") + " "); System.out.println("Hi, ABC, good".matches(".*ABC.*")); ``` a. false false b. true false c. true true d. false true

Computer Science & Information Technology

A single webpage is identified by a symbolic string called a(n) protocol. _________________________

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

Computer Science & Information Technology

A ____ object displays a collection of items, or values, with one item per line.

A. TextBox B. RadioButton C. ListBox D. CheckBox

Computer Science & Information Technology